[Groonga-commit] groonga/groonga at b319577 [master] test: fix a typo

Back to archive index

HAYASHI Kentaro null+****@clear*****
Wed Mar 26 15:56:41 JST 2014


HAYASHI Kentaro	2014-03-26 15:56:41 +0900 (Wed, 26 Mar 2014)

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

  Message:
    test: fix a typo

  Modified files:
    test/command/suite/dump/record/weight_vector_type.expected
    test/command/suite/dump/record/weight_vector_type.test

  Modified: test/command/suite/dump/record/weight_vector_type.expected (+2 -2)
===================================================================
--- test/command/suite/dump/record/weight_vector_type.expected    2014-03-26 13:00:38 +0900 (67aebe1)
+++ test/command/suite/dump/record/weight_vector_type.expected    2014-03-26 15:56:41 +0900 (89ffe4b)
@@ -8,7 +8,7 @@ load --table Memos
   "_key": "Groonga is fast",
   "tags": {
     "groonga": 100,
-    "full text serach": 10
+    "full text search": 10
   }
 }
 ]
@@ -19,6 +19,6 @@ column_create Memos tags COLUMN_VECTOR|WITH_WEIGHT ShortText
 load --table Memos
 [
 ["_key","tags"],
-["Groonga is fast",[{"groonga":100},{"full text serach":10}]]
+["Groonga is fast",[{"groonga":100},{"full text search":10}]]
 ]
 

  Modified: test/command/suite/dump/record/weight_vector_type.test (+1 -1)
===================================================================
--- test/command/suite/dump/record/weight_vector_type.test    2014-03-26 13:00:38 +0900 (c43228e)
+++ test/command/suite/dump/record/weight_vector_type.test    2014-03-26 15:56:41 +0900 (e8cb8b0)
@@ -7,7 +7,7 @@ load --table Memos
   "_key": "Groonga is fast",
   "tags": {
     "groonga": 100,
-    "full text serach": 10
+    "full text search": 10
   }
 }
 ]
-------------- next part --------------
HTML����������������������������...
Download 



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