From fe42dfe7a69f70163ee655e95470987243fc3a23 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: http://svn.ruby-lang.org/repos/ruby/trunk@20091 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6413f78d5..76838aee9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Mon Nov 3 00:36:44 2008 Masaki Suketa + + * 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. + Sun Nov 2 23:08:08 2008 Masaki Suketa * test/win32ole/test_err_in_callback.rb: add teardown. -- cgit