YUKI Hiroshi
null+****@clear*****
Thu Nov 15 17:41:09 JST 2012
YUKI Hiroshi 2012-11-15 17:41:09 +0900 (Thu, 15 Nov 2012) New Revision: 249f7727c16615e2a45f86bb5bdc31737b369ff5 https://github.com/groonga/gcs/commit/249f7727c16615e2a45f86bb5bdc31737b369ff5 Log: Add a scenario for invalid index field name and invalid field type Modified files: test/scenarios/configuration/DefineIndexField.json Modified: test/scenarios/configuration/DefineIndexField.json (+6 -0) =================================================================== --- test/scenarios/configuration/DefineIndexField.json 2012-11-15 17:37:19 +0900 (ecb0429) +++ test/scenarios/configuration/DefineIndexField.json 2012-11-15 17:41:09 +0900 (f4620e5) @@ -190,6 +190,12 @@ "IndexField.IndexFieldName": "name_with_invalid_type", "IndexField.IndexFieldType": "invalid" } }, + { "name" : "define with invalid name and invalid type", + "params": { "Action": "DefineIndexField", + "DomainName": "companies", + "IndexField.IndexFieldName": "@name_with_invalid_character", + "IndexField.IndexFieldType": "invalid" } }, + { "name" : "update without type", "params": { "Action": "DefineIndexField", "DomainName": "companies", -------------- next part -------------- HTML����������������������������...Download