[Groonga-commit] groonga/gcs [master] Remove features to build endpoint (part 2)

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Dec 4 15:42:15 JST 2012


YUKI Hiroshi	2012-12-04 15:42:15 +0900 (Tue, 04 Dec 2012)

  New Revision: 5adbb4c289857feaf12dd2cc46f3273c556cc7fa
  https://github.com/groonga/gcs/commit/5adbb4c289857feaf12dd2cc46f3273c556cc7fa

  Log:
    Remove features to build endpoint (part 2)

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

  Modified: test/gcs-commands.test.js (+3 -3)
===================================================================
--- test/gcs-commands.test.js    2012-12-04 15:39:04 +0900 (267a2e1)
+++ test/gcs-commands.test.js    2012-12-04 15:42:15 +0900 (76f9de0)
@@ -258,9 +258,9 @@ suite('gcs-describe-domain', function() {
                              '=== Domain Summary ===\n' +
                              'Domain Name: domain1\n' +
                              'Document Service endpoint: ' +
-                               arnToEndpoint(domain.documentsArn, hostPort) + '\n' +
+                               arnToEndpoint(domain1.documentsArn, hostPort) + '\n' +
                              'Search Service endpoint: ' +
-                               arnToEndpoint(domain.searchArn, hostPort) + '\n' +
+                               arnToEndpoint(domain1.searchArn, hostPort) + '\n' +
                              'SearchInstanceType: null\n' +
                              'SearchPartitionCount: 0\n' +
                              'SearchInstanceCount: 0\n' +
@@ -920,7 +920,7 @@ suite('gcs-post-sdf', function() {
     domain.getIndexField('description').setType('text').createSync();
     domain.getIndexField('age').setType('uint').createSync();
     domain.getIndexField('product').setType('literal').createSync();
-    endpoint = arnToEndpoint(domain.documentsArn, 'localhost:' + utils.testPort);
+    endpoint = arnToEndpoint(domain.documentsArn, '127.0.0.1:' + utils.testPort);
   }
 
   test('post add sdf json', function(done) {
-------------- next part --------------
HTML����������������������������...
Download 



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