Author: ygrego Date: 2015-05-18 11:44:37 +0000 (Mon, 18 May 2015) New Revision: 1360 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1360 Log: Addition of a new test section about "ParentalControlManager". Modified: oipf/js/test/Test.js Modified: oipf/js/test/Test.js =================================================================== --- oipf/js/test/Test.js 2015-05-18 11:43:15 UTC (rev 1359) +++ oipf/js/test/Test.js 2015-05-18 11:44:37 UTC (rev 1360) @@ -733,6 +733,14 @@ label: "Call method 'hasCapability' to verify if the TV support the feature recording(UI profile name fragment: 'VIDEOTELEPHONY').", method: "testHasCapabilityVIDEOTELEPHONY" } + ]},{ + name: "ParentalControlManagerTest", + object: new ParentalControlManagerTest(), + tests: [ + { + label: "Call method 'verifyParentalControlPIN' with an invalid pin 4 times.", + method: "testVerifyParentalControlPIN4Times" + } ] }],