Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r931 committed - Fixed formatting on FlashIssue116 branch

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r931 committed - Fixed formatting on FlashIssue116 branch


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r931 committed - Fixed formatting on FlashIssue116 branch
  • Date: Tue, 18 Feb 2014 08:55:57 +0000

Revision: 931
Author:

Date: Tue Feb 18 08:55:35 2014 UTC
Log: Fixed formatting on FlashIssue116 branch

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

Modified:
/branches/FlashIssue116/flash-client/src/NDTPController.as
/branches/FlashIssue116/flash-client/src/TestC2S.as
/branches/FlashIssue116/flash-client/src/TestMETA.as
/branches/FlashIssue116/flash-client/src/TestResults.as
/branches/FlashIssue116/flash-client/src/TestS2C.as

=======================================
--- /branches/FlashIssue116/flash-client/src/NDTPController.as Mon Feb 17 11:17:57 2014 UTC
+++ /branches/FlashIssue116/flash-client/src/NDTPController.as Tue Feb 18 08:55:35 2014 UTC
@@ -228,7 +228,7 @@
public function succeedNDTTest():void {
TestResults.ndt_test_results::ndtTestFailed = false;
NDTUtils.callExternalFunction("allTestsCompleted");
- TestResults.appendDebugMsg("<font color=\"#7CFC00\">"
+ TestResults.appendDebugMsg("<font color=\"#7CFC00\">"
+ "All the tests completed successfully." + "</font>");
finishNDTTest();
}
=======================================
--- /branches/FlashIssue116/flash-client/src/TestC2S.as Mon Feb 17 11:17:57 2014 UTC
+++ /branches/FlashIssue116/flash-client/src/TestC2S.as Tue Feb 18 08:55:35 2014 UTC
@@ -423,14 +423,15 @@
TestResults.appendDebugMsg(
ResourceManager.getInstance().getString(
NDTConstants.BUNDLE_NAME, "c2sThroughput", null, Main.locale)
- + " test <font color=\"#7CFC00\"><b>"
+ + " test <font color=\"#7CFC00\"><b>"
+ ResourceManager.getInstance().getString(
- NDTConstants.BUNDLE_NAME, "done", null, Main.locale)
+ NDTConstants.BUNDLE_NAME, "done", null, Main.locale)
+ "</b></font><br>");
else
- TestResults.appendDebugMsg("<font color=\"#FE9A2E\">"
- + ResourceManager.getInstance().getString(
- NDTConstants.BUNDLE_NAME, "c2sThroughputFailed", null, Main.locale)
+ TestResults.appendDebugMsg("<font color=\"#FE9A2E\">"
+ + ResourceManager.getInstance().getString(
+ NDTConstants.BUNDLE_NAME, "c2sThroughputFailed",
+ null, Main.locale)
+ "</font>");
TestResults.ndt_test_results::c2sTestSuccess = _c2sTestSuccess;
TestResults.ndt_test_results::ndtTestStatus = "done";
=======================================
--- /branches/FlashIssue116/flash-client/src/TestMETA.as Mon Feb 17 11:17:57 2014 UTC
+++ /branches/FlashIssue116/flash-client/src/TestMETA.as Tue Feb 18 08:55:35 2014 UTC
@@ -241,14 +241,15 @@
TestResults.appendDebugMsg(
ResourceManager.getInstance().getString(
NDTConstants.BUNDLE_NAME, "meta", null, Main.locale)
- + " test <font color=\"#7CFC00\"><b>"
+ + " test <font color=\"#7CFC00\"><b>"
+ ResourceManager.getInstance().getString(
NDTConstants.BUNDLE_NAME, "done", null, Main.locale)
+ "</b></font><br>");
else
TestResults.appendDebugMsg("<font color=\"#FE9A2E\">" +
ResourceManager.getInstance().getString(
- NDTConstants.BUNDLE_NAME, "metaFailed", null, Main.locale) + "</font>");
+ NDTConstants.BUNDLE_NAME, "metaFailed", null, Main.locale)
+ + "</font>");

TestResults.ndt_test_results::ndtTestStatus = "done";
NDTUtils.callExternalFunction(
=======================================
--- /branches/FlashIssue116/flash-client/src/TestResults.as Mon Feb 17 11:17:57 2014 UTC
+++ /branches/FlashIssue116/flash-client/src/TestResults.as Tue Feb 18 08:55:35 2014 UTC
@@ -89,7 +89,7 @@
if (!CONFIG::debug) {
return;
}
- var formattedMsg:String = "<font size=\"12\">"
+ var formattedMsg:String = "<font size=\"12\">"
+ (new Date().toUTCString()) + ": "
+ "</font>" + msg + "\n";
_debugMsg += formattedMsg;
=======================================
--- /branches/FlashIssue116/flash-client/src/TestS2C.as Mon Feb 17 11:17:57 2014 UTC
+++ /branches/FlashIssue116/flash-client/src/TestS2C.as Tue Feb 18 08:55:35 2014 UTC
@@ -490,14 +490,15 @@
TestResults.appendDebugMsg(
ResourceManager.getInstance().getString(
NDTConstants.BUNDLE_NAME, "s2cThroughput", null, Main.locale)
- + " test <font color=\"#7CFC00\"><b>"
+ + " test <font color=\"#7CFC00\"><b>"
+ ResourceManager.getInstance().getString(
- NDTConstants.BUNDLE_NAME, "done", null, Main.locale)
+ NDTConstants.BUNDLE_NAME, "done", null, Main.locale)
+ "</b></font><br>");
else
TestResults.appendDebugMsg("<font color=\"#FE9A2E\">" +
ResourceManager.getInstance().getString(
- NDTConstants.BUNDLE_NAME, "s2cThroughputFailed", null, Main.locale)
+ NDTConstants.BUNDLE_NAME, "s2cThroughputFailed",
+ null, Main.locale)
+ "</font>");

TestResults.ndt_test_results::s2cTestSuccess = _s2cTestSuccess;


  • [ndt-dev] [ndt] r931 committed - Fixed formatting on FlashIssue116 branch, ndt, 02/18/2014

Archive powered by MHonArc 2.6.16.

Top of Page