[Groonga-commit] groonga/gcs [master] Fix expected result of gcs-configure-default-search-field command

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Aug 27 16:40:28 JST 2012


YUKI Hiroshi	2012-08-27 16:40:28 +0900 (Mon, 27 Aug 2012)

  New Revision: 57716fc959ea2d7335550c520e4528b76b1176ec
  https://github.com/groonga/gcs/commit/57716fc959ea2d7335550c520e4528b76b1176ec

  Log:
    Fix expected result of gcs-configure-default-search-field command

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

  Modified: test/gcs-commands.test.js (+1 -1)
===================================================================
--- test/gcs-commands.test.js    2012-08-27 16:38:48 +0900 (96ce1fd)
+++ test/gcs-commands.test.js    2012-08-27 16:40:28 +0900 (ec90181)
@@ -774,7 +774,7 @@ suite('gcs-configure-default-search-field', function() {
                            message: result.output.stdout },
                          { code:    0,
                            message: 'Resetting the default search field of ' +
-                                      '"companies"...' +
+                                      '"companies"...\n' +
                                     'Done.\n' },
                          result.output.stderr);
         assert.isTrue(domain.defaultSearchField === null,
-------------- next part --------------
HTML����������������������������...
Download 



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