Author: ygrego Date: 2015-04-08 09:33:07 +0000 (Wed, 08 Apr 2015) New Revision: 1109 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1109 Log: Addition of new tests in "testsObjects" about method "createSearch" of "SearchManagerObject". Modified: oipf/js/test/Test.js Modified: oipf/js/test/Test.js =================================================================== --- oipf/js/test/Test.js 2015-04-08 09:25:14 UTC (rev 1108) +++ oipf/js/test/Test.js 2015-04-08 09:33:07 UTC (rev 1109) @@ -321,6 +321,18 @@ method: "testCreateSearchForScheduledContent" }, { + label: "Verify the right creation of search object about content on demand.", + method: "testCreateSearchForContentOnDemand" + }, + { + label: "Call method 'createSearch' with parameter equals to null.", + method: "testCreateSearchWithNull" + }, + { + label: "Call method 'createSearch' with a String parameter.", + method: "testCreateSearchWithString" + }, + { label: "Obtain current program according to oipf norm.", method: "testGetCurrentProgram" }