[Groonga-commit] groonga/gcs [master] Fix expected command message

Back to archive index

null+****@clear***** null+****@clear*****
2012年 8月 6日 (月) 16:01:26 JST


SHIMODA Hiroshi	2012-08-06 16:01:26 +0900 (Mon, 06 Aug 2012)

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

  Log:
    Fix expected command message

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

  Modified: test/cs-commands.test.js (+2 -2)
===================================================================
--- test/cs-commands.test.js    2012-08-06 16:00:47 +0900 (f3099cc)
+++ test/cs-commands.test.js    2012-08-06 16:01:26 +0900 (751ce50)
@@ -131,7 +131,7 @@ suite('cs-delete-domain', function() {
         assert.deepEqual({ code:    result.code,
                            message: result.output.stdout },
                          { code:    1,
-                           message: 'You must specify an existing domain name\n' });
+                           message: 'You must specify an existing domain name.\n' });
         done();
       })
       .error(function(e) {
@@ -148,7 +148,7 @@ suite('cs-delete-domain', function() {
         assert.deepEqual({ code:    result.code,
                            message: result.output.stdout },
                          { code:    1,
-                           message: 'You must specify the domain name\n' });
+                           message: 'You must specify the domain name.\n' });
         done();
       })
       .error(function(e) {
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index