Navigation Menu

Skip to content

Commit

Permalink
test: follow dump result change in Rroonga
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 9, 2014
1 parent b5712ce commit cf7c741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions test/active-groonga-test-utils.rb
Expand Up @@ -153,8 +153,6 @@ def setup_bookmarks_index_tables
path = @bookmarks_comment_index_column_path.to_s
@bookmarks_comment_index_column =
@terms.define_index_column("bookmarks_comment", @bookmarks,
:with_section => true,
:with_weight => true,
:with_position => true,
:path => path)
@bookmarks_comment_index_column.source = @comment_column
Expand All @@ -163,8 +161,6 @@ def setup_bookmarks_index_tables
path = @bookmarks_content_index_column_path.to_s
@bookmarks_content_index_column =
@terms.define_index_column("bookmarks_content", @bookmarks,
:with_section => true,
:with_weight => true,
:with_position => true,
:path => path)
@bookmarks_content_index_column.source = @content_column
Expand Down
4 changes: 2 additions & 2 deletions test/test-schema.rb
Expand Up @@ -136,8 +136,8 @@ def test_dump
end
change_table("terms") do |table|
table.index("bookmarks", "comment", :name => "bookmarks_comment")
table.index("bookmarks", "content", :name => "bookmarks_content")
table.index("bookmarks", "comment", :name => "bookmarks_comment", :with_position => true)
table.index("bookmarks", "content", :name => "bookmarks_content", :with_position => true)
end
end
end
Expand Down

0 comments on commit cf7c741

Please sign in to comment.