Author: ygrego Date: 2015-04-13 08:40:48 +0000 (Mon, 13 Apr 2015) New Revision: 1156 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1156 Log: Addition of a new test in "testsObjects". Modified: oipf/js/test/Test.js Modified: oipf/js/test/Test.js =================================================================== --- oipf/js/test/Test.js 2015-04-13 08:39:53 UTC (rev 1155) +++ oipf/js/test/Test.js 2015-04-13 08:40:48 UTC (rev 1156) @@ -380,6 +380,10 @@ { label: "Create a query with its last parameters.", method: "testCreateQueryWithValueArgumentNull" + }, + { + label: "Abort a search.", + method: "testAbortWhileProgrammesSearchWithoutConstraints" } ] }],