[Groonga-commit] groonga/gcs [master] Update tests for status of index fields

Back to archive index

null+****@clear***** null+****@clear*****
2012年 8月 9日 (木) 17:49:40 JST


SHIMODA Hiroshi	2012-08-09 17:49:40 +0900 (Thu, 09 Aug 2012)

  New Revision: 56685d62c66fcefc05052e86105b3256335bb800
  https://github.com/groonga/gcs/commit/56685d62c66fcefc05052e86105b3256335bb800

  Log:
    Update tests for status of index fields

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

  Modified: test/database-index-field.test.js (+1 -1)
===================================================================
--- test/database-index-field.test.js    2012-08-09 17:47:45 +0900 (1240d40)
+++ test/database-index-field.test.js    2012-08-09 17:49:40 +0900 (0378430)
@@ -106,7 +106,7 @@ suite('database', function() {
         facetEnabled:  false,
         resultEnabled: true,
         searchEnabled: true,
-        state:         'RequiresIndexDocuments'
+        state:         'Active'
       });
     });
 

  Modified: test/gcs-commands.test.js (+1 -1)
===================================================================
--- test/gcs-commands.test.js    2012-08-09 17:47:45 +0900 (8bfa66d)
+++ test/gcs-commands.test.js    2012-08-09 17:49:40 +0900 (b9ef3c8)
@@ -241,7 +241,7 @@ suite('gcs-configure-fields', function() {
                            message: result.output.stdout },
                          { code:    0,
                            message: 'Updated 1 Index Field:\n' +
-                                    name + ' RequiresIndexDocuments ' + type + ' ()\n' },
+                                    name + ' Active ' + type + ' ()\n' },
                          result.output.stderr);
 
         context.reopen();
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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