[Groonga-commit] groonga/gcs [master] Remove GCS specific setup request from scenarios

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Nov 14 18:27:14 JST 2012


YUKI Hiroshi	2012-11-14 18:27:14 +0900 (Wed, 14 Nov 2012)

  New Revision: 63a200b66d80cfc4a5410af144481010d7edbf95
  https://github.com/groonga/gcs/commit/63a200b66d80cfc4a5410af144481010d7edbf95

  Log:
    Remove GCS specific setup request from scenarios

  Modified files:
    test/scenarios/configuration/CreateDomain.json
    test/scenarios/configuration/DefineIndexField.json
    test/scenarios/configuration/DeleteDomain.json
    test/scenarios/configuration/DeleteIndexField.json
    test/scenarios/configuration/DescribeDomains.json
    test/scenarios/configuration/DescribeIndexFields.json

  Modified: test/scenarios/configuration/CreateDomain.json (+0 -5)
===================================================================
--- test/scenarios/configuration/CreateDomain.json    2012-11-14 18:25:54 +0900 (9ebf1f5)
+++ test/scenarios/configuration/CreateDomain.json    2012-11-14 18:27:14 +0900 (ad1573a)
@@ -1,9 +1,4 @@
 [
-  { "name"  : "setup: delete all domains",
-    "onlyGCS" : true,
-    "params": { "Action": "GCSDeleteAllDomains" } },
-
-
   { "name"  : "with valid name",
     "params": { "Action": "CreateDomain",
                 "DomainName": "companies" } },

  Modified: test/scenarios/configuration/DefineIndexField.json (+0 -3)
===================================================================
--- test/scenarios/configuration/DefineIndexField.json    2012-11-14 18:25:54 +0900 (86a069a)
+++ test/scenarios/configuration/DefineIndexField.json    2012-11-14 18:27:14 +0900 (376be85)
@@ -1,7 +1,4 @@
 [
-  { "name"  : "setup: delete all domains",
-    "onlyGCS" : true,
-    "params": { "Action": "GCSDeleteAllDomains" } },
   { "name"  : "setup: prepare the test domain",
     "params": { "Action": "CreateDomain",
                 "DomainName": "companies" } },

  Modified: test/scenarios/configuration/DeleteDomain.json (+0 -5)
===================================================================
--- test/scenarios/configuration/DeleteDomain.json    2012-11-14 18:25:54 +0900 (fa6e1f9)
+++ test/scenarios/configuration/DeleteDomain.json    2012-11-14 18:27:14 +0900 (838096a)
@@ -1,9 +1,4 @@
 [
-  { "name"  : "setup: delete all domains",
-    "onlyGCS" : true,
-    "params": { "Action": "GCSDeleteAllDomains" } },
-
-
   { "name"  : "setup: to-be-deleted domain",
     "params": { "Action": "CreateDomain",
                 "DomainName": "companies" } },

  Modified: test/scenarios/configuration/DeleteIndexField.json (+0 -3)
===================================================================
--- test/scenarios/configuration/DeleteIndexField.json    2012-11-14 18:25:54 +0900 (5c62bce)
+++ test/scenarios/configuration/DeleteIndexField.json    2012-11-14 18:27:14 +0900 (87454bf)
@@ -1,7 +1,4 @@
 [
-  { "name"  : "setup: delete all domains",
-    "onlyGCS" : true,
-    "params": { "Action": "GCSDeleteAllDomains" } },
   { "name"  : "setup: prepare the test domain",
     "params": { "Action": "CreateDomain",
                 "DomainName": "companies" } },

  Modified: test/scenarios/configuration/DescribeDomains.json (+0 -3)
===================================================================
--- test/scenarios/configuration/DescribeDomains.json    2012-11-14 18:25:54 +0900 (906a585)
+++ test/scenarios/configuration/DescribeDomains.json    2012-11-14 18:27:14 +0900 (a837f56)
@@ -1,7 +1,4 @@
 [
-  { "name"  : "setup: delete all domains",
-    "onlyGCS" : true,
-    "params": { "Action": "GCSDeleteAllDomains" } },
   { "name"  : "setup: create 1st test domains named as 3",
     "params": { "Action": "CreateDomain",
                 "DomainName": "domain3" } },

  Modified: test/scenarios/configuration/DescribeIndexFields.json (+0 -3)
===================================================================
--- test/scenarios/configuration/DescribeIndexFields.json    2012-11-14 18:25:54 +0900 (4c47a57)
+++ test/scenarios/configuration/DescribeIndexFields.json    2012-11-14 18:27:14 +0900 (b94b942)
@@ -1,7 +1,4 @@
 [
-  { "name"  : "setup: delete all domains",
-    "onlyGCS" : true,
-    "params": { "Action": "GCSDeleteAllDomains" } },
   { "name"  : "setup: create test domain",
     "params": { "Action": "CreateDomain",
                 "DomainName": "companies" } },
-------------- next part --------------
HTML����������������������������...
Download 



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