Author: ygrego Date: 2015-05-19 11:45:04 +0000 (Tue, 19 May 2015) New Revision: 1393 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1393 Log: Rename a method. Modified: oipf/js/test/ParentalControlManagerTest.js Modified: oipf/js/test/ParentalControlManagerTest.js =================================================================== --- oipf/js/test/ParentalControlManagerTest.js 2015-05-19 11:44:00 UTC (rev 1392) +++ oipf/js/test/ParentalControlManagerTest.js 2015-05-19 11:45:04 UTC (rev 1393) @@ -34,7 +34,7 @@ } }, - testVerifyParentalControlPIN10Times: function(resolve, reject) { + testVerifyParentalControlPINWithInvalidPIN10Times: function(resolve, reject) { for(var i = 0, li = 10; i < li; i++) { var result = this.parentalControlManagerObject .verifyParentalControlPIN("0000");