Skip to content

Commit

Permalink
Moved the overflow status in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Damian authored and Adrian Damian committed May 26, 2022
1 parent 4bca491 commit 740953d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvo/dal/tests/data/query/overflowstatus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<VOTABLE version="1.4" xmlns="http://www.ivoa.net/xml/VOTable/v1.3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ivoa.net/xml/VOTable/v1.3 http://www.ivoa.net/xml/VOTable/VOTable-1.4.xsd">
<RESOURCE type="results">
<INFO ID="QUERY_STATUS" name="QUERY_STATUS" value="OK"/>
<INFO ID="QUERY_STATUS" name="QUERY_STATUS" value="OVERFLOW"/>
<TABLE>
<FIELD ID="_1" datatype="long" name="1" ucd="foo;bar"/>
<FIELD ID="_2" arraysize="37" datatype="char" name="2" utype="foobar"/>
Expand All @@ -25,5 +24,6 @@
</TABLEDATA>
</DATA>
</TABLE>
<INFO ID="QUERY_STATUS" name="QUERY_STATUS" value="OVERFLOW"/>
</RESOURCE>
</VOTABLE>

0 comments on commit 740953d

Please sign in to comment.