Author: ygrego Date: 2015-04-01 21:17:34 +0000 (Wed, 01 Apr 2015) New Revision: 1037 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1037 Log: New test "testPrevChannelInUnrealized" added. Modified: oipf/js/test/Test.js Modified: oipf/js/test/Test.js =================================================================== --- oipf/js/test/Test.js 2015-04-01 20:43:06 UTC (rev 1036) +++ oipf/js/test/Test.js 2015-04-01 21:17:34 UTC (rev 1037) @@ -205,6 +205,10 @@ method: "testPrevChannel" }, { + label: "Switch to precedent channel in unrealized state.", + method: "testPrevChannelInUnrealized" + }, + { label: "Switch to next channel in channel list.", method:"testNextChannel" },