[Groonga-commit] ranguba/rroonga at 98bc854 [master] Follow inspect output change of index column

Back to archive index

Kouhei Sutou null+****@clear*****
Fri May 30 17:57:12 JST 2014


Kouhei Sutou	2014-05-30 17:57:12 +0900 (Fri, 30 May 2014)

  New Revision: 98bc854ed4167566b657b88c4f237ea81df63f69
  https://github.com/ranguba/rroonga/commit/98bc854ed4167566b657b88c4f237ea81df63f69

  Message:
    Follow inspect output change of index column

  Modified files:
    test/test-schema.rb

  Modified: test/test-schema.rb (+4 -2)
===================================================================
--- test/test-schema.rb    2014-05-30 17:52:09 +0900 (da81ec3)
+++ test/test-schema.rb    2014-05-30 17:57:12 +0900 (d28a464)
@@ -610,7 +610,8 @@ class SchemaTest < Test::Unit::TestCase
                    "path: <#{path}>, " +
                    "domain: <Terms>, " +
                    "range: <Posts>, " +
-                   "flags: <WITH_SECTION|WITH_WEIGHT|WITH_POSITION>>",
+                   "flags: <WITH_SECTION|WITH_WEIGHT|WITH_POSITION>, " +
+                   "sources: <content>>",
                    index_column.inspect)
     end
 
@@ -662,7 +663,8 @@ class SchemaTest < Test::Unit::TestCase
                    "path: <#{index_column.path}>, " +
                    "domain: <Terms>, " +
                    "range: <Posts>, " +
-                   "flags: <WITH_POSITION>>",
+                   "flags: <WITH_POSITION>, " +
+                   "sources: <_key>>",
                    index_column.inspect)
     end
 
-------------- next part --------------
HTML����������������������������...
下载 



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