[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [test] follow index table name change

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:38:44 JST 2012


Kouhei Sutou	2012-03-07 11:29:09 +0900 (Wed, 07 Mar 2012)

  New Revision: b2b51f7421e72e1820a7ee0bbf7e03e901262ab6
  https://github.com/mroonga/mroonga/commit/b2b51f7421e72e1820a7ee0bbf7e03e901262ab6

  Log:
    [test] follow index table name change

  Modified files:
    test/unit/test_mrn_sys.c

  Modified: test/unit/test_mrn_sys.c (+2 -2)
===================================================================
--- test/unit/test_mrn_sys.c    2012-03-07 10:10:56 +0900 (74443a2)
+++ test/unit/test_mrn_sys.c    2012-03-07 11:29:09 +0900 (b69736a)
@@ -1,7 +1,7 @@
 /* -*- c-basic-offset: 2 -*- */
 /*
   Copyright(C) 2010 Tetsuro IKEDA
-  Copyright(C) 2011 Kouhei Sutou <kou �� clear-code.com>
+  Copyright(C) 2011-2012 Kouhei Sutou <kou �� clear-code.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
@@ -143,6 +143,6 @@ void test_mrn_index_table_name_gen()
   char buf[64], buf2[64];
   const char *arg = "./db/users";
   mrn_table_name_gen(arg, buf);
-  cut_assert_equal_string("users#name",
+  cut_assert_equal_string("users-name",
                           mrn_index_table_name_gen(buf, "name", buf2));
 }
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index