Author: ygrego Date: 2015-05-18 13:33:41 +0000 (Mon, 18 May 2015) New Revision: 1371 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1371 Log: Addition of methods "testGetBlockUnrated" in section "ParentalControlManager". Modified: oipf/js/test/Test.js Modified: oipf/js/test/Test.js =================================================================== --- oipf/js/test/Test.js 2015-05-18 13:32:43 UTC (rev 1370) +++ oipf/js/test/Test.js 2015-05-18 13:33:41 UTC (rev 1371) @@ -748,6 +748,10 @@ { label: "Call method 'setBlockUnrated' with an invalid pin.", method: "testSetBlockUnratedWithInvalidPIN10Times" + }, + { + label: "Call method 'getBlockUnrated'.", + method: "testGetBlockUnrated" } ] }],