Author: ygrego Date: 2015-05-22 13:54:56 +0000 (Fri, 22 May 2015) New Revision: 1434 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1434 Log: Addition of a new section of test "ApplicationManagerTest" with two tests concerning method "ApplicationManagerObject.getOwnerApplication". Modified: oipf/js/test/Test.js Modified: oipf/js/test/Test.js =================================================================== --- oipf/js/test/Test.js 2015-05-22 13:48:48 UTC (rev 1433) +++ oipf/js/test/Test.js 2015-05-22 13:54:56 UTC (rev 1434) @@ -824,6 +824,18 @@ control status is deactivated.", method: "testGetParentalControlStatusWhenParentalControlStatusDeactivated" } + ]},{ + name: "ApplicationManagerTest", + object: new ApplicationManagerTest(), + tests: [ + { + label: "Call method 'getOwnerApplication' with 'object document' of global property 'window'.", + method: "testGetOwnerApplicationOfDocumentOfGlobalPropertyWindow" + }, + { + label: "Call method 'getOwnerApplication' with a parameter null.", + method: "testGetOwnerApplicationWithNull" + } ] }],