[Groonga-commit] groonga/gcs [master] Update expected output of gcs-describe-domain

Back to archive index

SHIMODA Hiroshi null+****@clear*****
Wed Aug 15 17:23:29 JST 2012


SHIMODA Hiroshi	2012-08-15 17:23:29 +0900 (Wed, 15 Aug 2012)

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

  Log:
    Update expected output of gcs-describe-domain

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

  Modified: test/gcs-commands.test.js (+12 -2)
===================================================================
--- test/gcs-commands.test.js    2012-08-15 17:20:08 +0900 (e0df89a)
+++ test/gcs-commands.test.js    2012-08-15 17:23:29 +0900 (128b68d)
@@ -202,7 +202,12 @@ suite('gcs-describe-domain', function() {
                              '=======\n' +
                              ageField.summary + '\n' +
                              nameField.summary +'\n' +
-                             '======================\n' });
+                             '======================\n' +
+                             '*Note: the hostname and the port number is ' +
+                             'detected from the default options. If you run ' +
+                             'the service with your favorite host name and ' +
+                             'port number, then use it instead of default ' +
+                             'information.\n' });
 
         done();
       })
@@ -260,7 +265,12 @@ suite('gcs-describe-domain', function() {
                              '\n' +
                              'Fields:\n' +
                              '=======\n' +
-                             '======================\n' });
+                             '======================\n' +
+                             '*Note: the hostname and the port number is ' +
+                             'detected from the default options. If you run ' +
+                             'the service with your favorite host name and ' +
+                             'port number, then use it instead of default ' +
+                             'information.\n' });
 
         done();
       })
-------------- next part --------------
HTML����������������������������...
다운로드 



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