evristzam / ndt

Automatically exported from code.google.com/p/ndt
Other
0 stars 0 forks source link

Wrong JS callback name in TestS2C.as (Flash client) #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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(

Original issue reported on code.google.com by ovidiu.m...@epfl.ch on 30 Sep 2014 at 2:54

GoogleCodeExporter commented 9 years ago

Original comment by jerem...@poczta.fm on 27 Oct 2014 at 10:45

GoogleCodeExporter commented 9 years ago

Original comment by skost...@soldevelo.com on 3 Nov 2014 at 11:48

GoogleCodeExporter commented 9 years ago
Fixed (r1133)

Original comment by skost...@soldevelo.com on 3 Nov 2014 at 3:12

GoogleCodeExporter commented 9 years ago
Merged into trunk

Original comment by skost...@soldevelo.com on 13 Nov 2014 at 10:14