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_1.2.1.out | 50 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 vo/votest/tests/req_1.2.1.out (limited to 'vo/votest/tests/req_1.2.1.out') diff --git a/vo/votest/tests/req_1.2.1.out b/vo/votest/tests/req_1.2.1.out new file mode 100644 index 00000000..8e1e1a6f --- /dev/null +++ b/vo/votest/tests/req_1.2.1.out @@ -0,0 +1,50 @@ +------------------------------------------------------------------ +Req 1.2.1: Users shall be able to identify a column in a VOTable + by the 'id', 'name' or 'ucd' attribute of a or + by column number. +------------------------------------------------------------------ + +------ Identify RA,DEC col by 'id' string ------ + + +Logical Path: data$usno-b.xml +RA,DEC are cols: 2 and 3 + +HTTP URI: http://iraf.noao.edu/votest//usno-b.xml +RA,DEC are cols: 2 and 3 + +File URI: file:///iraf/iraf/vo/votest/data//usno-b.xml +RA,DEC are cols: 2 and 3 + +File URI: file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml +RA,DEC are cols: 2 and 3 + +------ Identify RA,DEC col by 'name' string ------ + + +Logical Path: data$usno-b.xml +RA,DEC are cols: 2 and 3 + +HTTP URI: http://iraf.noao.edu/votest//usno-b.xml +RA,DEC are cols: 2 and 3 + +File URI: file:///iraf/iraf/vo/votest/data//usno-b.xml +RA,DEC are cols: 2 and 3 + +File URI: file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml +RA,DEC are cols: 2 and 3 + +------ Identify RA,DEC col by 'ucd' string ------ + + +Logical Path: data$usno-b.xml +RA,DEC are cols: 2 and 3 + +HTTP URI: http://iraf.noao.edu/votest//usno-b.xml +RA,DEC are cols: 2 and 3 + +File URI: file:///iraf/iraf/vo/votest/data//usno-b.xml +RA,DEC are cols: 2 and 3 + +File URI: file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml +RA,DEC are cols: 2 and 3 -- cgit