[Groonga-commit] groonga/gcs [master] Update test around new behavior of uint index field option

Zurück zum Archiv-Index

YUKI Hiroshi null+****@clear*****
Thu Aug 23 14:43:09 JST 2012


YUKI Hiroshi	2012-08-23 14:43:09 +0900 (Thu, 23 Aug 2012)

  New Revision: 99b8637d9886733f7585160b30be954513934aaa
  https://github.com/groonga/gcs/commit/99b8637d9886733f7585160b30be954513934aaa

  Log:
    Update test around new behavior of uint index field option

  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-23 14:40:17 +0900 (c04f42b)
+++ test/database-index-field.test.js    2012-08-23 14:43:09 +0900 (9e52d2b)
@@ -272,7 +272,7 @@ suite('database', function() {
         }, 'searchable option cannot be configured for the type uint');
         field.facetEnabled = false;
         assert.throw(function() {
-          field.facetEnabled = false;
+          field.facetEnabled = true;
         }, 'facet option cannot be configured for the type uint');
         field.resultEnabled = true;
         assert.throw(function() {
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index