aboutsummaryrefslogtreecommitdiffstats
path: root/ext/win32ole/tests/testOLETYPELIB.rb
diff options
context:
space:
mode:
authorsuke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-15 13:43:32 +0000
committersuke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-15 13:43:32 +0000
commit9f6d8980ff21139fa45ae58ce67a8ece8cb33563 (patch)
tree98bc8c7061829037211e0fde8f6c0faf57d11769 /ext/win32ole/tests/testOLETYPELIB.rb
parent6a63e942ba20b6a2bb4d7fb3ef784cc89f0e5ae7 (diff)
downloadruby-9f6d8980ff21139fa45ae58ce67a8ece8cb33563.tar.gz
* ext/win32ole/tests/testWIN32OLE.rb: add test for WIN32OLE.codepage=
* ext/win32ole/tests/testOLETYPELIB.rb: correct expected message. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8334 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/win32ole/tests/testOLETYPELIB.rb')
-rw-r--r--ext/win32ole/tests/testOLETYPELIB.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/win32ole/tests/testOLETYPELIB.rb b/ext/win32ole/tests/testOLETYPELIB.rb
index 9248ecfefb..ceb246930f 100644
--- a/ext/win32ole/tests/testOLETYPELIB.rb
+++ b/ext/win32ole/tests/testOLETYPELIB.rb
@@ -21,7 +21,7 @@ class TestOLETYPELIB < Test::Unit::TestCase
msg = $!.to_s
exception_occured = true
end
- assert_equal("Not found type library `NON EXIST TYPELIB`", msg)
+ assert_equal("not found type library `NON EXIST TYPELIB`", msg)
assert(exception_occured)
end