Author: ygrego Date: 2015-02-20 14:10:53 +0000 (Fri, 20 Feb 2015) New Revision: 842 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/842 Log: Addition of keywords "Failure" in call of method "reject" into method "onPlayStateChange". Modified: oipf/js/test/VideoBroadcastTest.js Modified: oipf/js/test/VideoBroadcastTest.js =================================================================== --- oipf/js/test/VideoBroadcastTest.js 2015-02-20 14:00:43 UTC (rev 841) +++ oipf/js/test/VideoBroadcastTest.js 2015-02-20 14:10:53 UTC (rev 842) @@ -100,7 +100,7 @@ if (error || (!success)) { var errorText = self.error[error]; - reject(errorBind + " " + errorText + " " + errorPlayState); + reject("Failure:" + errorBind + " " + errorText + " " + errorPlayState); } else { resolve("Successfull"); }
participants (1)
-
ygregoï¼ users.nuiton.org