[Groonga-commit] groonga/groonga [master] test table_list: follow default tokenizer and normalizer add change

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Fri Dec 21 09:57:29 JST 2012


Kouhei Sutou	2012-12-21 09:57:29 +0900 (Fri, 21 Dec 2012)

  New Revision: 3bbb388a21806959b89ccae6e8a1a6d22234c7d0
  https://github.com/groonga/groonga/commit/3bbb388a21806959b89ccae6e8a1a6d22234c7d0

  Log:
    test table_list: follow default tokenizer and normalizer add change

  Modified files:
    test/command/suite/table_list/flags/default.expected
    test/command/suite/table_list/flags/key_with_sis.expected
    test/command/suite/table_list/flags/table_dat_key.expected
    test/command/suite/table_list/flags/table_hash_key.expected
    test/command/suite/table_list/flags/table_pat_key.expected
    test/command/suite/table_list/multi_tables.expected
    test/command/suite/table_list/one_table.expected

  Modified: test/command/suite/table_list/flags/default.expected (+3 -1)
===================================================================
--- test/command/suite/table_list/flags/default.expected    2012-12-21 09:53:47 +0900 (5d068fe)
+++ test/command/suite/table_list/flags/default.expected    2012-12-21 09:57:29 +0900 (319724a)
@@ -40,7 +40,9 @@ table_list
       "db/db.0000100",
       "TABLE_HASH_KEY|PERSISTENT",
       "null",
-      "null"
+      "null",
+      null,
+      null
     ]
   ]
 ]

  Modified: test/command/suite/table_list/flags/key_with_sis.expected (+3 -1)
===================================================================
--- test/command/suite/table_list/flags/key_with_sis.expected    2012-12-21 09:53:47 +0900 (420c29f)
+++ test/command/suite/table_list/flags/key_with_sis.expected    2012-12-21 09:57:29 +0900 (48e1729)
@@ -40,7 +40,9 @@ table_list
       "db/db.0000100",
       "TABLE_PAT_KEY|KEY_WITH_SIS|PERSISTENT",
       "null",
-      "null"
+      "null",
+      null,
+      null
     ]
   ]
 ]

  Modified: test/command/suite/table_list/flags/table_dat_key.expected (+3 -1)
===================================================================
--- test/command/suite/table_list/flags/table_dat_key.expected    2012-12-21 09:53:47 +0900 (bd27d5b)
+++ test/command/suite/table_list/flags/table_dat_key.expected    2012-12-21 09:57:29 +0900 (ea4188d)
@@ -40,7 +40,9 @@ table_list
       "db/db.0000100",
       "TABLE_DAT_KEY|PERSISTENT",
       "null",
-      "null"
+      "null",
+      null,
+      null
     ]
   ]
 ]

  Modified: test/command/suite/table_list/flags/table_hash_key.expected (+3 -1)
===================================================================
--- test/command/suite/table_list/flags/table_hash_key.expected    2012-12-21 09:53:47 +0900 (b14619e)
+++ test/command/suite/table_list/flags/table_hash_key.expected    2012-12-21 09:57:29 +0900 (642de09)
@@ -40,7 +40,9 @@ table_list
       "db/db.0000100",
       "TABLE_HASH_KEY|PERSISTENT",
       "null",
-      "null"
+      "null",
+      null,
+      null
     ]
   ]
 ]

  Modified: test/command/suite/table_list/flags/table_pat_key.expected (+3 -1)
===================================================================
--- test/command/suite/table_list/flags/table_pat_key.expected    2012-12-21 09:53:47 +0900 (e3e417c)
+++ test/command/suite/table_list/flags/table_pat_key.expected    2012-12-21 09:57:29 +0900 (c27c787)
@@ -40,7 +40,9 @@ table_list
       "db/db.0000100",
       "TABLE_PAT_KEY|PERSISTENT",
       "null",
-      "null"
+      "null",
+      null,
+      null
     ]
   ]
 ]

  Modified: test/command/suite/table_list/multi_tables.expected (+6 -2)
===================================================================
--- test/command/suite/table_list/multi_tables.expected    2012-12-21 09:53:47 +0900 (fd255ca)
+++ test/command/suite/table_list/multi_tables.expected    2012-12-21 09:57:29 +0900 (40591f7)
@@ -42,7 +42,9 @@ table_list
       "db/db.0000101",
       "TABLE_PAT_KEY|PERSISTENT",
       "ShortText",
-      "Object"
+      "Object",
+      null,
+      null
     ],
     [
       256,
@@ -50,7 +52,9 @@ table_list
       "db/db.0000100",
       "TABLE_HASH_KEY|PERSISTENT",
       "ShortText",
-      "null"
+      "null",
+      null,
+      null
     ]
   ]
 ]

  Modified: test/command/suite/table_list/one_table.expected (+3 -1)
===================================================================
--- test/command/suite/table_list/one_table.expected    2012-12-21 09:53:47 +0900 (5b0c715)
+++ test/command/suite/table_list/one_table.expected    2012-12-21 09:57:29 +0900 (9aef4c5)
@@ -40,7 +40,9 @@ table_list
       "db/db.0000100",
       "TABLE_PAT_KEY|PERSISTENT",
       "ShortText",
-      "Object"
+      "Object",
+      null,
+      null
     ]
   ]
 ]
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る