Author: ygrego Date: 2015-04-09 13:23:11 +0000 (Thu, 09 Apr 2015) New Revision: 1130 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1130 Log: Addition of three new methods. Modified: oipf/js/test/Test.js Modified: oipf/js/test/Test.js =================================================================== --- oipf/js/test/Test.js 2015-04-09 13:20:34 UTC (rev 1129) +++ oipf/js/test/Test.js 2015-04-09 13:23:11 UTC (rev 1130) @@ -343,6 +343,18 @@ { label: "Create a query with well parameters.", method: "testCreateQueryWithWellArguments" + }, + { + label: "Create a query with its first parameters null.", + method: "testCreateQueryWithFieldArgumentNull" + }, + { + label: "Create a query with its second parameters.", + method: "testCreateQueryWithComparisonArgumentNull" + }, + { + label: "Create a query with its last parameters.", + method: "testCreateQueryWithValueArgumentNull" } ] }],