[Groonga-commit] groonga/groonga [master] test: add a test for table_list when a patricia trie table exists

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 22日 (金) 14:52:13 JST


Haruka Yoshihara	2012-06-22 14:52:13 +0900 (Fri, 22 Jun 2012)

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

  Log:
    test: add a test for table_list when a patricia trie table exists

  Added files:
    test/function/suite/table_list/flags/pat_key.expected
    test/function/suite/table_list/flags/pat_key.test

  Added: test/function/suite/table_list/flags/pat_key.expected (+46 -0) 100644
===================================================================
--- /dev/null
+++ test/function/suite/table_list/flags/pat_key.expected    2012-06-22 14:52:13 +0900 (cd3db1d)
@@ -0,0 +1,46 @@
+table_create bookmarks TABLE_PAT_KEY
+[[0,0.0,0.0],true]
+table_list
+[
+  [
+    0,
+    0.0,
+    0.0
+  ],
+  [
+    [
+      [
+        "id",
+        "UInt32"
+      ],
+      [
+        "name",
+        "ShortText"
+      ],
+      [
+        "path",
+        "ShortText"
+      ],
+      [
+        "flags",
+        "ShortText"
+      ],
+      [
+        "domain",
+        "ShortText"
+      ],
+      [
+        "range",
+        "ShortText"
+      ]
+    ],
+    [
+      256,
+      "bookmarks",
+      "tmp/db.0000100",
+      "TABLE_PAT_KEY|PERSISTENT",
+      "null",
+      "null"
+    ]
+  ]
+]

  Added: test/function/suite/table_list/flags/pat_key.test (+2 -0) 100644
===================================================================
--- /dev/null
+++ test/function/suite/table_list/flags/pat_key.test    2012-06-22 14:52:13 +0900 (099d35e)
@@ -0,0 +1,2 @@
+table_create bookmarks TABLE_PAT_KEY
+table_list
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index