[Groonga-commit] groonga/gcs [master] Fix test for IndexField#defaultSearchField

Back to archive index

SHIMODA Hiroshi null+****@clear*****
Tue Aug 14 18:50:47 JST 2012


SHIMODA Hiroshi	2012-08-14 18:50:47 +0900 (Tue, 14 Aug 2012)

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

  Log:
    Fix test for IndexField#defaultSearchField

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

  Modified: test/database-index-field.test.js (+1 -1)
===================================================================
--- test/database-index-field.test.js    2012-08-14 18:48:46 +0900 (ffd3403)
+++ test/database-index-field.test.js    2012-08-14 18:50:47 +0900 (dc8a5aa)
@@ -300,7 +300,7 @@ suite('database', function() {
         assert.equal(domain.defaultSearchField,
                      domain.getIndexField('product'));
 
-        field.defaultSearchField = true;
+        field.defaultSearchField = false;
         field.saveOptionsSync();
         assert.isTrue(domain.defaultSearchField === null,
                       domain.defaultSearchField);
-------------- next part --------------
HTML����������������������������...
Download 



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