Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3534

Show
Ignore:
Timestamp:
05/28/08 14:11:37 (6 months ago)
Author:
larsivi
Message:

Small fix to correct numbers reporting.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/unittest.sh

    r3432 r3534  
    5959        if ( m.unitTest) { 
    6060            Stdout.format ("{}. Executing unittests in '{}' ", countTotal, m.name); 
     61            countTotal++; 
    6162            try { 
    6263               m.unitTest(); 
     
    7273            } 
    7374            Stdout(" - Success.").newline; 
    74             countTotal++; 
    7575        } 
    7676    }