From 1dead12e7f01a0d6e2093af4ad685e3c6e13e4af Mon Sep 17 00:00:00 2001 From: suke Date: Sun, 2 Nov 2008 15:41:02 +0000 Subject: * test/win32ole/test_win32ole_event.rb: rename test class. * test/win32ole/test_win32ole_variant_outarg.rb: add in order to use ADO instead of Internet Explorer. remove test/win32ole/test_win32ole_variant_with_ie.rb. * test/win32ole/orig_data.csv: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20091 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/win32ole/test_win32ole_event.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/win32ole/test_win32ole_event.rb') diff --git a/test/win32ole/test_win32ole_event.rb b/test/win32ole/test_win32ole_event.rb index 84d1e00f21..dff9a68c9b 100644 --- a/test/win32ole/test_win32ole_event.rb +++ b/test/win32ole/test_win32ole_event.rb @@ -27,7 +27,7 @@ if defined?(WIN32OLE_EVENT) STDERR.puts("\n#{__FILE__} skipped(ActiveX Data Object Library not found.)") end if dotest - class TestWIN32OLE_EVENT_ADO < Test::Unit::TestCase + class TestWIN32OLE_EVENT < Test::Unit::TestCase CONNSTR="Driver={Microsoft Text Driver (*.txt; *.csv)};DefaultDir=.;" module ADO end -- cgit v1.2.3