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

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Aug 23 14:57:37 JST 2012


YUKI Hiroshi	2012-08-23 14:57:37 +0900 (Thu, 23 Aug 2012)

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

  Log:
    Fix syntax error

  Modified files:
    test/database-domain.test.js

  Modified: test/database-domain.test.js (+1 -0)
===================================================================
--- test/database-domain.test.js    2012-08-23 14:56:46 +0900 (bda7fac)
+++ test/database-domain.test.js    2012-08-23 14:57:37 +0900 (22f09ce)
@@ -223,6 +223,7 @@ suite('database', function() {
       test('localhost, with port', function() {
         assert.equal(domain.getDocumentsEndpoint('localhost:4567'),
                      'doc-valid-' + Domain.DEFAULT_ID + '.127.0.0.1.xip.io:4567');
+      });
 
       test('localhost, without port', function() {
         assert.equal(domain.getDocumentsEndpoint('localhost'),
-------------- next part --------------
HTML����������������������������...
Descargar 



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