[Groonga-commit] ranguba/rroonga at 0594d28 [master] test: follow Groonga 5.0.8 change

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 6 13:15:18 JST 2015


Kouhei Sutou	2015-10-06 13:15:18 +0900 (Tue, 06 Oct 2015)

  New Revision: 0594d281557a5049f3e52d185f03f5dad1c734a8
  https://github.com/ranguba/rroonga/commit/0594d281557a5049f3e52d185f03f5dad1c734a8

  Message:
    test: follow Groonga 5.0.8 change
    
    grn_column_find_index_data() returns index that has tokenizer
    preferentially since Groonga 5.0.8.

  Modified files:
    test/test-column.rb

  Modified: test/test-column.rb (+4 -2)
===================================================================
--- test/test-column.rb    2015-10-06 13:13:30 +0900 (216dc20)
+++ test/test-column.rb    2015-10-06 13:15:18 +0900 (17d03ea)
@@ -331,8 +331,10 @@ class ColumnTest < Test::Unit::TestCase
         table.index("Comments.title")
       end
     end
-    assert_equal([Groonga["Titles.Comments_title"],
-                  Groonga["Terms.Comments_title"]],
+    assert_equal([
+                   Groonga["Terms.Comments_title"],
+                   Groonga["Titles.Comments_title"],
+                 ],
                  title.indexes)
   end
 
-------------- next part --------------
HTML����������������������������...
下载 



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