Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] Issue 155 in ndt: Wrong JS callback name in TestS2C.as (Flash client)

Subject: NDT-DEV email list created

List archive

[ndt-dev] Issue 155 in ndt: Wrong JS callback name in TestS2C.as (Flash client)


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] Issue 155 in ndt: Wrong JS callback name in TestS2C.as (Flash client)
  • Date: Tue, 30 Sep 2014 14:54:47 +0000

Status: New
Owner: ----
Labels: Type-Defect Severity-Medium

New issue 155 by : Wrong JS callback name in TestS2C.as (Flash client)
https://code.google.com/p/ndt/issues/detail?id=155

Patch:

NDTConstants.BUNDLE_NAME, "startingTest", null, Main.locale) +
ResourceManager.getInstance().getString(
NDTConstants.BUNDLE_NAME, "s2cThroughput", null, Main.locale))
- NDTUtils.callExternalFunction("startTested", "ServerToClientThroughput");
+ NDTUtils.callExternalFunction("testStarted", "ServerToClientThroughput");
TestResults.appendDebugMsg("S2C test: PREPARE_TEST stage.");
TestResults.appendDebugMsg(
ResourceManager.getInstance().getString(


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings


  • [ndt-dev] Issue 155 in ndt: Wrong JS callback name in TestS2C.as (Flash client), ndt, 09/30/2014

Archive powered by MHonArc 2.6.16.

Top of Page