[Groonga-commit] groonga/gcs [master] Fix expected summary for uint field

Back to archive index

SHIMODA Hiroshi null+****@clear*****
Wed Aug 15 14:44:37 JST 2012


SHIMODA Hiroshi	2012-08-15 14:44:37 +0900 (Wed, 15 Aug 2012)

  New Revision: 0f4046236ed2e054ae538d1fa76f9a1467cedaf8
  https://github.com/groonga/gcs/commit/0f4046236ed2e054ae538d1fa76f9a1467cedaf8

  Log:
    Fix expected summary for uint field

  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-15 14:42:41 +0900 (7175372)
+++ test/database-index-field.test.js    2012-08-15 14:44:37 +0900 (7d54cfe)
@@ -164,7 +164,7 @@ suite('database', function() {
                          uint:    uintField.summary,
                          literal: literalField.summary },
                        { text:    'name Active text (Search)',
-                         uint:    'age Active uint (Facet Result)',
+                         uint:    'age Active uint (Search Result)',
                          literal: 'product Active literal ()' });
     });
 
-------------- next part --------------
HTML����������������������������...
Download 



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