Author: ygrego Date: 2015-05-19 13:38:10 +0000 (Tue, 19 May 2015) New Revision: 1400 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1400 Log: Addition of a test "testSetParentalControlPINWithValidOldPINAndNewPIN" in test section "ParentalControlManagerTest". Modified: oipf/js/test/Test.js Modified: oipf/js/test/Test.js =================================================================== --- oipf/js/test/Test.js 2015-05-19 13:33:06 UTC (rev 1399) +++ oipf/js/test/Test.js 2015-05-19 13:38:10 UTC (rev 1400) @@ -738,6 +738,10 @@ object: new ParentalControlManagerTest(), tests: [ { + label: "Call method 'setParentalControlPIN' with valids parameters.", + method: "testSetParentalControlPINWithValidOldPINAndNewPIN" + }, + { label: "Call method 'verifyParentalControlPIN' with an invalid pin 10 times.", method: "testVerifyParentalControlPINWithInvalidPIN10Times" },