Author: ygrego Date: 2015-06-12 14:06:48 +0000 (Fri, 12 Jun 2015) New Revision: 1709 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1709 Log: The method which will use this variable waits a 'String'. Modified: oipf/test/js/SearchManagerTest.js Modified: oipf/test/js/SearchManagerTest.js =================================================================== --- oipf/test/js/SearchManagerTest.js 2015-06-12 12:37:33 UTC (rev 1708) +++ oipf/test/js/SearchManagerTest.js 2015-06-12 14:06:48 UTC (rev 1709) @@ -182,7 +182,7 @@ testSearchingForProgrammesWithDurationLowerThanOneHour(resolve, reject) { var self = this; - var value = 3600; + var value = "3600"; this.addTransition(this.UNREALIZED, this.CONNECTING);
participants (1)
-
ygregoï¼ users.nuiton.org