[Groonga-commit] groonga/groonga [master] test: fix invalid JSON

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Nov 27 22:46:34 JST 2012


Kouhei Sutou	2012-11-27 22:46:34 +0900 (Tue, 27 Nov 2012)

  New Revision: 0d6290f2313d563e712cfb963853a78f6dab2549
  https://github.com/groonga/groonga/commit/0d6290f2313d563e712cfb963853a78f6dab2549

  Log:
    test: fix invalid JSON
    
    Remove needless the last comma.

  Modified files:
    test/command/suite/table/get/exist.expected
    test/command/suite/table/get/exist.test
    test/command/suite/table/get/not_exist.expected
    test/command/suite/table/get/not_exist.test

  Modified: test/command/suite/table/get/exist.expected (+1 -1)
===================================================================
--- test/command/suite/table/get/exist.expected    2012-11-27 22:42:15 +0900 (2f4abaa)
+++ test/command/suite/table/get/exist.expected    2012-11-27 22:46:34 +0900 (0d3f74e)
@@ -8,7 +8,7 @@ column_create Diaries tags COLUMN_VECTOR ShortText
 [[0,0.0,0.0],true]
 load --table Diaries
 [
-{"_key":"2012-08-14", "title": "'get' command is moved!", "tags": ["groonga", "development"]},
+{"_key":"2012-08-14", "title": "'get' command is moved!", "tags": ["groonga", "development"]}
 ]
 [[0,0.0,0.0],1]
 get Diaries '2012-08-14' 'title, _key, tags'

  Modified: test/command/suite/table/get/exist.test (+1 -1)
===================================================================
--- test/command/suite/table/get/exist.test    2012-11-27 22:42:15 +0900 (4c1facc)
+++ test/command/suite/table/get/exist.test    2012-11-27 22:46:34 +0900 (6af0c43)
@@ -5,6 +5,6 @@ column_create Diaries tags COLUMN_VECTOR ShortText
 
 load --table Diaries
 [
-{"_key":"2012-08-14", "title": "'get' command is moved!", "tags": ["groonga", "development"]},
+{"_key":"2012-08-14", "title": "'get' command is moved!", "tags": ["groonga", "development"]}
 ]
 get Diaries '2012-08-14' 'title, _key, tags'

  Modified: test/command/suite/table/get/not_exist.expected (+1 -1)
===================================================================
--- test/command/suite/table/get/not_exist.expected    2012-11-27 22:42:15 +0900 (0ff162d)
+++ test/command/suite/table/get/not_exist.expected    2012-11-27 22:46:34 +0900 (34e1629)
@@ -8,7 +8,7 @@ column_create Diaries tags COLUMN_VECTOR ShortText
 [[0,0.0,0.0],true]
 load --table Diaries
 [
-{"_key":"2012-08-14", "title": "'get' command is moved!", "tags": ["groonga", "development"]},
+{"_key":"2012-08-14", "title": "'get' command is moved!", "tags": ["groonga", "development"]}
 ]
 [[0,0.0,0.0],1]
 get Diaries 'nonexistent'

  Modified: test/command/suite/table/get/not_exist.test (+1 -1)
===================================================================
--- test/command/suite/table/get/not_exist.test    2012-11-27 22:42:15 +0900 (3a408df)
+++ test/command/suite/table/get/not_exist.test    2012-11-27 22:46:34 +0900 (886a741)
@@ -5,6 +5,6 @@ column_create Diaries tags COLUMN_VECTOR ShortText
 
 load --table Diaries
 [
-{"_key":"2012-08-14", "title": "'get' command is moved!", "tags": ["groonga", "development"]},
+{"_key":"2012-08-14", "title": "'get' command is moved!", "tags": ["groonga", "development"]}
 ]
 get Diaries 'nonexistent'
-------------- next part --------------
HTML����������������������������...
Download 



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