[Groonga-commit] groonga/gcs [master] Fix missing variable "response"

Back to archive index

SHIMODA Hiroshi null+****@clear*****
Wed Aug 15 12:50:24 JST 2012


SHIMODA Hiroshi	2012-08-15 12:50:24 +0900 (Wed, 15 Aug 2012)

  New Revision: 700028a274dc00fa59c9ccb53da25afc395dec91
  https://github.com/groonga/gcs/commit/700028a274dc00fa59c9ccb53da25afc395dec91

  Log:
    Fix missing variable "response"

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

  Modified: test/api-configuration.test.js (+1 -1)
===================================================================
--- test/api-configuration.test.js    2012-08-15 12:49:37 +0900 (702d34e)
+++ test/api-configuration.test.js    2012-08-15 12:50:24 +0900 (fbd9975)
@@ -960,7 +960,7 @@ suite('Configuration API', function() {
       })
       .get('/?Version=2011-02-01&Action=DescribeSynonymOptions&' +
            'DomainName=companies')
-      .next(function() {
+      .next(function(response) {
         response = toParsedResponse(response);
         assert.deepEqual(response.pattern,
                          { statusCode: 200,
-------------- next part --------------
HTML����������������������������...
다운로드 



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