Author: ygrego Date: 2015-05-20 09:36:02 +0000 (Wed, 20 May 2015) New Revision: 1411 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1411 Log: Addition of tests in test section "ParentalControlManagerTest". Modified: oipf/js/test/Test.js Modified: oipf/js/test/Test.js =================================================================== --- oipf/js/test/Test.js 2015-05-20 09:10:43 UTC (rev 1410) +++ oipf/js/test/Test.js 2015-05-20 09:36:02 UTC (rev 1411) @@ -813,6 +813,16 @@ label: "Call method 'setParentalControlStatus' with an invalid\ pin and value 'false' to verify the PIN entry locking", method: "testSetParentalControlStatusWithInvalidOldPINAndValidNewPIN10Times" + }, + { + label: "Call method 'getParentalControlStatus' when parental\ + control are activating.", + method: "testGetParentalControlStatusWhenParentalControlActivated" + }, + { + label: "Call method 'getParentalControlStatus' when parental\ + control has been deactivated.", + method: "testGetParentalControlStatusWhenParentalControlDeactivated" } ] }],
participants (1)
-
ygregoï¼ users.nuiton.org