Kouhei Sutou
null+****@clear*****
Wed Feb 15 10:37:00 JST 2017
Kouhei Sutou 2017-02-15 10:37:00 +0900 (Wed, 15 Feb 2017) New Revision: bc062f982c4e5b1c7b19a45fa512208a62922625 https://github.com/groonga/groonga/commit/bc062f982c4e5b1c7b19a45fa512208a62922625 Message: test: group no index case Modified files: test/mruby/suite/query_optimizer/index/test_match.rb Renamed files: test/mruby/suite/query_optimizer/no_index/test_no_column.rb (from test/mruby/suite/query_optimizer/test_no_index.rb) Modified: test/mruby/suite/query_optimizer/index/test_match.rb (+1 -1) =================================================================== --- test/mruby/suite/query_optimizer/index/test_match.rb 2017-02-14 20:40:26 +0900 (9551f72) +++ test/mruby/suite/query_optimizer/index/test_match.rb 2017-02-15 10:37:00 +0900 (d6bdd89) @@ -1,4 +1,4 @@ -class TestMatch < QueryOptimizerTestCase +class TestIndexMatch < QueryOptimizerTestCase def setup Groonga::Schema.define do |schema| schema.create_table("Logs") do |table| Renamed: test/mruby/suite/query_optimizer/no_index/test_no_column.rb (+1 -1) 87% =================================================================== --- test/mruby/suite/query_optimizer/test_no_index.rb 2017-02-14 20:40:26 +0900 (654c98d) +++ test/mruby/suite/query_optimizer/no_index/test_no_column.rb 2017-02-15 10:37:00 +0900 (b9020b9) @@ -1,4 +1,4 @@ -class TestNoIndex < QueryOptimizerTestCase +class TestNoIndexNoColumn < QueryOptimizerTestCase def setup Groonga::Schema.define do |schema| schema.create_table("Logs") do |table| -------------- next part -------------- HTML����������������������������...Download