Kouhei Sutou
null+****@clear*****
Fri Feb 7 17:18:11 JST 2014
Kouhei Sutou 2014-02-07 17:18:11 +0900 (Fri, 07 Feb 2014) New Revision: d21944741832a67d92156b2b725ae65f47f04ced https://github.com/droonga/fluent-plugin-droonga/commit/d21944741832a67d92156b2b725ae65f47f04ced Message: test: add "Legacy" prefix Renamed files: test/unit/test_legacy_plugin_repository.rb (from test/unit/test_plugin_repository.rb) Renamed: test/unit/test_legacy_plugin_repository.rb (+3 -3) 93% =================================================================== --- test/unit/test_plugin_repository.rb 2014-02-07 17:02:19 +0900 (9bcbee3) +++ test/unit/test_legacy_plugin_repository.rb 2014-02-07 17:18:11 +0900 (0c71afe) @@ -13,11 +13,11 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -require "droonga/plugin_repository" +require "droonga/legacy_plugin_repository" -class PluginRepositoryTest < Test::Unit::TestCase +class LegacyPluginRepositoryTest < Test::Unit::TestCase def setup - @repository = Droonga::PluginRepository.new + @repository = Droonga::LegacyPluginRepository.new end class StubPlugin -------------- next part -------------- HTML����������������������������...Download