Author: ygrego Date: 2015-03-31 12:18:46 +0000 (Tue, 31 Mar 2015) New Revision: 1001 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1001 Log: Two tests have been in added: "testStopInConnecting" and "testStopInPresenting" in property "testsObjects". Modified: oipf/js/test/Test.js Modified: oipf/js/test/Test.js =================================================================== --- oipf/js/test/Test.js 2015-03-31 12:16:29 UTC (rev 1000) +++ oipf/js/test/Test.js 2015-03-31 12:18:46 UTC (rev 1001) @@ -221,10 +221,14 @@ method: "testReleaseInStopped" }, { - label: "Stop the video and audio presentation of video broadcast object.", - method: "testStop" + label: "Stop the video and audio presentation of video broadcast object in connecting.", + method: "testStopInConnecting" }, { + label: "Stop the video and audio presentation of video broadcast object in presenting.", + method: "testStopInPresenting" + }, + { label: "Set the volume of current VideoBroadcastObject to 15.", method: "testSetVolume" },