[Groonga-commit] groonga/groonga [master] test: add a test for table list when a table with "key_with_sis" flag exists

Back to archive index

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


Haruka Yoshihara	2012-06-22 16:37:48 +0900 (Fri, 22 Jun 2012)

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

  Log:
    test: add a test for table list when a table with "key_with_sis" flag exists

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

  Added: test/function/suite/table_list/flags/key_with_sis.expected (+46 -0) 100644
===================================================================
--- /dev/null
+++ test/function/suite/table_list/flags/key_with_sis.expected    2012-06-22 16:37:48 +0900 (3af49de)
@@ -0,0 +1,46 @@
+table_create bookmarks TABLE_PAT_KEY|KEY_WITH_SIS
+[[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|KEY_WITH_SIS|PERSISTENT",
+      "null",
+      "null"
+    ]
+  ]
+]

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



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