[Groonga-commit] groonga/gcs [master] Fix expected error message for too long domain name

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Nov 8 19:03:07 JST 2012


YUKI Hiroshi	2012-11-08 19:03:07 +0900 (Thu, 08 Nov 2012)

  New Revision: 156d231a6008ad4199e94a64c3b4d6615d95db74
  https://github.com/groonga/gcs/commit/156d231a6008ad4199e94a64c3b4d6615d95db74

  Log:
    Fix expected error message for too long domain name

  Modified files:
    test/api-configuration.test.js

  Modified: test/api-configuration.test.js (+1 -1)
===================================================================
--- test/api-configuration.test.js    2012-11-08 19:01:13 +0900 (70232e1)
+++ test/api-configuration.test.js    2012-11-08 19:03:07 +0900 (b217686)
@@ -88,7 +88,7 @@ suite('Configuration API', function() {
   var TOO_LONG_DOMAIN_NAME = 'abcdefghijklmnopqrstuvwxyz0123456789';
   var TOO_LONG_DOMAIN_NAME_ERROR_MESSAGE =
         '1 validation error detected: ' +
-          'Value \'' + TOO_LONG_DOMAIN_NAME + '\' at \'domainName\' failed '
+          'Value \'' + TOO_LONG_DOMAIN_NAME + '\' at \'domainName\' failed ' +
             'to satisfy constraint: ' +
             'Member must have length less than or equal to ' +
               Domain.MAXIMUM_NAME_LENGTH;
-------------- next part --------------
HTML����������������������������...
Télécharger 



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