Changeset 196 for trunk/NewView/unittests/NewViewTests.pas
- Timestamp:
- Jun 5, 2007, 8:32:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NewView/unittests/NewViewTests.pas
r112 r196 9 9 StringUtilsUnitTests, 10 10 FileUtilsUnitTests, 11 HelpTopicTests; 11 HelpTopicTests, 12 VersionUnit; 12 13 13 14 IMPORTS … … 30 31 tmpSuites := TList.Create; 31 32 tmpAllExceptions := TStringList.Create; 33 34 write('UnitTest for NewView version ' + GetAppVersion); 32 35 33 36 tmpTestNoParam := ParamStr(1);
Note:
See TracChangeset
for help on using the changeset viewer.