[Groonga-commit] groonga/gcs [master] Fix scenario for CreateDomain, about creation of already-existing domain

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Nov 15 13:13:19 JST 2012


YUKI Hiroshi	2012-11-15 13:13:19 +0900 (Thu, 15 Nov 2012)

  New Revision: 244833824aaa0463f7e894b52b7f6cd9df7a4557
  https://github.com/groonga/gcs/commit/244833824aaa0463f7e894b52b7f6cd9df7a4557

  Log:
    Fix scenario for CreateDomain, about creation of already-existing domain

  Modified files:
    test/scenarios/configuration/CreateDomain.json

  Modified: test/scenarios/configuration/CreateDomain.json (+3 -4)
===================================================================
--- test/scenarios/configuration/CreateDomain.json    2012-11-15 12:58:48 +0900 (6be8914)
+++ test/scenarios/configuration/CreateDomain.json    2012-11-15 13:13:19 +0900 (cf730a4)
@@ -3,15 +3,14 @@
     { "name"  : "with valid name",
       "params": { "Action": "CreateDomain",
                   "DomainName": "companies" } },
+    { "name"  : "for existing domain",
+      "params": { "Action": "CreateDomain",
+                  "DomainName": "companies" } },
     { "name"  : "delete the test domain",
       "params": { "Action": "DeleteDomain",
                   "DomainName": "companies" } }
   ],
 
-  { "name"  : "for existing domain",
-    "params": { "Action": "CreateDomain",
-                "DomainName": "companies" } },
-
   { "name"  : "with too short (one letter) name",
     "params": { "Action": "CreateDomain",
                 "DomainName": "a" } },
-------------- next part --------------
HTML����������������������������...
Télécharger 



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