Author: ygrego Date: 2015-04-02 07:59:59 +0000 (Thu, 02 Apr 2015) New Revision: 1044 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1044 Log: Put argument "resolve" in call of method "addTransitionWithError" in method "testBindToCurrentChannelInStoppedWhenNoTuner". Modified: oipf/js/test/VideoBroadcastTest.js Modified: oipf/js/test/VideoBroadcastTest.js =================================================================== --- oipf/js/test/VideoBroadcastTest.js 2015-04-02 07:57:07 UTC (rev 1043) +++ oipf/js/test/VideoBroadcastTest.js 2015-04-02 07:59:59 UTC (rev 1044) @@ -232,7 +232,7 @@ self.vidBroadObj.bindToCurrentChannel(); }); - this.addTransitionWithError(this.STOPPED, this.STOPPED, 0); + this.addTransitionWithError(this.STOPPED, this.STOPPED, 0, resolve); this.vidBroadObj.bindToCurrentChannel(); },