[Groonga-commit] groonga/groonga at 5961d3a [master] test: remove a needless test

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jun 16 17:20:41 JST 2014


Kouhei Sutou	2014-06-16 17:20:41 +0900 (Mon, 16 Jun 2014)

  New Revision: 5961d3a5b9e107cf764de112228139f6dd2fc51e
  https://github.com/groonga/groonga/commit/5961d3a5b9e107cf764de112228139f6dd2fc51e

  Message:
    test: remove a needless test
    
    Forward index is removed.

  Removed files:
    test/command/suite/column_create/index/forward.expected
    test/command/suite/column_create/index/forward.test

  Deleted: test/command/suite/column_create/index/forward.expected (+0 -74) 100644
===================================================================
--- test/command/suite/column_create/index/forward.expected    2014-06-16 17:13:57 +0900 (ddaf168)
+++ /dev/null
@@ -1,74 +0,0 @@
-table_create Tags TABLE_PAT_KEY ShortText
-[[0,0.0,0.0],true]
-table_create Shops TABLE_HASH_KEY ShortText
-[[0,0.0,0.0],true]
-column_create Shops tags COLUMN_INDEX|WITH_WEIGHT Tags
-[[0,0.0,0.0],true]
-column_list Shops
-[
-  [
-    0,
-    0.0,
-    0.0
-  ],
-  [
-    [
-      [
-        "id",
-        "UInt32"
-      ],
-      [
-        "name",
-        "ShortText"
-      ],
-      [
-        "path",
-        "ShortText"
-      ],
-      [
-        "type",
-        "ShortText"
-      ],
-      [
-        "flags",
-        "ShortText"
-      ],
-      [
-        "domain",
-        "ShortText"
-      ],
-      [
-        "range",
-        "ShortText"
-      ],
-      [
-        "source",
-        "ShortText"
-      ]
-    ],
-    [
-      257,
-      "_key",
-      "",
-      "",
-      "COLUMN_SCALAR",
-      "Shops",
-      "ShortText",
-      [
-
-      ]
-    ],
-    [
-      258,
-      "tags",
-      "db/db.0000102",
-      "index",
-      "COLUMN_INDEX|WITH_WEIGHT|PERSISTENT",
-      "Shops",
-      "Tags",
-      [
-
-      ]
-    ]
-  ]
-]

  Deleted: test/command/suite/column_create/index/forward.test (+0 -6) 100644
===================================================================
--- test/command/suite/column_create/index/forward.test    2014-06-16 17:13:57 +0900 (526a25b)
+++ /dev/null
@@ -1,6 +0,0 @@
-table_create Tags TABLE_PAT_KEY ShortText
-
-table_create Shops TABLE_HASH_KEY ShortText
-column_create Shops tags COLUMN_INDEX|WITH_WEIGHT Tags
-
-column_list Shops
-------------- next part --------------
HTML����������������������������...
Download 



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