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

アーカイブの一覧に戻る

YUKI Hiroshi null+****@clear*****
Mon Dec 10 15:21:46 JST 2012


YUKI Hiroshi	2012-12-10 15:21:46 +0900 (Mon, 10 Dec 2012)

  New Revision: d91992e911a8ca0e6c1972296993e0d6a322e830
  https://github.com/groonga/gcs/commit/d91992e911a8ca0e6c1972296993e0d6a322e830

  Log:
    Fix syntax errors

  Modified files:
    test/gcs-commands.test.js

  Modified: test/gcs-commands.test.js (+2 -2)
===================================================================
--- test/gcs-commands.test.js    2012-12-10 15:21:17 +0900 (c4a58c8)
+++ test/gcs-commands.test.js    2012-12-10 15:21:46 +0900 (a6efd19)
@@ -580,7 +580,7 @@ suite('gcs-configure-from-sdf', function() {
       .next(function(result) {
         assert.equal(1, result.code);
         done();
-      });
+      })
       .error(function(e) {
         done(e);
       });
@@ -602,7 +602,7 @@ suite('gcs-configure-from-sdf', function() {
         var domain = new Domain({ name: 'companies', context: context });
         assert.equal(domain.indexFields.length, 5);
         done();
-      });
+      })
       .error(function(e) {
         done(e);
       });
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る