mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
use MSXML.DOMDocument instead of InternetExplorer.Application
* spec/ruby/library/win32ole/fixtures/event.xml use MSXML.DOMDocument instead of InternetExplorer.Application. InternetExplorer.Application is not available on some environments. Thanks to MSP-Greg (Greg L). * spec/ruby/library/win32ole/win32ole_event/on_event_spec.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7eda588d66
commit
d6f55c7d42
2 changed files with 61 additions and 49 deletions
4
spec/ruby/library/win32ole/fixtures/event.xml
Normal file
4
spec/ruby/library/win32ole/fixtures/event.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<program>
|
||||
<name>Ruby</name>
|
||||
<version>trunk</version>
|
||||
</program>
|
||||
Loading…
Add table
Add a link
Reference in a new issue