Author: ygrego Date: 2015-04-01 22:15:02 +0000 (Wed, 01 Apr 2015) New Revision: 1040 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1040 Log: New tests "testNextChannelInUnrealized", "testNextChannelInConnecting", "testNextChannelInPresenting", "testNextChannelInStopped" have been added in property "testsObjects". Modified: oipf/js/test/Test.js Modified: oipf/js/test/Test.js =================================================================== --- oipf/js/test/Test.js 2015-04-01 21:48:49 UTC (rev 1039) +++ oipf/js/test/Test.js 2015-04-01 22:15:02 UTC (rev 1040) @@ -217,10 +217,22 @@ method: "testPrevChannelInStopped" }, { - label: "Switch to next channel in channel list.", - method:"testNextChannel" + label: "Switch to next channel in unrealized state.", + method: "testNextChannelInUnrealized" }, { + label: "Switch to next channel in connecting state.", + method: "testNextChannelInConnecting" + }, + { + label: "Switch to next channel in presenting state.", + method: "testNextChannelInPresenting" + }, + { + label: "Switch to next channel in stopped state.", + method: "testNextChannelInStopped" + }, + { label: "Release any tuner and/or ressources held by a video broadcast object in connecting.", method: "testReleaseInConnecting" },
participants (1)
-
ygregoï¼ users.nuiton.org