Skip to content

Commit

Permalink
Remove unnecassary precision from XML test
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed Dec 11, 2023
1 parent 86e1f00 commit 0aef713
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions tests/xmltester/tests/general/TestUnaryUnion.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<run>
<desc>Tests for Geometry.union() method (unary union)</desc>
<precisionModel scale="1.0" offsetx="0.0" offsety="0.0"/>

<case>
<desc>P - point (showing merging of identical points)</desc>
Expand Down Expand Up @@ -144,18 +143,6 @@
</test>
</case>

<case>
<desc>mP - multipolygon (invalid) with topology collapse</desc>
<a> MULTIPOLYGON (((0 0, 150 0, 150 1, 0 0)),
((180 0, 20 0, 20 100, 180 100, 180 0)))
</a>
<test>
<op name="union" arg1="A">
POLYGON ((150 0, 20 0, 20 100, 180 100, 180 0, 150 0))
</op>
</test>
</case>

<case>
<desc>P - empty point</desc>
<a>POINT EMPTY</a>
Expand Down

0 comments on commit 0aef713

Please sign in to comment.