[Groonga-commit] groonga/gcs [master] Fix expected options for defined index field

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 13日 (金) 19:01:41 JST


SHIMODA Hiroshi	2012-07-13 19:01:41 +0900 (Fri, 13 Jul 2012)

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

  Log:
    Fix expected options for defined index field

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

  Modified: test/api-configuration.test.js (+2 -2)
===================================================================
--- test/api-configuration.test.js    2012-07-13 19:00:41 +0900 (156fb83)
+++ test/api-configuration.test.js    2012-07-13 19:01:41 +0900 (afe2261)
@@ -302,8 +302,8 @@ suite('Configuration API', function() {
               IndexFieldType: 'text',
               TextOptions: {
                 DefaultValue: {},
-                FacetEnabled: false,
-                ResultEnabled: true
+                FacetEnabled: 'false',
+                ResultEnabled: 'true'
               }
             };
         var options = response.body.DefineIndexFieldResponse.DefineIndexFieldResult.IndexField.Options;
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下载 



Groonga-commit メーリングリストの案内
Back to archive index