Author: ygrego Date: 2015-04-08 15:55:02 +0000 (Wed, 08 Apr 2015) New Revision: 1120 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1120 Log: Rename the test method "testGetCurrentProgramme", which is become "testGetCurrentProgrammeFromStream". Modified: oipf/js/test/SearchManagerTest.js Modified: oipf/js/test/SearchManagerTest.js =================================================================== --- oipf/js/test/SearchManagerTest.js 2015-04-08 15:52:43 UTC (rev 1119) +++ oipf/js/test/SearchManagerTest.js 2015-04-08 15:55:02 UTC (rev 1120) @@ -85,7 +85,7 @@ this.vidBroadObj.removeEventListener("PlayStateChange", this.onPlayStateChange); }, - testGetCurrentProgramme: function (resolve, reject) { + testGetCurrentProgrammeFromStream: function (resolve, reject) { var self = this; this.addTransition(this.UNREALIZED, this.CONNECTING);