[Groonga-commit] groonga/groonga [master] test: add a test for table_list after creating a table without "flags" argument

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 22日 (金) 16:54:45 JST


Haruka Yoshihara	2012-06-22 16:54:45 +0900 (Fri, 22 Jun 2012)

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

  Log:
    test: add a test for table_list after creating a table without "flags" argument

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

  Added: test/function/suite/table_list/flags/default.expected (+46 -0) 100644
===================================================================
--- /dev/null
+++ test/function/suite/table_list/flags/default.expected    2012-06-22 16:54:45 +0900 (ce0ffa9)
@@ -0,0 +1,46 @@
+table_create bookmarks
+[[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_HASH_KEY|PERSISTENT",
+      "null",
+      "null"
+    ]
+  ]
+]

  Added: test/function/suite/table_list/flags/default.test (+2 -0) 100644
===================================================================
--- /dev/null
+++ test/function/suite/table_list/flags/default.test    2012-06-22 16:54:45 +0900 (883c4c2)
@@ -0,0 +1,2 @@
+table_create bookmarks
+table_list
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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