Author: ygrego Date: 2015-02-20 14:30:30 +0000 (Fri, 20 Feb 2015) New Revision: 844 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/844 Log: Rename the fied "method" of test concerning the binding to current channel for the video broadcast object into property "testObjects" of class Test. Modified: oipf/js/test/Test.js Modified: oipf/js/test/Test.js =================================================================== --- oipf/js/test/Test.js 2015-02-20 14:24:21 UTC (rev 843) +++ oipf/js/test/Test.js 2015-02-20 14:30:30 UTC (rev 844) @@ -13,13 +13,13 @@ label: "Object creation.", method: "testInstanceCreation", impl: true - }/*, + }, { id: "vbTestBindToCurrentChannel", label: "Bind the current channel stream with a video broadcast object.", - method:"bindToCurrentChannel", + method: "testBindToCurrentChannel", impl: true - }, + }/*, { id: "vbTestPrevChannel", label: "Switch to precedent channel in channel list.",