[Groonga-commit] groonga/groonga [master] Follow new behavior on test_columns().

Back to archive index

null+****@clear***** null+****@clear*****
2010年 6月 20日 (日) 16:00:06 JST


Daijiro MORI	2010-06-20 07:00:06 +0000 (Sun, 20 Jun 2010)

  New Revision: 05abbda61ded03fe8b0100c51684f5df588ec566

  Log:
    Follow new behavior on test_columns().

  Modified files:
    test/unit/core/test-command-column-list.c

  Modified: test/unit/core/test-command-column-list.c (+4 -3)
===================================================================
--- test/unit/core/test-command-column-list.c    2010-06-19 09:08:46 +0000 (a3105d5)
+++ test/unit/core/test-command-column-list.c    2010-06-20 07:00:06 +0000 (23173af)
@@ -1,3 +1,4 @@
+
 /* -*- c-basic-offset: 2; coding: utf-8 -*- */
 /*
   Copyright (C) 2010  Kouhei Sutou <kou****@clear*****>
@@ -85,13 +86,13 @@ test_columns(void)
   cut_assert_equal_string(
       cut_take_printf("["
                       "["
-                      "[\"id\", \"UInt32\"],"
+                      "[\"id\",\"UInt32\"],"
                       "[\"name\",\"ShortText\"],"
                       "[\"path\",\"ShortText\"],"
                       "[\"type\",\"ShortText\"],"
                       "[\"flags\",\"ShortText\"],"
-                      "[\"domain\", \"ShortText\"],"
-                      "[\"range\", \"ShortText\"],"
+                      "[\"domain\",\"ShortText\"],"
+                      "[\"range\",\"ShortText\"],"
                       "[\"source\",\"ShortText\"]"
                       "],"
                       "[258,"




Groonga-commit メーリングリストの案内
Back to archive index