Author: ygrego Date: 2015-05-20 10:30:24 +0000 (Wed, 20 May 2015) New Revision: 1414 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1414 Log: Modification of tests names and labels in test section "ParentalControlManagerTest". Modified: oipf/js/test/Test.js Modified: oipf/js/test/Test.js =================================================================== --- oipf/js/test/Test.js 2015-05-20 10:19:55 UTC (rev 1413) +++ oipf/js/test/Test.js 2015-05-20 10:30:24 UTC (rev 1414) @@ -816,13 +816,13 @@ }, { label: "Call method 'getParentalControlStatus' when parental\ - control are activating.", - method: "testGetParentalControlStatusWhenParentalControlActivated" + control status is activated.", + method: "testGetParentalControlStatusWhenParentalControlStatusActivated" }, { label: "Call method 'getParentalControlStatus' when parental\ - control has been deactivated.", - method: "testGetParentalControlStatusWhenParentalControlDeactivated" + control status is deactivated.", + method: "testGetParentalControlStatusWhenParentalControlStatusDeactivated" } ] }],