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

アーカイブの一覧に戻る

null+****@clear***** null+****@clear*****
2012年 8月 2日 (木) 13:30:06 JST


SHIMODA Hiroshi	2012-08-02 13:30:06 +0900 (Thu, 02 Aug 2012)

  New Revision: 90014d644745c25eb4131e3276aab2d022091ed8
  https://github.com/groonga/gcs/commit/90014d644745c25eb4131e3276aab2d022091ed8

  Log:
    Fix missing variable "domain"

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

  Modified: test/api-configuration.test.js (+2 -1)
===================================================================
--- test/api-configuration.test.js    2012-08-02 13:29:12 +0900 (5f3622b)
+++ test/api-configuration.test.js    2012-08-02 13:30:06 +0900 (cf04e87)
@@ -233,7 +233,8 @@ suite('Configuration API', function() {
          'Host': 'cloudsearch.localhost'
        })
       .next(function(response) {
-        assert.isTrue((new Domain('companies', context).exists()));
+        var domain = new Domain('companies', context);
+        assert.isTrue(.exists());
 
         response = toParsedResponse(response);
         assert.deepEqual(response.pattern,
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
ダウンロード 



Groonga-commit メーリングリストの案内
アーカイブの一覧に戻る