Skip to Content.
Sympa Menu

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

Subject: NDT-DEV email list created

List archive

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


Chronological Thread 
  • From: Tiziana Refice <>
  • To:
  • Cc: "<>" <>
  • Subject: Re: [ndt-dev] [ndt] r982 committed - Fixed bug with rerunning test on flash client
  • Date: Fri, 7 Mar 2014 10:45:17 +0000

LGTM


On Fri, Mar 7, 2014 at 10:29 AM, <> wrote:
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