[Groonga-commit] groonga/gcs [master] Fix expected result of gcs-describe-domain

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Nov 22 18:51:49 JST 2012


YUKI Hiroshi	2012-11-22 18:51:49 +0900 (Thu, 22 Nov 2012)

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

  Log:
    Fix expected result of gcs-describe-domain

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

  Modified: test/gcs-commands.test.js (+6 -6)
===================================================================
--- test/gcs-commands.test.js    2012-11-22 18:44:23 +0900 (03e866c)
+++ test/gcs-commands.test.js    2012-11-22 18:51:49 +0900 (24f8d08)
@@ -229,11 +229,11 @@ suite('gcs-describe-domain', function() {
                          { code: 0,
                            message:
                              '=== Domain Summary ===\n' +
-                             'Domain Name: domain1\n' +
+                             'Domain Name: domain2\n' +
                              'Document Service endpoint: ' +
-                               domain1.getDocumentsEndpoint(hostPort) + '\n' +
+                               domain2.getDocumentsEndpoint(hostPort) + '\n' +
                              'Search Service endpoint: ' +
-                               domain1.getSearchEndpoint(hostPort) + '\n' +
+                               domain2.getSearchEndpoint(hostPort) + '\n' +
                              'SearchInstanceType: null\n' +
                              'SearchPartitionCount: 0\n' +
                              'SearchInstanceCount: 0\n' +
@@ -248,11 +248,11 @@ suite('gcs-describe-domain', function() {
                              '======================\n' +
                              '\n' +
                              '=== Domain Summary ===\n' +
-                             'Domain Name: domain2\n' +
+                             'Domain Name: domain1\n' +
                              'Document Service endpoint: ' +
-                               domain2.getDocumentsEndpoint(hostPort) + '\n' +
+                               domain1.getDocumentsEndpoint(hostPort) + '\n' +
                              'Search Service endpoint: ' +
-                               domain2.getSearchEndpoint(hostPort) + '\n' +
+                               domain1.getSearchEndpoint(hostPort) + '\n' +
                              'SearchInstanceType: null\n' +
                              'SearchPartitionCount: 0\n' +
                              'SearchInstanceCount: 0\n' +
-------------- next part --------------
HTML����������������������������...
Download 



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