Changeset 347 for trunk/unittests
- Timestamp:
 - Jun 7, 2009, 7:52:29 PM (16 years ago)
 - Location:
 - trunk/unittests
 - Files:
 - 
      
- 6 edited
 
- 
          
  ACLLanguageUnitTests.pas (modified) (1 diff)
 - 
          
  CharUtilsUnitTests.pas (modified) (1 diff)
 - 
          
  FileUtilsUnitTests.pas (modified) (2 diffs)
 - 
          
  NewViewTests.pas (modified) (1 diff)
 - 
          
  StringUtilsUnitTests.pas (modified) (1 diff)
 - 
          
  TestAssert.pas (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/unittests/ACLLanguageUnitTests.pas
r248 r347 2 2 3 3 // NewView - a new OS/2 Help Viewer 4 // Copyright 2006-200 7Ronald Brill (rbri at rbri dot de)4 // Copyright 2006-2009 Ronald Brill (rbri at rbri dot de) 5 5 // This software is released under the GNU Public License - see readme.txt 6 6  - 
      
trunk/unittests/CharUtilsUnitTests.pas
r224 r347 2 2 3 3 // NewView - a new OS/2 Help Viewer 4 // Copyright 2006-200 7Ronald Brill (rbri at rbri dot de)4 // Copyright 2006-2009 Ronald Brill (rbri at rbri dot de) 5 5 // This software is released under the GNU Public License - see readme.txt 6 6  - 
      
trunk/unittests/FileUtilsUnitTests.pas
r245 r347 2 2 3 3 // NewView - a new OS/2 Help Viewer 4 // Copyright 2006-200 7Ronald Brill (rbri at rbri dot de)4 // Copyright 2006-2009 Ronald Brill (rbri at rbri dot de) 5 5 // This software is released under the GNU Public License - see readme.txt 6 6 … … 537 537 GetDirsInPath('HELP', tmpResult); 538 538 539 assertEqualsInt('testGetDirsInPath_Help', 15, tmpResult.count);539 assertEqualsInt('testGetDirsInPath_Help', 9, tmpResult.count); 540 540 assertEqualsString('testGetDirsInPath_Help', 'D:\progs\watcom\BINP\HELP', tmpResult[0]); 541 assertEqualsString('testGetDirsInPath_Help', ' d:\progs\SIBYL\BIN', tmpResult[14]);541 assertEqualsString('testGetDirsInPath_Help', 'C:\MMOS2\HELP', tmpResult[8]); 542 542 543 543 tmpResult.Destroy;  - 
      
trunk/unittests/NewViewTests.pas
r227 r347 2 2 3 3 // NewView - a new OS/2 Help Viewer 4 // Copyright 2006-200 7Ronald Brill (rbri at rbri dot de)4 // Copyright 2006-2009 Ronald Brill (rbri at rbri dot de) 5 5 // This software is released under the GNU Public License - see readme.txt 6 6  - 
      
trunk/unittests/StringUtilsUnitTests.pas
r224 r347 2 2 3 3 // NewView - a new OS/2 Help Viewer 4 // Copyright 2006-200 7Ronald Brill (rbri at rbri dot de)4 // Copyright 2006-2009 Ronald Brill (rbri at rbri dot de) 5 5 // This software is released under the GNU Public License - see readme.txt 6 6  - 
      
trunk/unittests/TestAssert.pas
r244 r347 2 2 3 3 // NewView - a new OS/2 Help Viewer 4 // Copyright 2006-200 7Ronald Brill (rbri at rbri dot de)4 // Copyright 2006-2009 Ronald Brill (rbri at rbri dot de) 5 5 // This software is released under the GNU Public License - see readme.txt 6 6 7 // Assert implementation for UnitTests 7 // Assert implementation for UnitTests 8 8 9 9 Interface  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  