Author: ygrego Date: 2015-04-09 20:44:06 +0000 (Thu, 09 Apr 2015) New Revision: 1137 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1137 Log: Additon of a new test in object "testsObjects". Modified: oipf/js/test/Test.js Modified: oipf/js/test/Test.js =================================================================== --- oipf/js/test/Test.js 2015-04-09 19:21:44 UTC (rev 1136) +++ oipf/js/test/Test.js 2015-04-09 20:44:06 UTC (rev 1137) @@ -345,6 +345,10 @@ method: "testCreateQueryWithWellArguments" }, { + label: "Create a query with well parameters.", + method: "testCreateQueryWithoutParameters" + }, + { label: "Create a query with its first parameters null.", method: "testCreateQueryWithFieldArgumentNull" },