Author: ygrego Date: 2015-04-02 07:57:07 +0000 (Thu, 02 Apr 2015) New Revision: 1043 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1043 Log: Put argument "resolve" in call of method "addTransitionWithError" in method "testBindToCurrentChannelWhenNoChannelPresentation". Modified: oipf/js/test/VideoBroadcastTest.js Modified: oipf/js/test/VideoBroadcastTest.js =================================================================== --- oipf/js/test/VideoBroadcastTest.js 2015-04-02 07:50:27 UTC (rev 1042) +++ oipf/js/test/VideoBroadcastTest.js 2015-04-02 07:57:07 UTC (rev 1043) @@ -134,7 +134,7 @@ //Subject to modification not rigth way failed on the tv plateform. this.vidBroadObj._channelService.currentChannel = null; - this.addTransitionWithError(this.UNREALIZED, this.UNREALIZED, 100); + this.addTransitionWithError(this.UNREALIZED, this.UNREALIZED, 100, resolve); this.vidBroadObj.bindToCurrentChannel(); },