Skip to content

Commit 3c9f0d2

Browse files
committed
Prevents Unit Tests app to automatically exist
1 parent b6fe20f commit 3c9f0d2

File tree

1 file changed

+2
-1
lines changed
  • openssl-air/openssl-tests-flex/src/com/github/airext/flexunit/listener

1 file changed

+2
-1
lines changed

openssl-air/openssl-tests-flex/src/com/github/airext/flexunit/listener/CIFileListener.as

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import org.flexunit.runner.notification.Failure;
1919
import org.flexunit.runner.notification.IAsyncCompletionRunListener;
2020

2121
import skein.utils.delay.callLater;
22+
import skein.utils.delay.delayToTimeout;
2223

2324
public class CIFileListener extends EventDispatcher implements IAsyncCompletionRunListener {
2425

@@ -87,7 +88,7 @@ public class CIFileListener extends EventDispatcher implements IAsyncCompletionR
8788
handler("FAILURE: " + failureContent);
8889
}
8990

90-
NativeApplication.nativeApplication.exit();
91+
// NativeApplication.nativeApplication.exit();
9192
}
9293

9394
public function testStarted(description: IDescription): void {

0 commit comments

Comments
 (0)