Author: ygrego Date: 2015-04-01 21:48:49 +0000 (Wed, 01 Apr 2015) New Revision: 1039 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1039 Log: New tests "testPrevChannelInConnecting", "testPrevChannelInPresenting", "testPrevChannelInStopped" have been added in "testsObjects". Modified: oipf/js/test/Test.js Modified: oipf/js/test/Test.js =================================================================== --- oipf/js/test/Test.js 2015-04-01 21:46:55 UTC (rev 1038) +++ oipf/js/test/Test.js 2015-04-01 21:48:49 UTC (rev 1039) @@ -201,14 +201,22 @@ method: "testDoubleBindToCurrentChannel" }, { - label: "Switch to precedent channel in channel list.", - method: "testPrevChannel" - }, - { label: "Switch to precedent channel in unrealized state.", method: "testPrevChannelInUnrealized" }, { + label: "Switch to precedent channel in connecting state.", + method: "testPrevChannelInConnecting" + }, + { + label: "Switch to precedent channel in presenting state.", + method: "testPrevChannelInPresenting" + }, + { + label: "Switch to precedent channel in stopped state.", + method: "testPrevChannelInStopped" + }, + { label: "Switch to next channel in channel list.", method:"testNextChannel" },