[Groonga-commit] droonga/fluent-plugin-droonga at 072182a [master] test: rename Plugin to LegacyPlugin

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Feb 7 11:07:24 JST 2014


Kouhei Sutou	2014-02-07 11:07:24 +0900 (Fri, 07 Feb 2014)

  New Revision: 072182ace6426a760004919963721765f7cc1bd9
  https://github.com/droonga/fluent-plugin-droonga/commit/072182ace6426a760004919963721765f7cc1bd9

  Message:
    test: rename Plugin to LegacyPlugin

  Renamed files:
    test/unit/test_legacy_plugin.rb
      (from test/unit/test_plugin.rb)

  Renamed: test/unit/test_legacy_plugin.rb (+3 -3) 91%
===================================================================
--- test/unit/test_plugin.rb    2014-02-07 10:58:51 +0900 (dbfb6dd)
+++ test/unit/test_legacy_plugin.rb    2014-02-07 11:07:24 +0900 (9dfc36b)
@@ -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"
+require "droonga/legacy_plugin"
 
-class PluginTest < Test::Unit::TestCase
+class LegacyPluginTest < Test::Unit::TestCase
   class PluggableTest < self
-    class DummyTypePlugin < Droonga::Plugin
+    class DummyTypePlugin < Droonga::LegacyPlugin
       extend Droonga::PluginRegisterable
     end
 
-------------- next part --------------
HTML����������������������������...
Download 



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