Author: ygrego Date: 2015-03-31 11:52:37 +0000 (Tue, 31 Mar 2015) New Revision: 999 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/999 Log: Three new tests added in object property "testsObjects" for "VideoBroadcastTest". Modified: oipf/js/test/Test.js Modified: oipf/js/test/Test.js =================================================================== --- oipf/js/test/Test.js 2015-03-31 11:50:32 UTC (rev 998) +++ oipf/js/test/Test.js 2015-03-31 11:52:37 UTC (rev 999) @@ -209,10 +209,18 @@ method:"testNextChannel" }, { - label: "Release any tuner and/or ressources held by a video broadcast object.", - method: "testRelease" + label: "Release any tuner and/or ressources held by a video broadcast object in connecting.", + method: "testReleaseInConnecting" }, { + label: "Release any tuner and/or ressources held by a video broadcast object in presenting.", + method: "testReleaseInPresenting" + }, + { + label: "Release any tuner and/or ressources held by a video broadcast object in stopped.", + method: "testReleaseInStopped" + }, + { label: "Stop the video and audio presentation of video broadcast object.", method: "testStop" },