ndt-dev - [ndt-dev] [ndt] r1014 committed - Merging Issue127 branch to fix Issue 127.
Subject: NDT-DEV email list created
List archive
- From:
- To:
- Subject: [ndt-dev] [ndt] r1014 committed - Merging Issue127 branch to fix Issue 127.
- Date: Wed, 12 Mar 2014 17:17:19 +0000
Revision: 1014
Author:
Date: Wed Mar 12 17:17:08 2014 UTC
Log: Merging Issue127 branch to fix Issue 127.
http://code.google.com/p/ndt/source/detail?r=1014
Modified:
/trunk/flash-client/src/NDTUtils.as
=======================================
--- /trunk/flash-client/src/NDTUtils.as Fri Feb 21 08:01:33 2014 UTC
+++ /trunk/flash-client/src/NDTUtils.as Wed Mar 12 17:17:08 2014 UTC
@@ -112,12 +112,18 @@
}
try {
- Main.ndt_description = ExternalInterface.call("getNDTDescription");
- TestResults.appendDebugMsg(
- "Initialized NDT description from JavaScript:"
+ var ndt_description:String =
+ ExternalInterface.call("getNDTDescription");
+ if (ndt_description) {
+ Main.ndt_description = ndt_description;
+ TestResults.appendDebugMsg(
+ "Initialized NDT description from JavaScript. " +
+ "NDT description: "
+ Main.ndt_description);
+ }
} catch(e:Error) {
- Main.ndt_description = NDTConstants.NDT_DESCRIPTION;
+ TestResults.appendDebugMsg("Bad Flash permissions: No "
+ + "access to javascript.");
}
}
- [ndt-dev] [ndt] r1014 committed - Merging Issue127 branch to fix Issue 127., ndt, 03/12/2014
Archive powered by MHonArc 2.6.16.