From b2df5084b47abbb14de6401e6a70054c22af722c Mon Sep 17 00:00:00 2001 From: suke Date: Sun, 25 Jun 2006 08:15:06 +0000 Subject: change test class name. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/win32ole/test_win32ole_variant_m.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/win32ole/test_win32ole_variant_m.rb b/test/win32ole/test_win32ole_variant_m.rb index 1377ae94d9..ac95b33f2d 100644 --- a/test/win32ole/test_win32ole_variant_m.rb +++ b/test/win32ole/test_win32ole_variant_m.rb @@ -5,7 +5,7 @@ end require "test/unit" if defined?(WIN32OLE::VARIANT) - class TestWin32OLE_VARIANT < Test::Unit::TestCase + class TestWin32OLE_VARIANT_MODULE < Test::Unit::TestCase include WIN32OLE::VARIANT def test_variant assert_equal(2, VT_I2) -- cgit v1.2.3