diff options
author | suke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-08 13:00:06 +0000 |
---|---|---|
committer | suke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-08 13:00:06 +0000 |
commit | dd4d9d63f08c78b9cffcdf106f6fa1e885774066 (patch) | |
tree | 7744b607f3a65ab8962b2602c29aaaa3bc34cc72 /test/win32ole/test_propertyputref.rb | |
parent | eb64061a384db53ca69dfdb1ab184a3b88d68f2d (diff) |
* test/win32ole/test_propertyputref.rb (setup): fix typo.
* test/win32ole/test_win32ole_event.rb: should not use
InternetExplorer.gohome to test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11664 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/win32ole/test_propertyputref.rb')
-rw-r--r-- | test/win32ole/test_propertyputref.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/win32ole/test_propertyputref.rb b/test/win32ole/test_propertyputref.rb index 14b1a72e3d..4d34025623 100644 --- a/test/win32ole/test_propertyputref.rb +++ b/test/win32ole/test_propertyputref.rb @@ -9,7 +9,7 @@ if defined?(WIN32OLE) def setup begin @sapi = WIN32OLE.new('SAPI.SpVoice') - rescue WIN32OLERuntimeErro + rescue WIN32OLERuntimeError @sapi = nil end end |