Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r982 committed - Fixed bug with rerunning test on flash client

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r982 committed - Fixed bug with rerunning test on flash client


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r982 committed - Fixed bug with rerunning test on flash client
  • Date: Fri, 07 Mar 2014 10:29:04 +0000

Revision: 982
Author:

Date: Fri Mar 7 10:28:49 2014 UTC
Log: Fixed bug with rerunning test on flash client

http://code.google.com/p/ndt/source/detail?r=982

Modified:
/branches/FlashIssue128/flash-client/src/NDTPController.as

=======================================
--- /branches/FlashIssue128/flash-client/src/NDTPController.as Mon Feb 24 10:36:07 2014 UTC
+++ /branches/FlashIssue128/flash-client/src/NDTPController.as Fri Mar 7 10:28:49 2014 UTC
@@ -53,6 +53,7 @@
}

public function startNDTTest():void {
+ _currentTest = 0;
TestResults.recordStartTime();
TestResults.ndt_test_results::ndtTestFailed = false;
TestResults.appendDebugMsg(ResourceManager.getInstance().getString(



Archive powered by MHonArc 2.6.16.

Top of Page