[Groonga-commit] droonga/droonga-engine at 28135e8 [master] test: use "Default" for dataset name

Back to archive index

Kouhei Sutou null+****@clear*****
Tue May 27 18:52:15 JST 2014


Kouhei Sutou	2014-05-27 18:52:15 +0900 (Tue, 27 May 2014)

  New Revision: 28135e8d0edc3d6c25f27070ddc7dedbfd327722
  https://github.com/droonga/droonga-engine/commit/28135e8d0edc3d6c25f27070ddc7dedbfd327722

  Message:
    test: use "Default" for dataset name

  Modified files:
    test/command/config/default/catalog.json
    test/command/config/version1/catalog.json
    test/command/fixture/documents.jsons
    test/command/fixture/event.jsons
    test/command/fixture/user-table-array.jsons
    test/command/fixture/user-table.jsons
    test/command/suite/add/dimension/column.catalog.json
    test/command/suite/add/dimension/column.test
    test/command/suite/add/dimension/integer.catalog.json
    test/command/suite/add/dimension/integer.test
    test/command/suite/add/error/invalid-integer.test
    test/command/suite/add/error/invalid-time.test
    test/command/suite/add/error/missing-key.test
    test/command/suite/add/error/missing-table.test
    test/command/suite/add/error/unknown-column.test
    test/command/suite/add/error/unknown-table.test
    test/command/suite/add/minimum.test
    test/command/suite/add/vector/short_text.catalog.json
    test/command/suite/add/vector/short_text.test
    test/command/suite/add/with-values.test
    test/command/suite/add/without-key.test
    test/command/suite/dump/column/index.catalog.json
    test/command/suite/dump/column/index.expected
    test/command/suite/dump/column/index.test
    test/command/suite/dump/column/scalar.catalog.json
    test/command/suite/dump/column/scalar.expected
    test/command/suite/dump/column/scalar.test
    test/command/suite/dump/column/vector.catalog.json
    test/command/suite/dump/column/vector.expected
    test/command/suite/dump/column/vector.test
    test/command/suite/dump/record/vector/reference.catalog.json
    test/command/suite/dump/record/vector/reference.expected
    test/command/suite/dump/record/vector/reference.test
    test/command/suite/dump/table/array.catalog.json
    test/command/suite/dump/table/array.expected
    test/command/suite/dump/table/array.test
    test/command/suite/dump/table/double_array_trie.catalog.json
    test/command/suite/dump/table/double_array_trie.expected
    test/command/suite/dump/table/double_array_trie.test
    test/command/suite/dump/table/hash.catalog.json
    test/command/suite/dump/table/hash.expected
    test/command/suite/dump/table/hash.test
    test/command/suite/dump/table/patricia_trie.catalog.json
    test/command/suite/dump/table/patricia_trie.expected
    test/command/suite/dump/table/patricia_trie.test
    test/command/suite/groonga/column_create/scalar.test
    test/command/suite/groonga/column_create/unknown-table.test
    test/command/suite/groonga/column_create/vector.test
    test/command/suite/groonga/column_list/success.test
    test/command/suite/groonga/column_list/unknown-table.test
    test/command/suite/groonga/column_remove/success.test
    test/command/suite/groonga/column_remove/unknown-column.test
    test/command/suite/groonga/column_remove/unknown-table.test
    test/command/suite/groonga/column_rename/success.test
    test/command/suite/groonga/column_rename/unknown-column.test
    test/command/suite/groonga/column_rename/unknown-table.test
    test/command/suite/groonga/delete/duplicated-identifiers.test
    test/command/suite/groonga/delete/filter.test
    test/command/suite/groonga/delete/invalid-filter.test
    test/command/suite/groonga/delete/no-identifier.test
    test/command/suite/groonga/delete/success.test
    test/command/suite/groonga/delete/unknown-table.test
    test/command/suite/groonga/select/minimum.test
    test/command/suite/groonga/select/type/time.catalog.json
    test/command/suite/groonga/select/type/time.test
    test/command/suite/groonga/table_create/array.test
    test/command/suite/groonga/table_create/hash.test
    test/command/suite/groonga/table_list/success.test
    test/command/suite/groonga/table_remove/success.test
    test/command/suite/groonga/table_remove/unknown-table.test
    test/command/suite/message/error/unknown-type.expected
    test/command/suite/message/error/unknown-type.test
    test/command/suite/search/adjusters/multiple.catalog.json
    test/command/suite/search/adjusters/multiple.test
    test/command/suite/search/adjusters/one.catalog.json
    test/command/suite/search/adjusters/one.test
    test/command/suite/search/attributes/array.test
    test/command/suite/search/attributes/hash.test
    test/command/suite/search/complex.test
    test/command/suite/search/condition/nested.catalog.json
    test/command/suite/search/condition/nested.test
    test/command/suite/search/condition/query.catalog.json
    test/command/suite/search/condition/query.test
    test/command/suite/search/condition/query/nonexistent_column.catalog.json
    test/command/suite/search/condition/query/nonexistent_column.test
    test/command/suite/search/condition/query/syntax_error.catalog.json
    test/command/suite/search/condition/query/syntax_error.test
    test/command/suite/search/condition/script.catalog.json
    test/command/suite/search/condition/script.test
    test/command/suite/search/error/cyclic-source.test
    test/command/suite/search/error/deeply-cyclic-source.test
    test/command/suite/search/error/missing-source-parameter.test
    test/command/suite/search/error/no-query.test
    test/command/suite/search/error/unknown-source.test
    test/command/suite/search/group/count.test
    test/command/suite/search/group/limit.test
    test/command/suite/search/group/string.catalog.json
    test/command/suite/search/group/string.test
    test/command/suite/search/group/subrecord/with-sort.catalog.json
    test/command/suite/search/group/subrecord/with-sort.test
    test/command/suite/search/multiple/chained.catalog.json
    test/command/suite/search/multiple/chained.test
    test/command/suite/search/multiple/parallel.test
    test/command/suite/search/output/attributes/invalid.catalog.json
    test/command/suite/search/output/attributes/invalid.test
    test/command/suite/search/output/attributes/star.catalog.json
    test/command/suite/search/output/attributes/star.test
    test/command/suite/search/range/only-output.test
    test/command/suite/search/range/only-sort.test
    test/command/suite/search/range/sort-and-output.test
    test/command/suite/search/range/too-large-output-offset.test
    test/command/suite/search/range/too-large-sort-offset.test
    test/command/suite/search/response/elapsed_time.catalog.json
    test/command/suite/search/response/elapsed_time.test
    test/command/suite/search/response/records/value/time.test
    test/command/suite/search/simple.test
    test/command/suite/search/sort/default-offset-limit.test
    test/command/suite/search/sort/invisible-column.test

  Modified: test/command/config/default/catalog.json (+1 -1)
===================================================================
--- test/command/config/default/catalog.json    2014-05-27 18:40:48 +0900 (d84def4)
+++ test/command/config/default/catalog.json    2014-05-27 18:52:15 +0900 (b8fa184)
@@ -2,7 +2,7 @@
   "version": 2,
   "effectiveDate": "2014-02-28T00:00:00Z",
   "datasets": {
-    "Droonga": {
+    "Default": {
       "nWorkers": 4,
       "plugins": ["groonga", "crud", "search", "dump"],
       "replicas": [

  Modified: test/command/config/version1/catalog.json (+1 -1)
===================================================================
--- test/command/config/version1/catalog.json    2014-05-27 18:40:48 +0900 (3ca0c4a)
+++ test/command/config/version1/catalog.json    2014-05-27 18:52:15 +0900 (54e110c)
@@ -9,7 +9,7 @@
     }
   },
   "datasets": {
-    "Droonga": {
+    "Default": {
       "workers": 4,
       "plugins": ["groonga", "crud", "search"],
       "number_of_replicas": 2,

  Modified: test/command/fixture/documents.jsons (+18 -18)
===================================================================
--- test/command/fixture/documents.jsons    2014-05-27 18:40:48 +0900 (04c163e)
+++ test/command/fixture/documents.jsons    2014-05-27 18:52:15 +0900 (6f4915e)
@@ -1,6 +1,6 @@
 #@disable-logging
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "table_create",
   "body": {
     "default_tokenizer": "TokenBigram",
@@ -11,7 +11,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "table_create",
   "body": {
     "name": "Documents",
@@ -20,7 +20,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "table_create",
   "body": {
     "name": "Sections",
@@ -29,7 +29,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "column_create",
   "body": {
     "table": "Sections",
@@ -39,7 +39,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "column_create",
   "body": {
     "table": "Sections",
@@ -49,7 +49,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "column_create",
   "body": {
     "table": "Sections",
@@ -59,7 +59,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "column_create",
   "body": {
     "table": "Bigram",
@@ -70,7 +70,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "column_create",
   "body": {
     "table": "Bigram",
@@ -81,7 +81,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Documents",
@@ -89,7 +89,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -102,7 +102,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -115,7 +115,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -128,7 +128,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -141,7 +141,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -154,7 +154,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -167,7 +167,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -180,7 +180,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -193,7 +193,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",

  Modified: test/command/fixture/event.jsons (+4 -4)
===================================================================
--- test/command/fixture/event.jsons    2014-05-27 18:40:48 +0900 (4c9efdc)
+++ test/command/fixture/event.jsons    2014-05-27 18:52:15 +0900 (41001a3)
@@ -1,7 +1,7 @@
 #@disable-logging
 {
   "type": "table_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "name"  : "Event",
     "flags" : "TABLE_HASH_KEY"
@@ -9,7 +9,7 @@
 }
 {
   "type": "column_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "Event",
     "name"  : "start",
@@ -17,7 +17,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Event",
@@ -28,7 +28,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Event",

  Modified: test/command/fixture/user-table-array.jsons (+4 -4)
===================================================================
--- test/command/fixture/user-table-array.jsons    2014-05-27 18:40:48 +0900 (d17ebcf)
+++ test/command/fixture/user-table-array.jsons    2014-05-27 18:52:15 +0900 (66d3ef8)
@@ -1,7 +1,7 @@
 #@disable-logging
 {
   "type": "table_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "name"  : "User",
     "flags" : "TABLE_NO_KEY"
@@ -9,7 +9,7 @@
 }
 {
   "type": "column_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "User",
     "name"  : "name",
@@ -18,7 +18,7 @@
 }
 {
   "type": "column_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "User",
     "name"  : "age",
@@ -27,7 +27,7 @@
 }
 {
   "type": "column_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "User",
     "name"  : "email",

  Modified: test/command/fixture/user-table.jsons (+5 -5)
===================================================================
--- test/command/fixture/user-table.jsons    2014-05-27 18:40:48 +0900 (a0bf107)
+++ test/command/fixture/user-table.jsons    2014-05-27 18:52:15 +0900 (3b41779)
@@ -1,7 +1,7 @@
 #@disable-logging
 {
   "type": "table_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "name"  : "User",
     "flags" : "TABLE_PAT_KEY"
@@ -9,7 +9,7 @@
 }
 {
   "type": "column_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "User",
     "name"  : "name",
@@ -18,7 +18,7 @@
 }
 {
   "type": "column_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "User",
     "name"  : "age",
@@ -27,7 +27,7 @@
 }
 {
   "type": "column_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "User",
     "name"  : "email",
@@ -37,7 +37,7 @@
 }
 {
   "type": "column_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "User",
     "name"  : "birthday",

  Modified: test/command/suite/add/dimension/column.catalog.json (+1 -1)
===================================================================
--- test/command/suite/add/dimension/column.catalog.json    2014-05-27 18:40:48 +0900 (1a3a2df)
+++ test/command/suite/add/dimension/column.catalog.json    2014-05-27 18:52:15 +0900 (24f2943)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "schema": {
         "Products": {
           "type": "Hash",

  Modified: test/command/suite/add/dimension/column.test (+4 -4)
===================================================================
--- test/command/suite/add/dimension/column.test    2014-05-27 18:40:48 +0900 (9e65de4)
+++ test/command/suite/add/dimension/column.test    2014-05-27 18:52:15 +0900 (a5d8a88)
@@ -1,7 +1,7 @@
 #@require-catalog-version 2
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Products",
     "key": "Groonga",
@@ -12,7 +12,7 @@
 }
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Products",
     "key": "Rroonga",
@@ -23,7 +23,7 @@
 }
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Products",
     "key": "Ruby",
@@ -34,7 +34,7 @@
 }
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "products": {

  Modified: test/command/suite/add/dimension/integer.catalog.json (+1 -1)
===================================================================
--- test/command/suite/add/dimension/integer.catalog.json    2014-05-27 18:40:48 +0900 (9e8682f)
+++ test/command/suite/add/dimension/integer.catalog.json    2014-05-27 18:52:15 +0900 (075829c)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "schema": {
         "Products": {
           "type": "Hash",

  Modified: test/command/suite/add/dimension/integer.test (+4 -4)
===================================================================
--- test/command/suite/add/dimension/integer.test    2014-05-27 18:40:48 +0900 (8af3dc9)
+++ test/command/suite/add/dimension/integer.test    2014-05-27 18:52:15 +0900 (41dc9e9)
@@ -1,7 +1,7 @@
 #@require-catalog-version 2
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Products",
     "key": 1,
@@ -12,7 +12,7 @@
 }
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Products",
     "key": 2,
@@ -23,7 +23,7 @@
 }
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Products",
     "key": 3,
@@ -34,7 +34,7 @@
 }
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "products": {

  Modified: test/command/suite/add/error/invalid-integer.test (+1 -1)
===================================================================
--- test/command/suite/add/error/invalid-integer.test    2014-05-27 18:40:48 +0900 (47e78d3)
+++ test/command/suite/add/error/invalid-integer.test    2014-05-27 18:52:15 +0900 (1432e61)
@@ -1,7 +1,7 @@
 #@include fixture/user-table.jsons
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "User",
     "key": "key",

  Modified: test/command/suite/add/error/invalid-time.test (+1 -1)
===================================================================
--- test/command/suite/add/error/invalid-time.test    2014-05-27 18:40:48 +0900 (b287d59)
+++ test/command/suite/add/error/invalid-time.test    2014-05-27 18:52:15 +0900 (a86870c)
@@ -1,7 +1,7 @@
 #@include fixture/user-table.jsons
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "User",
     "key": "key",

  Modified: test/command/suite/add/error/missing-key.test (+1 -1)
===================================================================
--- test/command/suite/add/error/missing-key.test    2014-05-27 18:40:48 +0900 (ed9889f)
+++ test/command/suite/add/error/missing-key.test    2014-05-27 18:52:15 +0900 (f6c5fc0)
@@ -1,7 +1,7 @@
 #@include fixture/user-table.jsons
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "User",
     "values": {

  Modified: test/command/suite/add/error/missing-table.test (+1 -1)
===================================================================
--- test/command/suite/add/error/missing-table.test    2014-05-27 18:40:48 +0900 (c63cd11)
+++ test/command/suite/add/error/missing-table.test    2014-05-27 18:52:15 +0900 (2a9df42)
@@ -1,7 +1,7 @@
 #@include fixture/user-table.jsons
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "key": "key",
     "values": {

  Modified: test/command/suite/add/error/unknown-column.test (+1 -1)
===================================================================
--- test/command/suite/add/error/unknown-column.test    2014-05-27 18:40:48 +0900 (3b10352)
+++ test/command/suite/add/error/unknown-column.test    2014-05-27 18:52:15 +0900 (02bda13)
@@ -1,7 +1,7 @@
 #@include fixture/user-table.jsons
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "User",
     "key": "key",

  Modified: test/command/suite/add/error/unknown-table.test (+1 -1)
===================================================================
--- test/command/suite/add/error/unknown-table.test    2014-05-27 18:40:48 +0900 (549f6c9)
+++ test/command/suite/add/error/unknown-table.test    2014-05-27 18:52:15 +0900 (e274a08)
@@ -1,7 +1,7 @@
 #@include fixture/user-table.jsons
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Unknown",
     "key": "key",

  Modified: test/command/suite/add/minimum.test (+1 -1)
===================================================================
--- test/command/suite/add/minimum.test    2014-05-27 18:40:48 +0900 (6055c3e)
+++ test/command/suite/add/minimum.test    2014-05-27 18:52:15 +0900 (be7eb3f)
@@ -1,7 +1,7 @@
 #@include fixture/user-table.jsons
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "User",
     "key": "key",

  Modified: test/command/suite/add/vector/short_text.catalog.json (+1 -1)
===================================================================
--- test/command/suite/add/vector/short_text.catalog.json    2014-05-27 18:40:48 +0900 (f5f9e20)
+++ test/command/suite/add/vector/short_text.catalog.json    2014-05-27 18:52:15 +0900 (84fde4c)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "schema": {
         "Memos": {
           "type": "Hash",

  Modified: test/command/suite/add/vector/short_text.test (+2 -2)
===================================================================
--- test/command/suite/add/vector/short_text.test    2014-05-27 18:40:48 +0900 (c92ffa1)
+++ test/command/suite/add/vector/short_text.test    2014-05-27 18:52:15 +0900 (bd18ccc)
@@ -1,6 +1,6 @@
 #@require-catalog-version 2
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Memos",
@@ -16,7 +16,7 @@
 }
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "documents": {

  Modified: test/command/suite/add/with-values.test (+1 -1)
===================================================================
--- test/command/suite/add/with-values.test    2014-05-27 18:40:48 +0900 (69ac49e)
+++ test/command/suite/add/with-values.test    2014-05-27 18:52:15 +0900 (adb8eb2)
@@ -1,7 +1,7 @@
 #@include fixture/user-table.jsons
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "User",
     "key": "key",

  Modified: test/command/suite/add/without-key.test (+1 -1)
===================================================================
--- test/command/suite/add/without-key.test    2014-05-27 18:40:48 +0900 (98c297f)
+++ test/command/suite/add/without-key.test    2014-05-27 18:52:15 +0900 (efd06cb)
@@ -1,7 +1,7 @@
 #@include fixture/user-table-array.jsons
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "User",
     "values": {

  Modified: test/command/suite/dump/column/index.catalog.json (+1 -1)
===================================================================
--- test/command/suite/dump/column/index.catalog.json    2014-05-27 18:40:48 +0900 (23ff611)
+++ test/command/suite/dump/column/index.catalog.json    2014-05-27 18:52:15 +0900 (f674735)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "schema": {
         "Memos": {
           "type": "Hash",

  Modified: test/command/suite/dump/column/index.expected (+18 -18)
===================================================================
--- test/command/suite/dump/column/index.expected    2014-05-27 18:40:48 +0900 (0036925)
+++ test/command/suite/dump/column/index.expected    2014-05-27 18:52:15 +0900 (3b35130)
@@ -1,16 +1,16 @@
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.start"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.start"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.start"
 }
 {
@@ -21,7 +21,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "Hash",
     "name": "Memos",
@@ -31,7 +31,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "name": "content",
@@ -42,7 +42,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "PatriciaTrie",
     "name": "Terms",
@@ -54,7 +54,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Terms",
     "name": "Memos__key_content",
@@ -74,12 +74,12 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.end"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "Hash",
     "name": "Memos",
@@ -89,7 +89,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "name": "content",
@@ -100,7 +100,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "PatriciaTrie",
     "name": "Terms",
@@ -112,7 +112,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Terms",
     "name": "Memos__key_content",
@@ -132,12 +132,12 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.end"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "Hash",
     "name": "Memos",
@@ -147,7 +147,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "name": "content",
@@ -158,7 +158,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "PatriciaTrie",
     "name": "Terms",
@@ -170,7 +170,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Terms",
     "name": "Memos__key_content",
@@ -190,6 +190,6 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.end"
 }

  Modified: test/command/suite/dump/column/index.test (+1 -1)
===================================================================
--- test/command/suite/dump/column/index.test    2014-05-27 18:40:48 +0900 (6f787ba)
+++ test/command/suite/dump/column/index.test    2014-05-27 18:52:15 +0900 (35ad3db)
@@ -1,5 +1,5 @@
 #@require-catalog-version 2
 {
   "type": "dump",
-  "dataset": "Droonga"
+  "dataset": "Default"
 }

  Modified: test/command/suite/dump/column/scalar.catalog.json (+1 -1)
===================================================================
--- test/command/suite/dump/column/scalar.catalog.json    2014-05-27 18:40:48 +0900 (4d18f1c)
+++ test/command/suite/dump/column/scalar.catalog.json    2014-05-27 18:52:15 +0900 (1416803)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "schema": {
         "Memos": {
           "type": "Hash",

  Modified: test/command/suite/dump/column/scalar.expected (+12 -12)
===================================================================
--- test/command/suite/dump/column/scalar.expected    2014-05-27 18:40:48 +0900 (849e1dd)
+++ test/command/suite/dump/column/scalar.expected    2014-05-27 18:52:15 +0900 (d6b5128)
@@ -1,16 +1,16 @@
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.start"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.start"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.start"
 }
 {
@@ -21,7 +21,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "Hash",
     "name": "Memos",
@@ -31,7 +31,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "name": "title",
@@ -42,12 +42,12 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.end"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "Hash",
     "name": "Memos",
@@ -57,7 +57,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "name": "title",
@@ -68,12 +68,12 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.end"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "Hash",
     "name": "Memos",
@@ -83,7 +83,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "name": "title",
@@ -94,6 +94,6 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.end"
 }

  Modified: test/command/suite/dump/column/scalar.test (+1 -1)
===================================================================
--- test/command/suite/dump/column/scalar.test    2014-05-27 18:40:48 +0900 (6f787ba)
+++ test/command/suite/dump/column/scalar.test    2014-05-27 18:52:15 +0900 (35ad3db)
@@ -1,5 +1,5 @@
 #@require-catalog-version 2
 {
   "type": "dump",
-  "dataset": "Droonga"
+  "dataset": "Default"
 }

  Modified: test/command/suite/dump/column/vector.catalog.json (+1 -1)
===================================================================
--- test/command/suite/dump/column/vector.catalog.json    2014-05-27 18:40:48 +0900 (40673d3)
+++ test/command/suite/dump/column/vector.catalog.json    2014-05-27 18:52:15 +0900 (2261021)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "schema": {
         "Memos": {
           "type": "Hash",

  Modified: test/command/suite/dump/column/vector.expected (+12 -12)
===================================================================
--- test/command/suite/dump/column/vector.expected    2014-05-27 18:40:48 +0900 (65b33fc)
+++ test/command/suite/dump/column/vector.expected    2014-05-27 18:52:15 +0900 (b3cd492)
@@ -1,16 +1,16 @@
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.start"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.start"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.start"
 }
 {
@@ -21,7 +21,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "Hash",
     "name": "Memos",
@@ -31,7 +31,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "name": "tags",
@@ -45,12 +45,12 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.end"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "Hash",
     "name": "Memos",
@@ -60,7 +60,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "name": "tags",
@@ -74,12 +74,12 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.end"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "Hash",
     "name": "Memos",
@@ -89,7 +89,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "name": "tags",
@@ -103,6 +103,6 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.end"
 }

  Modified: test/command/suite/dump/column/vector.test (+1 -1)
===================================================================
--- test/command/suite/dump/column/vector.test    2014-05-27 18:40:48 +0900 (6f787ba)
+++ test/command/suite/dump/column/vector.test    2014-05-27 18:52:15 +0900 (35ad3db)
@@ -1,5 +1,5 @@
 #@require-catalog-version 2
 {
   "type": "dump",
-  "dataset": "Droonga"
+  "dataset": "Default"
 }

  Modified: test/command/suite/dump/record/vector/reference.catalog.json (+1 -1)
===================================================================
--- test/command/suite/dump/record/vector/reference.catalog.json    2014-05-27 18:40:48 +0900 (b83c6cd)
+++ test/command/suite/dump/record/vector/reference.catalog.json    2014-05-27 18:52:15 +0900 (c3ee296)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "schema": {
         "Tags": {
           "type": "PatriciaTrie",

  Modified: test/command/suite/dump/record/vector/reference.expected (+21 -21)
===================================================================
--- test/command/suite/dump/record/vector/reference.expected    2014-05-27 18:40:48 +0900 (b4d77bd)
+++ test/command/suite/dump/record/vector/reference.expected    2014-05-27 18:52:15 +0900 (9b5c367)
@@ -1,16 +1,16 @@
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.start"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.start"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.start"
 }
 {
@@ -21,7 +21,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "Hash",
     "name": "Memos",
@@ -31,7 +31,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "name": "tags",
@@ -45,7 +45,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "PatriciaTrie",
     "name": "Tags",
@@ -55,7 +55,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "Hash",
     "name": "Users",
@@ -65,7 +65,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "key": "Groonga newbie",
@@ -80,12 +80,12 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.end"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "Hash",
     "name": "Memos",
@@ -95,7 +95,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "name": "tags",
@@ -109,7 +109,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "PatriciaTrie",
     "name": "Tags",
@@ -119,7 +119,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "Hash",
     "name": "Users",
@@ -129,7 +129,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "key": "Groonga newbie",
@@ -144,12 +144,12 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.end"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "Hash",
     "name": "Memos",
@@ -159,7 +159,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "name": "tags",
@@ -173,7 +173,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "PatriciaTrie",
     "name": "Tags",
@@ -183,7 +183,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "Hash",
     "name": "Users",
@@ -193,7 +193,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "key": "Groonga newbie",
@@ -208,6 +208,6 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.end"
 }

  Modified: test/command/suite/dump/record/vector/reference.test (+2 -2)
===================================================================
--- test/command/suite/dump/record/vector/reference.test    2014-05-27 18:40:48 +0900 (6a85f34)
+++ test/command/suite/dump/record/vector/reference.test    2014-05-27 18:52:15 +0900 (668016b)
@@ -2,7 +2,7 @@
 #@disable-logging
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "key": "Groonga newbie",
@@ -17,5 +17,5 @@
 #@enable-logging
 {
   "type": "dump",
-  "dataset": "Droonga"
+  "dataset": "Default"
 }

  Modified: test/command/suite/dump/table/array.catalog.json (+1 -1)
===================================================================
--- test/command/suite/dump/table/array.catalog.json    2014-05-27 18:40:48 +0900 (37960ab)
+++ test/command/suite/dump/table/array.catalog.json    2014-05-27 18:52:15 +0900 (3bfb986)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "schema": {
         "Logs": {
           "type": "Array",

  Modified: test/command/suite/dump/table/array.expected (+9 -9)
===================================================================
--- test/command/suite/dump/table/array.expected    2014-05-27 18:40:48 +0900 (14e0909)
+++ test/command/suite/dump/table/array.expected    2014-05-27 18:52:15 +0900 (b216bf2)
@@ -1,16 +1,16 @@
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.start"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.start"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.start"
 }
 {
@@ -21,7 +21,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "Array",
     "name": "Logs"
@@ -30,12 +30,12 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.end"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "Array",
     "name": "Logs"
@@ -44,12 +44,12 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.end"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "Array",
     "name": "Logs"
@@ -58,6 +58,6 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.end"
 }

  Modified: test/command/suite/dump/table/array.test (+1 -1)
===================================================================
--- test/command/suite/dump/table/array.test    2014-05-27 18:40:48 +0900 (6f787ba)
+++ test/command/suite/dump/table/array.test    2014-05-27 18:52:15 +0900 (35ad3db)
@@ -1,5 +1,5 @@
 #@require-catalog-version 2
 {
   "type": "dump",
-  "dataset": "Droonga"
+  "dataset": "Default"
 }

  Modified: test/command/suite/dump/table/double_array_trie.catalog.json (+1 -1)
===================================================================
--- test/command/suite/dump/table/double_array_trie.catalog.json    2014-05-27 18:40:48 +0900 (d7caf58)
+++ test/command/suite/dump/table/double_array_trie.catalog.json    2014-05-27 18:52:15 +0900 (da6e1b6)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "schema": {
         "Memos": {
           "type": "DoubleArrayTrie",

  Modified: test/command/suite/dump/table/double_array_trie.expected (+9 -9)
===================================================================
--- test/command/suite/dump/table/double_array_trie.expected    2014-05-27 18:40:48 +0900 (5e74c02)
+++ test/command/suite/dump/table/double_array_trie.expected    2014-05-27 18:52:15 +0900 (7ea33c4)
@@ -1,16 +1,16 @@
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.start"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.start"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.start"
 }
 {
@@ -21,7 +21,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "DoubleArrayTrie",
     "name": "Memos",
@@ -31,12 +31,12 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.end"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "DoubleArrayTrie",
     "name": "Memos",
@@ -46,12 +46,12 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.end"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "DoubleArrayTrie",
     "name": "Memos",
@@ -61,6 +61,6 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.end"
 }

  Modified: test/command/suite/dump/table/double_array_trie.test (+1 -1)
===================================================================
--- test/command/suite/dump/table/double_array_trie.test    2014-05-27 18:40:48 +0900 (6f787ba)
+++ test/command/suite/dump/table/double_array_trie.test    2014-05-27 18:52:15 +0900 (35ad3db)
@@ -1,5 +1,5 @@
 #@require-catalog-version 2
 {
   "type": "dump",
-  "dataset": "Droonga"
+  "dataset": "Default"
 }

  Modified: test/command/suite/dump/table/hash.catalog.json (+1 -1)
===================================================================
--- test/command/suite/dump/table/hash.catalog.json    2014-05-27 18:40:48 +0900 (071a5b4)
+++ test/command/suite/dump/table/hash.catalog.json    2014-05-27 18:52:15 +0900 (c5f034e)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "schema": {
         "Memos": {
           "type": "Hash",

  Modified: test/command/suite/dump/table/hash.expected (+9 -9)
===================================================================
--- test/command/suite/dump/table/hash.expected    2014-05-27 18:40:48 +0900 (ff8a2aa)
+++ test/command/suite/dump/table/hash.expected    2014-05-27 18:52:15 +0900 (ea7ebbb)
@@ -1,16 +1,16 @@
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.start"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.start"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.start"
 }
 {
@@ -21,7 +21,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "Hash",
     "name": "Memos",
@@ -31,12 +31,12 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.end"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "Hash",
     "name": "Memos",
@@ -46,12 +46,12 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.end"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "Hash",
     "name": "Memos",
@@ -61,6 +61,6 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.end"
 }

  Modified: test/command/suite/dump/table/hash.test (+1 -1)
===================================================================
--- test/command/suite/dump/table/hash.test    2014-05-27 18:40:48 +0900 (6f787ba)
+++ test/command/suite/dump/table/hash.test    2014-05-27 18:52:15 +0900 (35ad3db)
@@ -1,5 +1,5 @@
 #@require-catalog-version 2
 {
   "type": "dump",
-  "dataset": "Droonga"
+  "dataset": "Default"
 }

  Modified: test/command/suite/dump/table/patricia_trie.catalog.json (+1 -1)
===================================================================
--- test/command/suite/dump/table/patricia_trie.catalog.json    2014-05-27 18:40:48 +0900 (a5dc28e)
+++ test/command/suite/dump/table/patricia_trie.catalog.json    2014-05-27 18:52:15 +0900 (cf73ba7)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "schema": {
         "Memos": {
           "type": "PatriciaTrie",

  Modified: test/command/suite/dump/table/patricia_trie.expected (+9 -9)
===================================================================
--- test/command/suite/dump/table/patricia_trie.expected    2014-05-27 18:40:48 +0900 (33a2974)
+++ test/command/suite/dump/table/patricia_trie.expected    2014-05-27 18:52:15 +0900 (f7d5dcd)
@@ -1,16 +1,16 @@
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.start"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.start"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.start"
 }
 {
@@ -21,7 +21,7 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "PatriciaTrie",
     "name": "Memos",
@@ -31,12 +31,12 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.end"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "PatriciaTrie",
     "name": "Memos",
@@ -46,12 +46,12 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.end"
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "type": "PatriciaTrie",
     "name": "Memos",
@@ -61,6 +61,6 @@
 }
 {
   "inReplyTo": "request-id",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "dump.end"
 }

  Modified: test/command/suite/dump/table/patricia_trie.test (+1 -1)
===================================================================
--- test/command/suite/dump/table/patricia_trie.test    2014-05-27 18:40:48 +0900 (6f787ba)
+++ test/command/suite/dump/table/patricia_trie.test    2014-05-27 18:52:15 +0900 (35ad3db)
@@ -1,5 +1,5 @@
 #@require-catalog-version 2
 {
   "type": "dump",
-  "dataset": "Droonga"
+  "dataset": "Default"
 }

  Modified: test/command/suite/groonga/column_create/scalar.test (+2 -2)
===================================================================
--- test/command/suite/groonga/column_create/scalar.test    2014-05-27 18:40:48 +0900 (72f7091)
+++ test/command/suite/groonga/column_create/scalar.test    2014-05-27 18:52:15 +0900 (9b3174f)
@@ -1,6 +1,6 @@
 {
   "type": "table_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "name"  : "User",
     "flags" : "TABLE_PAT_KEY"
@@ -8,7 +8,7 @@
 }
 {
   "type": "column_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "User",
     "name"  : "age",

  Modified: test/command/suite/groonga/column_create/unknown-table.test (+1 -1)
===================================================================
--- test/command/suite/groonga/column_create/unknown-table.test    2014-05-27 18:40:48 +0900 (696632b)
+++ test/command/suite/groonga/column_create/unknown-table.test    2014-05-27 18:52:15 +0900 (ebeafd1)
@@ -1,6 +1,6 @@
 {
   "type": "column_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "Unknown"
   }

  Modified: test/command/suite/groonga/column_create/vector.test (+2 -2)
===================================================================
--- test/command/suite/groonga/column_create/vector.test    2014-05-27 18:40:48 +0900 (c36b9f7)
+++ test/command/suite/groonga/column_create/vector.test    2014-05-27 18:52:15 +0900 (0cc75e5)
@@ -1,6 +1,6 @@
 {
   "type": "table_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "name"  : "User",
     "flags" : "TABLE_PAT_KEY"
@@ -8,7 +8,7 @@
 }
 {
   "type": "column_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "User",
     "name"  : "email",

  Modified: test/command/suite/groonga/column_list/success.test (+3 -3)
===================================================================
--- test/command/suite/groonga/column_list/success.test    2014-05-27 18:40:48 +0900 (6ff3ba1)
+++ test/command/suite/groonga/column_list/success.test    2014-05-27 18:52:15 +0900 (236f6ee)
@@ -1,6 +1,6 @@
 {
   "type": "table_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "name"  : "User",
     "flags" : "TABLE_PAT_KEY"
@@ -8,7 +8,7 @@
 }
 {
   "type": "column_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "User",
     "name"  : "age",
@@ -17,7 +17,7 @@
 }
 {
   "type": "column_list",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "User"
   }

  Modified: test/command/suite/groonga/column_list/unknown-table.test (+1 -1)
===================================================================
--- test/command/suite/groonga/column_list/unknown-table.test    2014-05-27 18:40:48 +0900 (eec5726)
+++ test/command/suite/groonga/column_list/unknown-table.test    2014-05-27 18:52:15 +0900 (d46c49f)
@@ -1,6 +1,6 @@
 {
   "type": "column_list",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "Unknown"
   }

  Modified: test/command/suite/groonga/column_remove/success.test (+3 -3)
===================================================================
--- test/command/suite/groonga/column_remove/success.test    2014-05-27 18:40:48 +0900 (ebe311c)
+++ test/command/suite/groonga/column_remove/success.test    2014-05-27 18:52:15 +0900 (b9fc089)
@@ -1,6 +1,6 @@
 {
   "type": "table_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "name"  : "User",
     "flags" : "TABLE_PAT_KEY"
@@ -8,7 +8,7 @@
 }
 {
   "type": "column_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "User",
     "name"  : "age",
@@ -17,7 +17,7 @@
 }
 {
   "type": "column_remove",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "User",
     "name"  : "age"

  Modified: test/command/suite/groonga/column_remove/unknown-column.test (+2 -2)
===================================================================
--- test/command/suite/groonga/column_remove/unknown-column.test    2014-05-27 18:40:48 +0900 (5b6bdab)
+++ test/command/suite/groonga/column_remove/unknown-column.test    2014-05-27 18:52:15 +0900 (f2aaa66)
@@ -1,6 +1,6 @@
 {
   "type": "table_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "name"  : "User",
     "flags" : "TABLE_PAT_KEY"
@@ -8,7 +8,7 @@
 }
 {
   "type": "column_remove",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "User",
     "name"  : "unknown"

  Modified: test/command/suite/groonga/column_remove/unknown-table.test (+1 -1)
===================================================================
--- test/command/suite/groonga/column_remove/unknown-table.test    2014-05-27 18:40:48 +0900 (e1d78e8)
+++ test/command/suite/groonga/column_remove/unknown-table.test    2014-05-27 18:52:15 +0900 (daa304d)
@@ -1,6 +1,6 @@
 {
   "type": "column_remove",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "Unknown"
   }

  Modified: test/command/suite/groonga/column_rename/success.test (+3 -3)
===================================================================
--- test/command/suite/groonga/column_rename/success.test    2014-05-27 18:40:48 +0900 (694397f)
+++ test/command/suite/groonga/column_rename/success.test    2014-05-27 18:52:15 +0900 (9b302c9)
@@ -1,6 +1,6 @@
 {
   "type": "table_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "name"  : "User",
     "flags" : "TABLE_PAT_KEY"
@@ -8,7 +8,7 @@
 }
 {
   "type": "column_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "User",
     "name"  : "age",
@@ -17,7 +17,7 @@
 }
 {
   "type": "column_rename",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table"    : "User",
     "name"     : "age",

  Modified: test/command/suite/groonga/column_rename/unknown-column.test (+2 -2)
===================================================================
--- test/command/suite/groonga/column_rename/unknown-column.test    2014-05-27 18:40:48 +0900 (87258da)
+++ test/command/suite/groonga/column_rename/unknown-column.test    2014-05-27 18:52:15 +0900 (dcbeacf)
@@ -1,6 +1,6 @@
 {
   "type": "table_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "name"  : "User",
     "flags" : "TABLE_PAT_KEY"
@@ -8,7 +8,7 @@
 }
 {
   "type": "column_rename",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "User",
     "name"  : "unknown"

  Modified: test/command/suite/groonga/column_rename/unknown-table.test (+1 -1)
===================================================================
--- test/command/suite/groonga/column_rename/unknown-table.test    2014-05-27 18:40:48 +0900 (011253a)
+++ test/command/suite/groonga/column_rename/unknown-table.test    2014-05-27 18:52:15 +0900 (6477224)
@@ -1,6 +1,6 @@
 {
   "type": "column_rename",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "Unknown"
   }

  Modified: test/command/suite/groonga/delete/duplicated-identifiers.test (+2 -2)
===================================================================
--- test/command/suite/groonga/delete/duplicated-identifiers.test    2014-05-27 18:40:48 +0900 (e54d734)
+++ test/command/suite/groonga/delete/duplicated-identifiers.test    2014-05-27 18:52:15 +0900 (0db92a2)
@@ -1,6 +1,6 @@
 {
   "type": "table_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "name"  : "User",
     "flags" : "TABLE_PAT_KEY"
@@ -8,7 +8,7 @@
 }
 {
   "type": "delete",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "User",
     "key"   : "key",

  Modified: test/command/suite/groonga/delete/filter.test (+2 -2)
===================================================================
--- test/command/suite/groonga/delete/filter.test    2014-05-27 18:40:48 +0900 (0314769)
+++ test/command/suite/groonga/delete/filter.test    2014-05-27 18:52:15 +0900 (cce3de2)
@@ -1,7 +1,7 @@
 #@include fixture/user-table.jsons
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table"  : "User",
     "key"    : "key",
@@ -11,7 +11,7 @@
 }
 {
   "type": "delete",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table"  : "User",
     "filter" : "_key @^ \"key\""

  Modified: test/command/suite/groonga/delete/invalid-filter.test (+1 -1)
===================================================================
--- test/command/suite/groonga/delete/invalid-filter.test    2014-05-27 18:40:48 +0900 (ea00155)
+++ test/command/suite/groonga/delete/invalid-filter.test    2014-05-27 18:52:15 +0900 (dfaa60a)
@@ -1,7 +1,7 @@
 #@include fixture/user-table.jsons
 {
   "type": "delete",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table"  : "User",
     "filter" : "*"

  Modified: test/command/suite/groonga/delete/no-identifier.test (+2 -2)
===================================================================
--- test/command/suite/groonga/delete/no-identifier.test    2014-05-27 18:40:48 +0900 (3a8c6b9)
+++ test/command/suite/groonga/delete/no-identifier.test    2014-05-27 18:52:15 +0900 (af0444e)
@@ -1,6 +1,6 @@
 {
   "type": "table_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "name"  : "User",
     "flags" : "TABLE_PAT_KEY"
@@ -8,7 +8,7 @@
 }
 {
   "type": "delete",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "User"
   }

  Modified: test/command/suite/groonga/delete/success.test (+2 -2)
===================================================================
--- test/command/suite/groonga/delete/success.test    2014-05-27 18:40:48 +0900 (c07da58)
+++ test/command/suite/groonga/delete/success.test    2014-05-27 18:52:15 +0900 (45a9019)
@@ -1,7 +1,7 @@
 #@include fixture/user-table.jsons
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table"  : "User",
     "key"    : "key",
@@ -11,7 +11,7 @@
 }
 {
   "type": "delete",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "User",
     "key"   : "key"

  Modified: test/command/suite/groonga/delete/unknown-table.test (+1 -1)
===================================================================
--- test/command/suite/groonga/delete/unknown-table.test    2014-05-27 18:40:48 +0900 (6f7afe0)
+++ test/command/suite/groonga/delete/unknown-table.test    2014-05-27 18:52:15 +0900 (2e8c413)
@@ -1,6 +1,6 @@
 {
   "type": "delete",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "Unknown"
   }

  Modified: test/command/suite/groonga/select/minimum.test (+1 -1)
===================================================================
--- test/command/suite/groonga/select/minimum.test    2014-05-27 18:40:48 +0900 (96b8622)
+++ test/command/suite/groonga/select/minimum.test    2014-05-27 18:52:15 +0900 (59ef4be)
@@ -1,7 +1,7 @@
 #@include fixture/user-table.jsons
 {
   "type"    : "select",
-  "dataset" : "Droonga",
+  "dataset" : "Default",
   "body"    : {
     "table" : "User"
   }

  Modified: test/command/suite/groonga/select/type/time.catalog.json (+1 -1)
===================================================================
--- test/command/suite/groonga/select/type/time.catalog.json    2014-05-27 18:40:48 +0900 (9d4cd23)
+++ test/command/suite/groonga/select/type/time.catalog.json    2014-05-27 18:52:15 +0900 (c0940b7)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "fact": "Memos",
       "schema": {
         "Memos": {

  Modified: test/command/suite/groonga/select/type/time.test (+3 -3)
===================================================================
--- test/command/suite/groonga/select/type/time.test    2014-05-27 18:40:48 +0900 (b53aa01)
+++ test/command/suite/groonga/select/type/time.test    2014-05-27 18:52:15 +0900 (18c2f2e)
@@ -3,7 +3,7 @@
 #@disable-logging
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "key": "Droonga is fun",
@@ -14,7 +14,7 @@
 }
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "key": "Ruby is also fun",
@@ -26,7 +26,7 @@
 #@enable-logging
 {
   "type": "select",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "output_columns": "_key, created_at"

  Modified: test/command/suite/groonga/table_create/array.test (+1 -1)
===================================================================
--- test/command/suite/groonga/table_create/array.test    2014-05-27 18:40:48 +0900 (8ee2ec6)
+++ test/command/suite/groonga/table_create/array.test    2014-05-27 18:52:15 +0900 (1d7314b)
@@ -1,6 +1,6 @@
 {
   "type": "table_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "name"  : "User",
     "flags" : "TABLE_NO_KEY"

  Modified: test/command/suite/groonga/table_create/hash.test (+1 -1)
===================================================================
--- test/command/suite/groonga/table_create/hash.test    2014-05-27 18:40:48 +0900 (539e88a)
+++ test/command/suite/groonga/table_create/hash.test    2014-05-27 18:52:15 +0900 (9970656)
@@ -1,6 +1,6 @@
 {
   "type": "table_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "name"  : "User",
     "flags" : "TABLE_HASH_KEY"

  Modified: test/command/suite/groonga/table_list/success.test (+2 -2)
===================================================================
--- test/command/suite/groonga/table_list/success.test    2014-05-27 18:40:48 +0900 (b5fe7c0)
+++ test/command/suite/groonga/table_list/success.test    2014-05-27 18:52:15 +0900 (b2dcbb6)
@@ -1,6 +1,6 @@
 {
   "type": "table_create",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "name"  : "User",
     "flags" : "TABLE_PAT_KEY"
@@ -8,7 +8,7 @@
 }
 {
   "type": "table_list",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table" : "User"
   }

  Modified: test/command/suite/groonga/table_remove/success.test (+1 -1)
===================================================================
--- test/command/suite/groonga/table_remove/success.test    2014-05-27 18:40:48 +0900 (cf71adb)
+++ test/command/suite/groonga/table_remove/success.test    2014-05-27 18:52:15 +0900 (5d987ca)
@@ -1,7 +1,7 @@
 #@include fixture/user-table.jsons
 {
   "type": "table_remove",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "name"  : "User"
   }

  Modified: test/command/suite/groonga/table_remove/unknown-table.test (+1 -1)
===================================================================
--- test/command/suite/groonga/table_remove/unknown-table.test    2014-05-27 18:40:48 +0900 (2c5f1fc)
+++ test/command/suite/groonga/table_remove/unknown-table.test    2014-05-27 18:52:15 +0900 (fffb2f9)
@@ -1,6 +1,6 @@
 {
   "type": "table_remove",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "name"  : "Unknown"
   }

  Modified: test/command/suite/message/error/unknown-type.expected (+1 -1)
===================================================================
--- test/command/suite/message/error/unknown-type.expected    2014-05-27 18:40:48 +0900 (12f05f6)
+++ test/command/suite/message/error/unknown-type.expected    2014-05-27 18:52:15 +0900 (1a887f4)
@@ -4,6 +4,6 @@
   "type": "unknown-type.result",
   "body": {
     "name": "UnknownType",
-    "message": "[Droonga] Handler not found for the type: <unknown-type>"
+    "message": "[Default] Handler not found for the type: <unknown-type>"
   }
 }

  Modified: test/command/suite/message/error/unknown-type.test (+1 -1)
===================================================================
--- test/command/suite/message/error/unknown-type.test    2014-05-27 18:40:48 +0900 (082691a)
+++ test/command/suite/message/error/unknown-type.test    2014-05-27 18:52:15 +0900 (9e089d1)
@@ -1,6 +1,6 @@
 #@include fixture/user-table.jsons
 {
   "type": "unknown-type",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {}
 }

  Modified: test/command/suite/search/adjusters/multiple.catalog.json (+1 -1)
===================================================================
--- test/command/suite/search/adjusters/multiple.catalog.json    2014-05-27 18:40:48 +0900 (3a92872)
+++ test/command/suite/search/adjusters/multiple.catalog.json    2014-05-27 18:52:15 +0900 (b9d4a76)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "fact": "Memos",
       "schema": {
         "Memos": {

  Modified: test/command/suite/search/adjusters/multiple.test (+3 -3)
===================================================================
--- test/command/suite/search/adjusters/multiple.test    2014-05-27 18:40:48 +0900 (7c77600)
+++ test/command/suite/search/adjusters/multiple.test    2014-05-27 18:52:15 +0900 (2c995c5)
@@ -3,7 +3,7 @@
 #@disable-logging
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "key": "Droonga is fun.",
@@ -23,7 +23,7 @@
 }
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "key": "Groonga is fast!",
@@ -40,7 +40,7 @@
 #@enable-logging
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "memos": {

  Modified: test/command/suite/search/adjusters/one.catalog.json (+1 -1)
===================================================================
--- test/command/suite/search/adjusters/one.catalog.json    2014-05-27 18:40:48 +0900 (3a92872)
+++ test/command/suite/search/adjusters/one.catalog.json    2014-05-27 18:52:15 +0900 (b9d4a76)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "fact": "Memos",
       "schema": {
         "Memos": {

  Modified: test/command/suite/search/adjusters/one.test (+3 -3)
===================================================================
--- test/command/suite/search/adjusters/one.test    2014-05-27 18:40:48 +0900 (05cbcd4)
+++ test/command/suite/search/adjusters/one.test    2014-05-27 18:52:15 +0900 (bb89fb8)
@@ -3,7 +3,7 @@
 #@disable-logging
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "key": "Droonga is fun.",
@@ -19,7 +19,7 @@
 }
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "key": "Groonga is fast!",
@@ -36,7 +36,7 @@
 #@enable-logging
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "memos": {

  Modified: test/command/suite/search/attributes/array.test (+1 -1)
===================================================================
--- test/command/suite/search/attributes/array.test    2014-05-27 18:40:48 +0900 (288851e)
+++ test/command/suite/search/attributes/array.test    2014-05-27 18:52:15 +0900 (e8cd677)
@@ -1,7 +1,7 @@
 #@include fixture/documents.jsons
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "result": {

  Modified: test/command/suite/search/attributes/hash.test (+1 -1)
===================================================================
--- test/command/suite/search/attributes/hash.test    2014-05-27 18:40:48 +0900 (093e48d)
+++ test/command/suite/search/attributes/hash.test    2014-05-27 18:52:15 +0900 (afea81b)
@@ -1,7 +1,7 @@
 #@include fixture/documents.jsons
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "result": {

  Modified: test/command/suite/search/complex.test (+1 -1)
===================================================================
--- test/command/suite/search/complex.test    2014-05-27 18:40:48 +0900 (f76906a)
+++ test/command/suite/search/complex.test    2014-05-27 18:52:15 +0900 (8e285cd)
@@ -1,7 +1,7 @@
 #@include fixture/documents.jsons
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "result": {

  Modified: test/command/suite/search/condition/nested.catalog.json (+1 -1)
===================================================================
--- test/command/suite/search/condition/nested.catalog.json    2014-05-27 18:40:48 +0900 (6f66348)
+++ test/command/suite/search/condition/nested.catalog.json    2014-05-27 18:52:15 +0900 (0f4724d)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "schema": {
         "Sections": {
           "type": "Hash",

  Modified: test/command/suite/search/condition/nested.test (+10 -10)
===================================================================
--- test/command/suite/search/condition/nested.test    2014-05-27 18:40:48 +0900 (35bdbe1)
+++ test/command/suite/search/condition/nested.test    2014-05-27 18:52:15 +0900 (5f60838)
@@ -1,7 +1,7 @@
 #@require-catalog-version 2
 #@disable-logging
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -12,7 +12,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -23,7 +23,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -34,7 +34,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -45,7 +45,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -56,7 +56,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -67,7 +67,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -78,7 +78,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -89,7 +89,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -102,7 +102,7 @@
 #@enable-logging
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "result": {

  Modified: test/command/suite/search/condition/query.catalog.json (+1 -1)
===================================================================
--- test/command/suite/search/condition/query.catalog.json    2014-05-27 18:40:48 +0900 (6f66348)
+++ test/command/suite/search/condition/query.catalog.json    2014-05-27 18:52:15 +0900 (0f4724d)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "schema": {
         "Sections": {
           "type": "Hash",

  Modified: test/command/suite/search/condition/query.test (+10 -10)
===================================================================
--- test/command/suite/search/condition/query.test    2014-05-27 18:40:48 +0900 (5bba908)
+++ test/command/suite/search/condition/query.test    2014-05-27 18:52:15 +0900 (4e39e65)
@@ -1,7 +1,7 @@
 #@require-catalog-version 2
 #@disable-logging
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -12,7 +12,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -23,7 +23,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -34,7 +34,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -45,7 +45,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -56,7 +56,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -67,7 +67,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -78,7 +78,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -89,7 +89,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -102,7 +102,7 @@
 #@enable-logging
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "result": {

  Modified: test/command/suite/search/condition/query/nonexistent_column.catalog.json (+1 -1)
===================================================================
--- test/command/suite/search/condition/query/nonexistent_column.catalog.json    2014-05-27 18:40:48 +0900 (7dee90b)
+++ test/command/suite/search/condition/query/nonexistent_column.catalog.json    2014-05-27 18:52:15 +0900 (eab0dc5)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "fact": "Memos",
       "schema": {
         "Memos": {

  Modified: test/command/suite/search/condition/query/nonexistent_column.test (+2 -2)
===================================================================
--- test/command/suite/search/condition/query/nonexistent_column.test    2014-05-27 18:40:48 +0900 (8552006)
+++ test/command/suite/search/condition/query/nonexistent_column.test    2014-05-27 18:52:15 +0900 (bb00940)
@@ -3,7 +3,7 @@
 #@disable-logging
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "key": "droonga",
@@ -15,7 +15,7 @@
 #@enable-logging
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "memos": {

  Modified: test/command/suite/search/condition/query/syntax_error.catalog.json (+1 -1)
===================================================================
--- test/command/suite/search/condition/query/syntax_error.catalog.json    2014-05-27 18:40:48 +0900 (0352e7b)
+++ test/command/suite/search/condition/query/syntax_error.catalog.json    2014-05-27 18:52:15 +0900 (50b58ae)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "fact": "Memos",
       "schema": {
         "Memos": {

  Modified: test/command/suite/search/condition/query/syntax_error.test (+2 -2)
===================================================================
--- test/command/suite/search/condition/query/syntax_error.test    2014-05-27 18:40:48 +0900 (5e9422e)
+++ test/command/suite/search/condition/query/syntax_error.test    2014-05-27 18:52:15 +0900 (38797ac)
@@ -3,7 +3,7 @@
 #@disable-logging
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "key": "droonga",
@@ -15,7 +15,7 @@
 #@enable-logging
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "memos": {

  Modified: test/command/suite/search/condition/script.catalog.json (+1 -1)
===================================================================
--- test/command/suite/search/condition/script.catalog.json    2014-05-27 18:40:48 +0900 (6f66348)
+++ test/command/suite/search/condition/script.catalog.json    2014-05-27 18:52:15 +0900 (0f4724d)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "schema": {
         "Sections": {
           "type": "Hash",

  Modified: test/command/suite/search/condition/script.test (+10 -10)
===================================================================
--- test/command/suite/search/condition/script.test    2014-05-27 18:40:48 +0900 (b464fba)
+++ test/command/suite/search/condition/script.test    2014-05-27 18:52:15 +0900 (1e59bf1)
@@ -1,7 +1,7 @@
 #@require-catalog-version 2
 #@disable-logging
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -12,7 +12,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -23,7 +23,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -34,7 +34,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -45,7 +45,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -56,7 +56,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -67,7 +67,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -78,7 +78,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -89,7 +89,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -102,7 +102,7 @@
 #@enable-logging
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "result": {

  Modified: test/command/suite/search/error/cyclic-source.test (+1 -1)
===================================================================
--- test/command/suite/search/error/cyclic-source.test    2014-05-27 18:40:48 +0900 (8953a1c)
+++ test/command/suite/search/error/cyclic-source.test    2014-05-27 18:52:15 +0900 (9653f90)
@@ -1,7 +1,7 @@
 #@include fixture/user-table.jsons
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "cyclic-source": {

  Modified: test/command/suite/search/error/deeply-cyclic-source.test (+1 -1)
===================================================================
--- test/command/suite/search/error/deeply-cyclic-source.test    2014-05-27 18:40:48 +0900 (78958bf)
+++ test/command/suite/search/error/deeply-cyclic-source.test    2014-05-27 18:52:15 +0900 (b9a1da1)
@@ -1,7 +1,7 @@
 #@include fixture/user-table.jsons
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "a": {

  Modified: test/command/suite/search/error/missing-source-parameter.test (+1 -1)
===================================================================
--- test/command/suite/search/error/missing-source-parameter.test    2014-05-27 18:40:48 +0900 (d6c012f)
+++ test/command/suite/search/error/missing-source-parameter.test    2014-05-27 18:52:15 +0900 (994b84d)
@@ -1,7 +1,7 @@
 #@include fixture/user-table.jsons
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "no-source": {

  Modified: test/command/suite/search/error/no-query.test (+1 -1)
===================================================================
--- test/command/suite/search/error/no-query.test    2014-05-27 18:40:48 +0900 (f8cd997)
+++ test/command/suite/search/error/no-query.test    2014-05-27 18:52:15 +0900 (c77c9e2)
@@ -1,7 +1,7 @@
 #@include fixture/user-table.jsons
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
   }
 }

  Modified: test/command/suite/search/error/unknown-source.test (+1 -1)
===================================================================
--- test/command/suite/search/error/unknown-source.test    2014-05-27 18:40:48 +0900 (4b9991c)
+++ test/command/suite/search/error/unknown-source.test    2014-05-27 18:52:15 +0900 (a9d1844)
@@ -1,7 +1,7 @@
 #@include fixture/user-table.jsons
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "unknown-source": {

  Modified: test/command/suite/search/group/count.test (+1 -1)
===================================================================
--- test/command/suite/search/group/count.test    2014-05-27 18:40:48 +0900 (710453c)
+++ test/command/suite/search/group/count.test    2014-05-27 18:52:15 +0900 (6948f50)
@@ -1,7 +1,7 @@
 #@include fixture/documents.jsons
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "documents": {

  Modified: test/command/suite/search/group/limit.test (+1 -1)
===================================================================
--- test/command/suite/search/group/limit.test    2014-05-27 18:40:48 +0900 (44cc1bb)
+++ test/command/suite/search/group/limit.test    2014-05-27 18:52:15 +0900 (2d8a4d9)
@@ -1,7 +1,7 @@
 #@include fixture/documents.jsons
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "documents": {

  Modified: test/command/suite/search/group/string.catalog.json (+1 -1)
===================================================================
--- test/command/suite/search/group/string.catalog.json    2014-05-27 18:40:48 +0900 (78e00fd)
+++ test/command/suite/search/group/string.catalog.json    2014-05-27 18:52:15 +0900 (419b973)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "schema": {
         "Sections": {
           "type": "Hash",

  Modified: test/command/suite/search/group/string.test (+6 -6)
===================================================================
--- test/command/suite/search/group/string.test    2014-05-27 18:40:48 +0900 (12351dd)
+++ test/command/suite/search/group/string.test    2014-05-27 18:52:15 +0900 (92b66c2)
@@ -1,7 +1,7 @@
 #@require-catalog-version 2
 #@disable-logging
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -13,7 +13,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -25,7 +25,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -37,7 +37,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -49,7 +49,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -63,7 +63,7 @@
 #@enable-logging
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "documents": {

  Modified: test/command/suite/search/group/subrecord/with-sort.catalog.json (+1 -1)
===================================================================
--- test/command/suite/search/group/subrecord/with-sort.catalog.json    2014-05-27 18:40:48 +0900 (096cc16)
+++ test/command/suite/search/group/subrecord/with-sort.catalog.json    2014-05-27 18:52:15 +0900 (cc85846)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "fact": "Comments",
       "schema": {
         "Threads": {

  Modified: test/command/suite/search/group/subrecord/with-sort.test (+5 -5)
===================================================================
--- test/command/suite/search/group/subrecord/with-sort.test    2014-05-27 18:40:48 +0900 (1b5404b)
+++ test/command/suite/search/group/subrecord/with-sort.test    2014-05-27 18:52:15 +0900 (550fa01)
@@ -3,7 +3,7 @@
 #@disable-logging
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Threads",
     "key": "ruby",
@@ -14,7 +14,7 @@
 }
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Threads",
     "key": "groonga",
@@ -25,7 +25,7 @@
 }
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Comments",
     "key": "1",
@@ -37,7 +37,7 @@
 }
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Comments",
     "key": "2",
@@ -50,7 +50,7 @@
 #@enable-logging
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "comments": {

  Modified: test/command/suite/search/multiple/chained.catalog.json (+1 -1)
===================================================================
--- test/command/suite/search/multiple/chained.catalog.json    2014-05-27 18:40:48 +0900 (6f66348)
+++ test/command/suite/search/multiple/chained.catalog.json    2014-05-27 18:52:15 +0900 (0f4724d)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "schema": {
         "Sections": {
           "type": "Hash",

  Modified: test/command/suite/search/multiple/chained.test (+10 -10)
===================================================================
--- test/command/suite/search/multiple/chained.test    2014-05-27 18:40:48 +0900 (8a7f294)
+++ test/command/suite/search/multiple/chained.test    2014-05-27 18:52:15 +0900 (2fa884e)
@@ -1,7 +1,7 @@
 #@require-catalog-version 2
 #@disable-logging
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -12,7 +12,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -23,7 +23,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -34,7 +34,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -45,7 +45,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -56,7 +56,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -67,7 +67,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -78,7 +78,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -89,7 +89,7 @@
   }
 }
 {
-  "dataset": "Droonga",
+  "dataset": "Default",
   "type": "add",
   "body": {
     "table": "Sections",
@@ -102,7 +102,7 @@
 #@enable-logging
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "Groonga": {

  Modified: test/command/suite/search/multiple/parallel.test (+1 -1)
===================================================================
--- test/command/suite/search/multiple/parallel.test    2014-05-27 18:40:48 +0900 (b73b205)
+++ test/command/suite/search/multiple/parallel.test    2014-05-27 18:52:15 +0900 (e008468)
@@ -1,7 +1,7 @@
 #@include fixture/documents.jsons
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "keys": {

  Modified: test/command/suite/search/output/attributes/invalid.catalog.json (+1 -1)
===================================================================
--- test/command/suite/search/output/attributes/invalid.catalog.json    2014-05-27 18:40:48 +0900 (295bb90)
+++ test/command/suite/search/output/attributes/invalid.catalog.json    2014-05-27 18:52:15 +0900 (70878b6)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "fact": "Memos",
       "schema": {
         "Memos": {

  Modified: test/command/suite/search/output/attributes/invalid.test (+2 -2)
===================================================================
--- test/command/suite/search/output/attributes/invalid.test    2014-05-27 18:40:48 +0900 (bf927b1)
+++ test/command/suite/search/output/attributes/invalid.test    2014-05-27 18:52:15 +0900 (387f086)
@@ -3,7 +3,7 @@
 #@disable-logging
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "key": "Droonga is fun"
@@ -12,7 +12,7 @@
 #@enable-logging
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "memos": {

  Modified: test/command/suite/search/output/attributes/star.catalog.json (+1 -1)
===================================================================
--- test/command/suite/search/output/attributes/star.catalog.json    2014-05-27 18:40:48 +0900 (de250fb)
+++ test/command/suite/search/output/attributes/star.catalog.json    2014-05-27 18:52:15 +0900 (8a87b19)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "fact": "Memos",
       "schema": {
         "Memos": {

  Modified: test/command/suite/search/output/attributes/star.test (+2 -2)
===================================================================
--- test/command/suite/search/output/attributes/star.test    2014-05-27 18:40:48 +0900 (4d2edcd)
+++ test/command/suite/search/output/attributes/star.test    2014-05-27 18:52:15 +0900 (8a5b251)
@@ -3,7 +3,7 @@
 #@disable-logging
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "key": "Droonga is fun",
@@ -16,7 +16,7 @@
 #@enable-logging
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "memos": {

  Modified: test/command/suite/search/range/only-output.test (+1 -1)
===================================================================
--- test/command/suite/search/range/only-output.test    2014-05-27 18:40:48 +0900 (2049702)
+++ test/command/suite/search/range/only-output.test    2014-05-27 18:52:15 +0900 (42ac427)
@@ -1,7 +1,7 @@
 #@include fixture/documents.jsons
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "result": {

  Modified: test/command/suite/search/range/only-sort.test (+1 -1)
===================================================================
--- test/command/suite/search/range/only-sort.test    2014-05-27 18:40:48 +0900 (0d484af)
+++ test/command/suite/search/range/only-sort.test    2014-05-27 18:52:15 +0900 (7459202)
@@ -1,7 +1,7 @@
 #@include fixture/documents.jsons
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "result": {

  Modified: test/command/suite/search/range/sort-and-output.test (+1 -1)
===================================================================
--- test/command/suite/search/range/sort-and-output.test    2014-05-27 18:40:48 +0900 (32ae515)
+++ test/command/suite/search/range/sort-and-output.test    2014-05-27 18:52:15 +0900 (c67d46d)
@@ -1,7 +1,7 @@
 #@include fixture/documents.jsons
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "result": {

  Modified: test/command/suite/search/range/too-large-output-offset.test (+1 -1)
===================================================================
--- test/command/suite/search/range/too-large-output-offset.test    2014-05-27 18:40:48 +0900 (18d37e1)
+++ test/command/suite/search/range/too-large-output-offset.test    2014-05-27 18:52:15 +0900 (6abbd34)
@@ -1,7 +1,7 @@
 #@include fixture/documents.jsons
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "result": {

  Modified: test/command/suite/search/range/too-large-sort-offset.test (+1 -1)
===================================================================
--- test/command/suite/search/range/too-large-sort-offset.test    2014-05-27 18:40:48 +0900 (013cca2)
+++ test/command/suite/search/range/too-large-sort-offset.test    2014-05-27 18:52:15 +0900 (9b8dcb4)
@@ -1,7 +1,7 @@
 #@include fixture/documents.jsons
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "result": {

  Modified: test/command/suite/search/response/elapsed_time.catalog.json (+1 -1)
===================================================================
--- test/command/suite/search/response/elapsed_time.catalog.json    2014-05-27 18:40:48 +0900 (295bb90)
+++ test/command/suite/search/response/elapsed_time.catalog.json    2014-05-27 18:52:15 +0900 (70878b6)
@@ -1,6 +1,6 @@
 {
   "datasets": {
-    "Droonga": {
+    "Default": {
       "fact": "Memos",
       "schema": {
         "Memos": {

  Modified: test/command/suite/search/response/elapsed_time.test (+2 -2)
===================================================================
--- test/command/suite/search/response/elapsed_time.test    2014-05-27 18:40:48 +0900 (234f845)
+++ test/command/suite/search/response/elapsed_time.test    2014-05-27 18:52:15 +0900 (22b0dc8)
@@ -3,7 +3,7 @@
 #@disable-logging
 {
   "type": "add",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "table": "Memos",
     "key": "Droonga is fun"
@@ -12,7 +12,7 @@
 #@enable-logging
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "memos": {

  Modified: test/command/suite/search/response/records/value/time.test (+1 -1)
===================================================================
--- test/command/suite/search/response/records/value/time.test    2014-05-27 18:40:48 +0900 (b3a5873)
+++ test/command/suite/search/response/records/value/time.test    2014-05-27 18:52:15 +0900 (6441053)
@@ -1,7 +1,7 @@
 #@include fixture/event.jsons
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "result": {

  Modified: test/command/suite/search/simple.test (+1 -1)
===================================================================
--- test/command/suite/search/simple.test    2014-05-27 18:40:48 +0900 (577386c)
+++ test/command/suite/search/simple.test    2014-05-27 18:52:15 +0900 (97a6ff3)
@@ -1,7 +1,7 @@
 #@include fixture/documents.jsons
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "result": {

  Modified: test/command/suite/search/sort/default-offset-limit.test (+1 -1)
===================================================================
--- test/command/suite/search/sort/default-offset-limit.test    2014-05-27 18:40:48 +0900 (74ca085)
+++ test/command/suite/search/sort/default-offset-limit.test    2014-05-27 18:52:15 +0900 (2a84bdf)
@@ -1,7 +1,7 @@
 #@include fixture/documents.jsons
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "result": {

  Modified: test/command/suite/search/sort/invisible-column.test (+1 -1)
===================================================================
--- test/command/suite/search/sort/invisible-column.test    2014-05-27 18:40:48 +0900 (4ee3413)
+++ test/command/suite/search/sort/invisible-column.test    2014-05-27 18:52:15 +0900 (4f4c686)
@@ -1,7 +1,7 @@
 #@include fixture/documents.jsons
 {
   "type": "search",
-  "dataset": "Droonga",
+  "dataset": "Default",
   "body": {
     "queries": {
       "result": {




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