[Groonga-commit] groonga/groonga at 432c10e [master] test: simlify

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Sep 8 11:41:26 JST 2015


Kouhei Sutou	2015-09-08 11:41:26 +0900 (Tue, 08 Sep 2015)

  New Revision: 432c10eb6e70445c1f29f352ad50c1ad47bfde9a
  https://github.com/groonga/groonga/commit/432c10eb6e70445c1f29f352ad50c1ad47bfde9a

  Message:
    test: simlify

  Removed files:
    test/command/suite/select/filter/no_index/regexp/normalized_vector_text.expected
    test/command/suite/select/filter/no_index/regexp/normalized_vector_text.test
    test/command/suite/select/filter/no_index/regexp/text_text.expected
    test/command/suite/select/filter/no_index/regexp/text_text.test
  Modified files:
    test/command/suite/select/filter/no_index/regexp/vector_text.expected
    test/command/suite/select/filter/no_index/regexp/vector_text.test
  Renamed files:
    test/command/suite/select/filter/no_index/regexp/reference.expected
      (from test/command/suite/select/filter/no_index/regexp/normalized_reference.expected)
    test/command/suite/select/filter/no_index/regexp/reference.test
      (from test/command/suite/select/filter/no_index/regexp/normalized_reference.test)
    test/command/suite/select/filter/no_index/regexp/text.expected
      (from test/command/suite/select/filter/no_index/regexp/normalized_text.expected)
    test/command/suite/select/filter/no_index/regexp/text.test
      (from test/command/suite/select/filter/no_index/regexp/normalized_text.test)
    test/command/suite/select/filter/no_index/regexp/vector_reference.expected
      (from test/command/suite/select/filter/no_index/regexp/normalized_vector_reference.expected)
    test/command/suite/select/filter/no_index/regexp/vector_reference.test
      (from test/command/suite/select/filter/no_index/regexp/normalized_vector_reference.test)

  Deleted: test/command/suite/select/filter/no_index/regexp/normalized_vector_text.expected (+0 -43) 100644
===================================================================
--- test/command/suite/select/filter/no_index/regexp/normalized_vector_text.expected    2015-09-08 11:36:56 +0900 (c7273ff)
+++ /dev/null
@@ -1,43 +0,0 @@
-table_create Memos TABLE_NO_KEY
-[[0,0.0,0.0],true]
-column_create Memos tags COLUMN_VECTOR Text
-[[0,0.0,0.0],true]
-load --table Memos
-[
-{"tags": ["Groonga", "Rroonga",  "Mroonga"]},
-{"tags": ["Groonga", "PGroonga", "Mroonga"]}
-]
-[[0,0.0,0.0],2]
-select Memos --filter 'tags @~ "\\\\Apgr"'
-[
-  [
-    0,
-    0.0,
-    0.0
-  ],
-  [
-    [
-      [
-        1
-      ],
-      [
-        [
-          "_id",
-          "UInt32"
-        ],
-        [
-          "tags",
-          "Text"
-        ]
-      ],
-      [
-        2,
-        [
-          "Groonga",
-          "PGroonga",
-          "Mroonga"
-        ]
-      ]
-    ]
-  ]
-]

  Deleted: test/command/suite/select/filter/no_index/regexp/normalized_vector_text.test (+0 -10) 100644
===================================================================
--- test/command/suite/select/filter/no_index/regexp/normalized_vector_text.test    2015-09-08 11:36:56 +0900 (f3fa4a9)
+++ /dev/null
@@ -1,10 +0,0 @@
-table_create Memos TABLE_NO_KEY
-column_create Memos tags COLUMN_VECTOR Text
-
-load --table Memos
-[
-{"tags": ["Groonga", "Rroonga",  "Mroonga"]},
-{"tags": ["Groonga", "PGroonga", "Mroonga"]}
-]
-
-select Memos --filter 'tags @~ "\\\\Apgr"'

  Renamed: test/command/suite/select/filter/no_index/regexp/reference.expected (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/no_index/regexp/reference.test (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/no_index/regexp/text.expected (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/no_index/regexp/text.test (+0 -0) 100%
===================================================================

  Deleted: test/command/suite/select/filter/no_index/regexp/text_text.expected (+0 -12) 100644
===================================================================
--- test/command/suite/select/filter/no_index/regexp/text_text.expected    2015-09-08 11:36:56 +0900 (c9770a2)
+++ /dev/null
@@ -1,12 +0,0 @@
-table_create Memos TABLE_NO_KEY
-[[0,0.0,0.0],true]
-column_create Memos content COLUMN_SCALAR Text
-[[0,0.0,0.0],true]
-load --table Memos
-[
-{"content": "groonga"},
-{"content": "rroonga"}
-]
-[[0,0.0,0.0],2]
-select Memos --filter 'content @~ "\\\\Agr"'
-[[0,0.0,0.0],[[[1],[["_id","UInt32"],["content","Text"]],[1,"groonga"]]]]

  Deleted: test/command/suite/select/filter/no_index/regexp/text_text.test (+0 -10) 100644
===================================================================
--- test/command/suite/select/filter/no_index/regexp/text_text.test    2015-09-08 11:36:56 +0900 (aec3462)
+++ /dev/null
@@ -1,10 +0,0 @@
-table_create Memos TABLE_NO_KEY
-column_create Memos content COLUMN_SCALAR Text
-
-load --table Memos
-[
-{"content": "groonga"},
-{"content": "rroonga"}
-]
-
-select Memos --filter 'content @~ "\\\\Agr"'

  Renamed: test/command/suite/select/filter/no_index/regexp/vector_reference.expected (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/no_index/regexp/vector_reference.test (+0 -0) 100%
===================================================================

  Modified: test/command/suite/select/filter/no_index/regexp/vector_text.expected (+5 -5)
===================================================================
--- test/command/suite/select/filter/no_index/regexp/vector_text.expected    2015-09-08 11:36:56 +0900 (d8308dd)
+++ test/command/suite/select/filter/no_index/regexp/vector_text.expected    2015-09-08 11:41:26 +0900 (c7273ff)
@@ -4,8 +4,8 @@ column_create Memos tags COLUMN_VECTOR Text
 [[0,0.0,0.0],true]
 load --table Memos
 [
-{"tags": ["groonga", "rroonga",  "mroonga"]},
-{"tags": ["groonga", "pgroonga", "mroonga"]}
+{"tags": ["Groonga", "Rroonga",  "Mroonga"]},
+{"tags": ["Groonga", "PGroonga", "Mroonga"]}
 ]
 [[0,0.0,0.0],2]
 select Memos --filter 'tags @~ "\\\\Apgr"'
@@ -33,9 +33,9 @@ select Memos --filter 'tags @~ "\\\\Apgr"'
       [
         2,
         [
-          "groonga",
-          "pgroonga",
-          "mroonga"
+          "Groonga",
+          "PGroonga",
+          "Mroonga"
         ]
       ]
     ]

  Modified: test/command/suite/select/filter/no_index/regexp/vector_text.test (+2 -2)
===================================================================
--- test/command/suite/select/filter/no_index/regexp/vector_text.test    2015-09-08 11:36:56 +0900 (027693b)
+++ test/command/suite/select/filter/no_index/regexp/vector_text.test    2015-09-08 11:41:26 +0900 (f3fa4a9)
@@ -3,8 +3,8 @@ column_create Memos tags COLUMN_VECTOR Text
 
 load --table Memos
 [
-{"tags": ["groonga", "rroonga",  "mroonga"]},
-{"tags": ["groonga", "pgroonga", "mroonga"]}
+{"tags": ["Groonga", "Rroonga",  "Mroonga"]},
+{"tags": ["Groonga", "PGroonga", "Mroonga"]}
 ]
 
 select Memos --filter 'tags @~ "\\\\Apgr"'
-------------- next part --------------
HTML����������������������������...
下载 



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