[Groonga-commit] groonga/gcs [master] Fix mismatched request names

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Nov 12 14:54:32 JST 2012


YUKI Hiroshi	2012-11-12 14:54:32 +0900 (Mon, 12 Nov 2012)

  New Revision: 3bacc3dd95ec2fe58a26cd01d7cf45a7c2710624
  https://github.com/groonga/gcs/commit/3bacc3dd95ec2fe58a26cd01d7cf45a7c2710624

  Log:
    Fix mismatched request names

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

  Modified: test/scenarios/configuration/DescribeIndexFields.json (+2 -2)
===================================================================
--- test/scenarios/configuration/DescribeIndexFields.json    2012-11-12 14:43:37 +0900 (88ab126)
+++ test/scenarios/configuration/DescribeIndexFields.json    2012-11-12 14:54:32 +0900 (0b932e4)
@@ -22,7 +22,7 @@
                 "IndexField.IndexFieldType": "literal" } },
 
 
-  { "name"  : "all domains",
+  { "name"  : "all fields",
     "params": { "Action": "DescribeIndexFields",
                 "DomainName": "companies" } },
 
@@ -32,7 +32,7 @@
                 "FieldNames.member.1": "name",
                 "FieldNames.member.2": "age" } },
 
-  { "name"  : "only specified two domains in inverted order",
+  { "name"  : "only specified two fields in inverted order",
     "params": { "Action": "DescribeIndexFields",
                 "DomainName": "companies",
                 "FieldNames.member.1": "age",
-------------- next part --------------
HTML����������������������������...
다운로드 



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