[Groonga-commit] groonga/gcs [master] Fix syntax error

Back to archive index

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


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

  New Revision: 60d7909c122ba8b2aff1eb8b2b6e8125ffe7a637
  https://github.com/groonga/gcs/commit/60d7909c122ba8b2aff1eb8b2b6e8125ffe7a637

  Log:
    Fix syntax error

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

  Modified: test/api-configuration.test.js (+1 -1)
===================================================================
--- test/api-configuration.test.js    2012-08-02 13:30:06 +0900 (cf04e87)
+++ test/api-configuration.test.js    2012-08-02 13:30:29 +0900 (74674b7)
@@ -234,7 +234,7 @@ suite('Configuration API', function() {
        })
       .next(function(response) {
         var domain = new Domain('companies', context);
-        assert.isTrue(.exists());
+        assert.isTrue(domain.exists());
 
         response = toParsedResponse(response);
         assert.deepEqual(response.pattern,
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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