From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- vo/votest/tests/req_4.2.cl | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 vo/votest/tests/req_4.2.cl (limited to 'vo/votest/tests/req_4.2.cl') diff --git a/vo/votest/tests/req_4.2.cl b/vo/votest/tests/req_4.2.cl new file mode 100644 index 00000000..6ad64b53 --- /dev/null +++ b/vo/votest/tests/req_4.2.cl @@ -0,0 +1,29 @@ +# +# Query multiple resource at one position, or one resource for multiple +# positions. + +# Set the test description string. +votest.descr = "Query many svcs at one pos, or one svc for multiple positions." + + +print ("------------------------------------------------------------------") +print ("Req 4.2: Users shall be able to query multiple resources at a") +print (" single position on the sky, OR a single resource for") +print (" multiple positions.") +print ("------------------------------------------------------------------") + + +fcache init + +reset clobber = yes + +# Execute the test commands. + +# Multiple resources at a single position +vodata ("gsc2.3,dss", objects="3c273", size=0.01, + output="STDOUT", format="csv", quiet+) + +# Multiple position from a single position +vodata ("gsc2.3", objects="m82,m83,m84", size=0.01, + output="STDOUT", format="raw", quiet+) + -- cgit