From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- vo/votest/tests/req_3.1.cl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 vo/votest/tests/req_3.1.cl (limited to 'vo/votest/tests/req_3.1.cl') diff --git a/vo/votest/tests/req_3.1.cl b/vo/votest/tests/req_3.1.cl new file mode 100644 index 00000000..8ced2a2d --- /dev/null +++ b/vo/votest/tests/req_3.1.cl @@ -0,0 +1,15 @@ +# +# Query Registry with constraints. + +# Set the test description string. +votest.descr = "Query Registry with constraints." + +print ("------------------------------------------------------------------") +print ("Req 3.1: Users shall be able to constrain the results of a search") +print (" by supplying additional parameters to a query (e.g. ") +print (" bandpass, service type, etc).") +print ("------------------------------------------------------------------") + + +# Execute the test commands. +registry ("chandra", type="image", bandpass="x-ray", interactive=no) -- cgit