Update of /cvsroot/instantobjects/Source/Tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3561
Modified Files:
TestIO.dpr
Log Message:
Updated to new fpcunit (changed TTestRunner to TGUITestRunner)
Index: TestIO.dpr
===================================================================
RCS file: /cvsroot/instantobjects/Source/Tests/TestIO.dpr,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** TestIO.dpr 7 May 2005 04:59:48 -0000 1.8
--- TestIO.dpr 8 May 2005 22:26:21 -0000 1.9
***************
*** 44,48 ****
begin
Application.Initialize;
! Application.CreateForm(TTestRunner, TestRunner);
Application.Run;
end.
--- 44,48 ----
begin
Application.Initialize;
! Application.CreateForm(TGUITestRunner, TestRunner);
Application.Run;
end.
|