[Groonga-commit] groonga/gcs [master] Fix test for uint type index field

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 6日 (金) 18:48:14 JST


SHIMODA Hiroshi	2012-07-06 18:48:14 +0900 (Fri, 06 Jul 2012)

  New Revision: 5ad9d9f4685c1b0433f60bf6ef9e8ccc01512600
  https://github.com/groonga/gcs/commit/5ad9d9f4685c1b0433f60bf6ef9e8ccc01512600

  Log:
    Fix test for uint type index field

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

  Modified: test/api-configuration.test.js (+1 -1)
===================================================================
--- test/api-configuration.test.js    2012-07-06 18:46:36 +0900 (b973f82)
+++ test/api-configuration.test.js    2012-07-06 18:48:14 +0900 (aed9698)
@@ -218,7 +218,7 @@ suite('Configuration API', function() {
               })
       .next(function(response) {
         var path = '/?DomainName=companies&IndexField.IndexFieldName=age&' +
-                   'IndexField.IndexFieldType=text&' +
+                   'IndexField.IndexFieldType=uint&' +
                    'Action=DefineIndexField&Version=2011-02-01';
         return utils.get(path);
       })
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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