From: Nando D. <na...@us...> - 2005-02-22 11:44:06
|
Update of /cvsroot/instantobjects/Source/Tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1281/Tests Modified Files: TestIO.dpr Log Message: fixed line endings Index: TestIO.dpr =================================================================== RCS file: /cvsroot/instantobjects/Source/Tests/TestIO.dpr,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestIO.dpr 20 Feb 2005 19:26:42 -0000 1.1 --- TestIO.dpr 22 Feb 2005 11:43:43 -0000 1.2 *************** *** 1,20 **** ! program TestIO; ! ! uses ! Forms, ! TestMockConnector in 'TestMockConnector.pas', ! guitestrunner {TestRunner}, ! fpcunit, ! testregistry, ! testutils, ! testreport, ! InstantMock in 'InstantMock.pas', ! TestMockBroker in 'TestMockBroker.pas'; ! ! {$R *.res} ! ! begin ! Application.Initialize; ! Application.CreateForm(TTestRunner, TestRunner); ! Application.Run; ! end. --- 1,21 ---- ! program TestIO; ! ! uses ! Forms, ! TestMockConnector in 'TestMockConnector.pas', ! guitestrunner {TestRunner}, ! fpcunit, ! testregistry, ! testutils, ! testreport, ! InstantMock in 'InstantMock.pas', ! TestMockBroker in 'TestMockBroker.pas'; ! ! {$R *.res} ! ! begin ! Application.Initialize; ! Application.CreateForm(TTestRunner, TestRunner); ! Application.Run; ! end. ! |