Author: ygrego Date: 2015-04-15 15:26:10 +0000 (Wed, 15 Apr 2015) New Revision: 1206 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1206 Log: New tests added in property "testsObjects". Modified: oipf/js/test/Test.js Modified: oipf/js/test/Test.js =================================================================== --- oipf/js/test/Test.js 2015-04-15 14:58:33 UTC (rev 1205) +++ oipf/js/test/Test.js 2015-04-15 15:26:10 UTC (rev 1206) @@ -400,6 +400,14 @@ { label: "Abort a search.", method: "testAbortWhileProgrammesSearchWithoutConstraints" + }, + { + label: "Call method 'or' of a 'Query' object.", + method: "testAnd" + }, + { + label: "Call method 'and' of a 'Query' object.", + method: "testOr" } ] }],