[Groonga-commit] groonga/groonga at c452634 [master] test: remove needless data

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Nov 20 18:54:16 JST 2015


Kouhei Sutou	2015-11-20 18:54:16 +0900 (Fri, 20 Nov 2015)

  New Revision: c452634cf8512bc98de0b2156ce4c35b85ae2a8b
  https://github.com/groonga/groonga/commit/c452634cf8512bc98de0b2156ce4c35b85ae2a8b

  Message:
    test: remove needless data
    
    Default data isn't related to this case.

  Renamed files:
    test/command/suite/select/output/reference/short_text/vector/empty.expected
      (from test/command/suite/select/output/reference/short_text/vector/default.expected)
    test/command/suite/select/output/reference/short_text/vector/empty.test
      (from test/command/suite/select/output/reference/short_text/vector/default.test)

  Renamed: test/command/suite/select/output/reference/short_text/vector/empty.expected (+3 -9) 85%
===================================================================
--- test/command/suite/select/output/reference/short_text/vector/default.expected    2015-11-20 10:11:06 +0900 (75992db)
+++ test/command/suite/select/output/reference/short_text/vector/empty.expected    2015-11-20 18:54:16 +0900 (4b4cdb7)
@@ -8,10 +8,9 @@ load --table Memos
 [
 {"_key": "Rroonga", "tags": ["Groonga", "Ruby"]},
 {"_key": "Groonga", "tags": ["Groonga"]},
-{"_key": "Blank", "tags": [""]},
-{"_key": "Nothing"}
+{"_key": "Blank", "tags": [""]}
 ]
-[[0,0.0,0.0],4]
+[[0,0.0,0.0],3]
 select Memos --output_columns 'tags'
 [
   [
@@ -22,7 +21,7 @@ select Memos --output_columns 'tags'
   [
     [
       [
-        4
+        3
       ],
       [
         [
@@ -45,11 +44,6 @@ select Memos --output_columns 'tags'
         [
           ""
         ]
-      ],
-      [
-        [
-
-        ]
       ]
     ]
   ]

  Renamed: test/command/suite/select/output/reference/short_text/vector/empty.test (+1 -2) 84%
===================================================================
--- test/command/suite/select/output/reference/short_text/vector/default.test    2015-11-20 10:11:06 +0900 (9b0bfd2)
+++ test/command/suite/select/output/reference/short_text/vector/empty.test    2015-11-20 18:54:16 +0900 (7aac300)
@@ -6,8 +6,7 @@ load --table Memos
 [
 {"_key": "Rroonga", "tags": ["Groonga", "Ruby"]},
 {"_key": "Groonga", "tags": ["Groonga"]},
-{"_key": "Blank", "tags": [""]},
-{"_key": "Nothing"}
+{"_key": "Blank", "tags": [""]}
 ]
 
 select Memos --output_columns 'tags'
-------------- next part --------------
HTML����������������������������...
Download 



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