[Groonga-commit] groonga/gcs at 7197ba2 [master] Remove a needless leading space

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Mar 2 14:51:06 JST 2014


Kouhei Sutou	2014-03-02 14:51:06 +0900 (Sun, 02 Mar 2014)

  New Revision: 7197ba20e77636fe7c9e64cd61d4350cd0990b9f
  https://github.com/groonga/gcs/commit/7197ba20e77636fe7c9e64cd61d4350cd0990b9f

  Message:
    Remove a needless leading space

  Modified files:
    test/database-index-field.test.js

  Modified: test/database-index-field.test.js (+2 -2)
===================================================================
--- test/database-index-field.test.js    2014-03-02 14:46:42 +0900 (5d29fb8)
+++ test/database-index-field.test.js    2014-03-02 14:51:06 +0900 (8c17f5f)
@@ -278,7 +278,7 @@ suite('database', function() {
         assert.throw(function() {
           field.resultEnabled = true;
           field.saveSync();
-        }, ' Error defining field: name. '+
+        }, 'Error defining field: name. '+
              'An IndexField may not be both FacetEnabled and ResultEnabled');
       });
 
@@ -343,7 +343,7 @@ suite('database', function() {
         assert.throw(function() {
           field.resultEnabled = true;
           field.saveSync();
-        }, ' Error defining field: product. '+
+        }, 'Error defining field: product. '+
              'An IndexField may not be both FacetEnabled and ResultEnabled');
       });
 
-------------- next part --------------
HTML����������������������������...
Download 



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