Author: ygrego Date: 2015-04-10 08:22:46 +0000 (Fri, 10 Apr 2015) New Revision: 1142 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1142 Log: This test "testSearchingForASpecificProgrammeByName" has been added in "testsObjects". Modified: oipf/js/test/Test.js Modified: oipf/js/test/Test.js =================================================================== --- oipf/js/test/Test.js 2015-04-10 08:20:10 UTC (rev 1141) +++ oipf/js/test/Test.js 2015-04-10 08:22:46 UTC (rev 1142) @@ -345,6 +345,10 @@ method: "testGetCurrentProgrammeFromNullStream" }, { + label: "Try to obtain a programme by its name.", + method: "testSearchingForASpecificProgrammeByName" + }, + { label: "Create a query with well parameters.", method: "testCreateQueryWithWellArguments" },