Author: ygrego Date: 2015-04-17 15:24:59 +0000 (Fri, 17 Apr 2015) New Revision: 1224 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1224 Log: Deletion of method "testBindToCurrentChannel". Modified: oipf/js/test/VideoBroadcastTest.js Modified: oipf/js/test/VideoBroadcastTest.js =================================================================== --- oipf/js/test/VideoBroadcastTest.js 2015-04-17 14:45:25 UTC (rev 1223) +++ oipf/js/test/VideoBroadcastTest.js 2015-04-17 15:24:59 UTC (rev 1224) @@ -109,23 +109,6 @@ }, /* - * Descrtiption: - * This method test the binding between the video broadcast object and the current program stream. - * ToDO: Extraction of method onPlayStateChange out. - */ - testBindToCurrentChannel: function(resolve, reject) { - var self = this; - - this.addTransition(this.UNREALIZED, this.CONNECTING, function() { - self.vidBroadObj.bindToCurrentChannel(); - }); - - this.addTransition(this.CONNECTING, this.PRESENTING, resolve); - - this.vidBroadObj.bindToCurrentChannel(); - }, - - /* * This method must throw a error by using the method reject. * * @param {type} resolve
participants (1)
-
ygregoï¼ users.nuiton.org