Kosuke Asami
null+****@clear*****
Mon Jul 22 13:24:50 JST 2013
Kosuke Asami 2013-07-22 13:24:50 +0900 (Mon, 22 Jul 2013) New Revision: 84da60798232ddd681238c080467562da878f13e https://github.com/groonga/fluent-plugin-droonga/commit/84da60798232ddd681238c080467562da878f13e Message: test add: override methods that set up schema Modified files: test/plugin/test_handler_add.rb Modified: test/plugin/test_handler_add.rb (+2 -4) =================================================================== --- test/plugin/test_handler_add.rb 2013-07-22 13:21:04 +0900 (3362703) +++ test/plugin/test_handler_add.rb 2013-07-22 13:24:50 +0900 (aafab39) @@ -54,8 +54,7 @@ class AddHandlerTest < Test::Unit::TestCase public class TestHasKey < self - def setup - super + def setup_schema Groonga::Schema.define do |schema| schema.create_table("Users", :type => :hash, @@ -89,8 +88,7 @@ class AddHandlerTest < Test::Unit::TestCase end class TestNoKey < self - def setup - super + def setup_schema Groonga::Schema.define do |schema| schema.create_table("Books", :type => :array) do |table| -------------- next part -------------- HTML����������������������������...Download