diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /vo/votest/tests/req_1.2.1.out | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'vo/votest/tests/req_1.2.1.out')
-rw-r--r-- | vo/votest/tests/req_1.2.1.out | 50 |
1 files changed, 50 insertions, 0 deletions
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 <FIELD> 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 |