[Groonga-commit] groonga/gcs [master] Fix expected messge for error case

Back to archive index

null+****@clear***** null+****@clear*****
2012年 8月 6日 (月) 15:23:36 JST


SHIMODA Hiroshi	2012-08-06 15:23:36 +0900 (Mon, 06 Aug 2012)

  New Revision: 484abb2bb5901a50a3ffaec64f46fb078acd072f
  https://github.com/groonga/gcs/commit/484abb2bb5901a50a3ffaec64f46fb078acd072f

  Log:
    Fix expected messge for error case

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

  Modified: test/cs-commands.test.js (+1 -1)
===================================================================
--- test/cs-commands.test.js    2012-08-06 15:19:31 +0900 (e5d009f)
+++ test/cs-commands.test.js    2012-08-06 15:23:36 +0900 (8b9b1d6)
@@ -331,7 +331,7 @@ suite('cs-configure-fields', 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 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