Author: ygrego Date: 2015-05-19 08:38:24 +0000 (Tue, 19 May 2015) New Revision: 1381 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1381 Log: Addition of test "testSetBlockUnratedWithValidPINAndTrue" in section "ParentalControlManager". Modified: oipf/js/test/Test.js Modified: oipf/js/test/Test.js =================================================================== --- oipf/js/test/Test.js 2015-05-18 16:00:46 UTC (rev 1380) +++ oipf/js/test/Test.js 2015-05-19 08:38:24 UTC (rev 1381) @@ -752,6 +752,10 @@ { label: "Call method 'getBlockUnrated' when contents have been blocked.", method: "testGetBlockUnratedWhenUnratedContentsAreBlocked" + }, + { + label: "Call method 'setBlockUnrated' with a valid pin and value 'true' to blocked unrated contents.", + method: "testSetBlockUnratedWithValidPINAndTrue" } ] }],