Author: ygrego Date: 2015-05-20 14:12:09 +0000 (Wed, 20 May 2015) New Revision: 1416 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1416 Log: Reinitialize the parental control status in method "afterTest". Modified: oipf/js/test/ParentalControlManagerTest.js Modified: oipf/js/test/ParentalControlManagerTest.js =================================================================== --- oipf/js/test/ParentalControlManagerTest.js 2015-05-20 10:45:13 UTC (rev 1415) +++ oipf/js/test/ParentalControlManagerTest.js 2015-05-20 14:12:09 UTC (rev 1416) @@ -21,6 +21,7 @@ }, afterTest: function() { + this.parentalControlManagerObject.setParentalControlStatus(this.PIN, false); this.parentalControlManagerObject.setBlockUnrated(this.PIN, false); this.parentalControlManagerObject._setCurrentInvalidPINAttempts && this.parentalControlManagerObject._setCurrentInvalidPINAttempts(0);
participants (1)
-
ygregoï¼ users.nuiton.org