[Groonga-commit] groonga/groonga [master] add new lines to JSON result.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 7月 6日 (火) 13:45:51 JST


Kouhei Sutou	2010-07-06 04:45:51 +0000 (Tue, 06 Jul 2010)

  New Revision: 688d11ca3e9c56d2d83fb3e9848bfff17ffaa20f

  Log:
    add new lines to JSON result.

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

  Modified: test/unit/core/test-command-column-list.c (+5 -5)
===================================================================
--- test/unit/core/test-command-column-list.c    2010-07-06 04:30:54 +0000 (0e600b4)
+++ test/unit/core/test-command-column-list.c    2010-07-06 04:45:51 +0000 (389af7b)
@@ -93,7 +93,7 @@ test_columns(void)
                       "[\"domain\",\"ShortText\"],"
                       "[\"range\",\"ShortText\"],"
                       "[\"source\",\"ShortText\"]"
-                      "],"
+                      "],\n"
                       "[0,"
                       "\"_key\","
                       "\"\","
@@ -102,7 +102,7 @@ test_columns(void)
                       "\"Users\","
                       "\"ShortText\","
                       "[]"
-                      "],"
+                      "],\n"
                       "[258,"
                       "\"comment\","
                       "\"%s.0000102\","
@@ -111,7 +111,7 @@ test_columns(void)
                       "\"Users\","
                       "\"Text\","
                       "[]"
-                      "],"
+                      "],\n"
                       "[257,"
                       "\"age\","
                       "\"%s.0000101\","
@@ -145,7 +145,7 @@ test_index_columns(void)
                       "[\"domain\",\"ShortText\"],"
                       "[\"range\",\"ShortText\"],"
                       "[\"source\",\"ShortText\"]"
-                      "],"
+                      "],\n"
                       "[0,"
                       "\"_key\","
                       "\"\","
@@ -154,7 +154,7 @@ test_index_columns(void)
                       "\"Terms\","
                       "\"ShortText\","
                       "[]"
-                      "],"
+                      "],\n"
                       "[258,"
                       "\"Sites_key\","
                       "\"%s.0000102\","




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