[Groonga-commit] groonga/gcs [master] Get the actual state correctly

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 13日 (金) 18:44:29 JST


SHIMODA Hiroshi	2012-07-13 18:44:29 +0900 (Fri, 13 Jul 2012)

  New Revision: 8a838448e737424b86767142be3f296c9be064ca
  https://github.com/groonga/gcs/commit/8a838448e737424b86767142be3f296c9be064ca

  Log:
    Get the actual state correctly

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

  Modified: test/api-configuration.test.js (+1 -1)
===================================================================
--- test/api-configuration.test.js    2012-07-13 18:43:10 +0900 (84c3c04)
+++ test/api-configuration.test.js    2012-07-13 18:44:29 +0900 (e4cd33e)
@@ -134,7 +134,7 @@ suite('Configuration API', function() {
                 Endpoint: 'search-companies-' + Domain.FAKE_DOMAIN_ID + '.localhost'
               }
             };
-        var status = response.CreateDomainResponse.CreateDomainResult.DomainStatus;
+        var status = response.body.CreateDomainResponse.CreateDomainResult.DomainStatus;
         assert.deepEqual(status, expectedStatus);
 
         done();
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index