*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 14 Feb 2006 17:19:49 +0100
changeset 306 a92346e4f3c4
parent 305 7977ecd7d5f3
child 307 3999aae795d5
*** empty log message ***
RegressionTests__OS_OLE_Tests.st
--- a/RegressionTests__OS_OLE_Tests.st	Tue Feb 07 13:01:11 2006 +0100
+++ b/RegressionTests__OS_OLE_Tests.st	Tue Feb 14 17:19:49 2006 +0100
@@ -41,12 +41,12 @@
 
     |handle|
 
-    handle := Win32OperatingSystem::Win32TypeLibraryHandle 
+    handle := Win32OperatingSystem::ITypeLib 
                 loadTypeLib:'C:\WINDOWS\system32\stdole32.tlb'.
     self assert: ( handle notNil ).
     handle close.
 
-    handle := Win32OperatingSystem::Win32TypeLibraryHandle 
+    handle := Win32OperatingSystem::ITypeLib 
                 loadTypeLib:'c:\WINDOWS\system32\Macromed\Flash\swflash.ocx'.
     self assert: ( handle notNil ).
     handle close.
@@ -65,7 +65,7 @@
 
     |handle numInfo|
 
-    handle := Win32OperatingSystem::Win32TypeLibraryHandle 
+    handle := Win32OperatingSystem::ITypeLib 
                 loadTypeLib:'C:\WINDOWS\system32\stdole32.tlb'.
     self assert: ( handle notNil ).