texttest -a polyconvert -d /home/delphi/sumo/tests -reconnect /home/delphi/texttesttmp/gcc4_64.02May022453.8423 -g
texttest -a polyconvert -d /home/delphi/sumo/tests
****************************************************** Ticket #1715 (assigned defect: ) polyconvert cannot read its own output http://sumo.dlr.de/trac.wsgi/ticket/1715 Reported By: behrisch Owned by: behrisch Priority: major Milestone: 0.27.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"/>
******************************************************
Ticket #1715 (assigned defect: )
polyconvert cannot read its own output
http://sumo.dlr.de/trac.wsgi/ticket/1715
Reported By: behrisch Owned by: behrisch
Priority: major Milestone: 0.27.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 '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>