*** test_win32ole_typelib.rb~ Tue Jul 27 00:00:56 2010 --- test_win32ole_typelib.rb Tue Oct 05 23:06:53 2010 *************** if defined?(WIN32OLE_TYPELIB) *** 44,49 **** --- 44,52 ---- assert_raise(WIN32OLERuntimeError) { WIN32OLE_TYPELIB.new("Non Exist Type Library") } + + tlib = WIN32OLE_TYPELIB.new("Microsoft ActiveX Data Objects 2.0 Library") + assert_instance_of(WIN32OLE_TYPELIB, tlib) end def test_guid