texttest -a polyconvert -d /home/delphi/sumo/tests -reconnect /home/delphi/texttesttmp/gcc4_64.05Mar015946.5126 -g
texttest -a polyconvert -d /home/delphi/sumo/tests
****************************************************** Ticket #1715 (new defect: ) polyconvert cannot read its own output http://sumo.dlr.de/trac.wsgi/ticket/1715 Reported By: behrisch Owned by: Priority: major Milestone: 0.26.0 Component: tools (OD2TRIPS, POLYCONVERT) Version: SVN Description: the pcloaderxml does not understand lon,lat and all the other fancy new attributes it should be refactored to use the shapehandler ****************************************************** (This bug was triggered by text found in file 'pois' matching 'poly') ---------- Differences in pois ---------- 5c5 < <location netOffset="0.00,0.00" convBoundary="399823.43,5809422.25,399986.72,5809486.69" origBoundary="13.526699,52.425832,13.529100,52.426404" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/> --- > <location netOffset="0.00,0.00" convBoundary="399823.43,5809422.25,399863.41,5809486.69" origBoundary="13.526699,52.425832,13.529100,152.426299" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/> 7c7 < <poly id="-974" type="unknown" color="51,128,255" fill="0" layer="-1.00" shape="399863.41,5809422.25 399824.66,5809486.69 399823.43,5809472.80 399862.29,5809457.21 399986.72,5809471.70"/> --- > <poly id="-974" type="unknown" color="51,128,255" fill="0" layer="-1.00" shape="399863.41,5809422.25 399824.66,5809486.69 399823.43,5809472.80 399862.29,5809457.21 13.53,152.43"/>
Failed to open URL 'http://sumo.dlr.de/trac.wsgi/ticket/1715?format=tab': [Errno 104] Connection reset by peer.
Please make sure that bug 1715 exists
and that the configuration entry 'bug_system_location' points to the correct trac instance.
The current value is 'http://sumo.dlr.de/trac.wsgi/'.
(This bug was triggered by text found in file 'errors' matching 'Attribute 'x' is missing')
---------- Differences in errors ----------
0a1,3
> Error: Attribute 'x' is missing in definition of poi '32266935'.
> Error: Attribute 'y' is missing in definition of poi '32266935'.
> Quitting (on error).
---------- Differences in output ----------
1,2c1
< Parsing XML from 'input_poi.poi.xml'... done.
< Success.
---
> Parsing XML from 'input_poi.poi.xml'...
---------- New result in exitcode ----------
1
---------- Missing result in pois ----------
<?xml version="1.0" encoding="UTF-8"?>
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<location netOffset="0.00,0.00" convBoundary="399823.43,5809422.25,399986.72,5809486.69" origBoundary="13.526699,52.425832,13.529100,52.426404" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/>
<poly id="-974" type="unknown" color="51,128,255" fill="0" layer="-1.00" shape="399863.41,5809422.25 399824.66,5809486.69 399823.43,5809472.80 399862.29,5809457.21 399986.72,5809471.70"/>
<poi id="32266935" type="unknown" color="51,128,255" layer="-1.00" x="399824.66" y="5809486.69"/>
</additional>