|
@@ -150,8 +150,8 @@ package unit;
|
|
static function checkDone() {
|
|
static function checkDone() {
|
|
if( asyncWaits.length != 0 ) return;
|
|
if( asyncWaits.length != 0 ) return;
|
|
if( asyncCache.length == 0 ) {
|
|
if( asyncCache.length == 0 ) {
|
|
- return;
|
|
|
|
report("DONE ["+count+" tests]");
|
|
report("DONE ["+count+" tests]");
|
|
|
|
+ return;
|
|
}
|
|
}
|
|
resetTimer();
|
|
resetTimer();
|
|
while( asyncCache.length > 0 && asyncWaits.length < AMAX )
|
|
while( asyncCache.length > 0 && asyncWaits.length < AMAX )
|