[Groonga-commit] groonga/gcs [master] Update expected response pattern of invalid request with invalid API version

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Nov 5 16:16:02 JST 2012


YUKI Hiroshi	2012-11-05 16:16:02 +0900 (Mon, 05 Nov 2012)

  New Revision: 5f10b57451f4fccd3e1f6f28beecde449c567a4c
  https://github.com/groonga/gcs/commit/5f10b57451f4fccd3e1f6f28beecde449c567a4c

  Log:
    Update expected response pattern of invalid request with invalid API version

  Modified files:
    test/api-configuration.test.js

  Modified: test/api-configuration.test.js (+1 -1)
===================================================================
--- test/api-configuration.test.js    2012-11-05 16:06:12 +0900 (150172a)
+++ test/api-configuration.test.js    2012-11-05 16:16:02 +0900 (2187c04)
@@ -1069,7 +1069,7 @@ suite('Configuration API', function() {
           response = xmlResponses.toParsedResponse(response);
           assert.deepEqual(response.pattern,
                            { statusCode: 400,
-                             body: xmlResponses.COMMON_ERROR_RESPONSE });
+                             body: xmlResponses.TYPED_ERROR_RESPONSE });
 
           var expectedError = {
                 Type: 'Sender',
-------------- next part --------------
HTML����������������������������...
下载 



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