[Groonga-commit] groonga/gcs [master] Update test for gcs-configure-fields

Back to archive index

SHIMODA Hiroshi null+****@clear*****
Mon Aug 13 17:00:35 JST 2012


SHIMODA Hiroshi	2012-08-13 17:00:35 +0900 (Mon, 13 Aug 2012)

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

  Log:
    Update test for gcs-configure-fields

  Modified files:
    test/gcs-commands.test.js

  Modified: test/gcs-commands.test.js (+2 -2)
===================================================================
--- test/gcs-commands.test.js    2012-08-13 16:59:12 +0900 (60c49bd)
+++ test/gcs-commands.test.js    2012-08-13 17:00:35 +0900 (176951b)
@@ -301,13 +301,13 @@ suite('gcs-configure-fields', function() {
   }
 
   test('create text field', function(done) {
-    testCreateField(done, 'name', 'text', 'Search Facet Result');
+    testCreateField(done, 'name', 'text', 'Search');
   });
   test('create uint field', function(done) {
     testCreateField(done, 'age', 'uint', 'Search Result');
   });
   test('create literal field', function(done) {
-    testCreateField(done, 'product', 'literal', 'Search Facet Result');
+    testCreateField(done, 'product', 'literal', '');
   });
 
   function testDeleteField(done, name, type) {
-------------- next part --------------
HTML����������������������������...
Download 



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