texttest -a netedit -d /home/delphi/gcc/sumo/tests -reconnect /home/delphi/gcc/texttesttmp/gcc4_64.01Nov002640.2116107 -g
texttest -a netedit -d /home/delphi/gcc/sumo/tests
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,8d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < dummyShape < TestFunctions: Clicked over position 685 - 611 < poi < TestFunctions: Clicked over position 1154 - 390 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" x="36.00" y="2.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.obstacle < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.obstacle_0" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="-20.000000,10.000000 -30.000000,22.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.obstacle < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.obstacle_0" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.obstacle < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301.0 < TestFunctions: Clicked over position 608.0 - 301.0 < TestFunctions: Clicked over position 608.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.obstacle_0" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="-20.000000,10.000000 -20.000000,10.000000 -20.000000,10.000000 -20.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,11d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.obstacle < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.obstacle_0" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,9d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.obstacle < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.obstacle_0" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="-20.000000,10.000000 -30.000000,22.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,17d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.obstacle < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.obstacle_0" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> <poly id="jps.obstacle_1" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,30d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.obstacle < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < ;;;;;; < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 763 - 201.0 < TestFunctions: Clicked over position 663.0 - 201.0 < TestFunctions: Clicked over position 663.0 - 301 < TestFunctions: Clicked over position 763 - 301 < jps.obstacle_0 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 763 - 201.0 < TestFunctions: Clicked over position 663.0 - 201.0 < TestFunctions: Clicked over position 663.0 - 301 < TestFunctions: Clicked over position 763 - 301 < custom_ID < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 763 - 201.0 < TestFunctions: Clicked over position 663.0 - 201.0 < TestFunctions: Clicked over position 663.0 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="custom_ID" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="-4.000000,10.000000 -4.000000,22.000000 -14.000000,22.000000 -14.000000,10.000000 -4.000000,10.000000"/> <poly id="jps.obstacle_0" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,19d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.obstacle < %%%%%%$$$$ < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < customName < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 763 - 201.0 < TestFunctions: Clicked over position 663.0 - 201.0 < TestFunctions: Clicked over position 663.0 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.obstacle_0" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" name="%%%%%%$$$$" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> <poly id="jps.obstacle_1" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" name="customName" shape="-4.000000,10.000000 -4.000000,22.000000 -14.000000,22.000000 -14.000000,10.000000 -4.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,14d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.obstacle < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,22d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.obstacle < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 954 - 201.0 < TestFunctions: Clicked over position 854.0 - 201.0 < TestFunctions: Clicked over position 854.0 - 301 < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 608 - 301 < jps.obstacle_0 < < ID with spaces < newID < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.obstacle_1" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="16.000000,10.000000 16.000000,22.000000 6.000000,22.000000 6.000000,10.000000 16.000000,10.000000"/> <poly id="newID" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,15d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.obstacle < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < %%%$$$;; < customName < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.obstacle_0" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" name="customName" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,23d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.obstacle < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyGenericParameters < key1|key2|key3 < key1=value1|key2=value2|key3=value3 < key1=|key2=|key3= < < key1duplicated=value1|key1duplicated=value2|key3=value3 < key1=valueDuplicated|key2=valueDuplicated|key3=valueDuplicated < keyInvalid.;%>%$$=value1|key2=value2|key3=value3 < key1=valueInvalid%;%$<>$$%|key2=value2|key3=value3 < keyFinal1=value1|keyFinal2=value2|keyFinal3=value3 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.obstacle_0" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"> <param key="keyFinal1" value="value1"/> <param key="keyFinal2" value="value2"/> <param key="keyFinal3" value="value3"/> </poly> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1c1,7 < Error: Shape of a(n) user-supplied shape is broken: the position is neither x,y nor x,y,z. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,17d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.obstacle < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyShape < < 12.00,8.00 < 12.00,8.00 9.00,13.00 12.00,18.00 7.00,15.00 2.00,18.00 5.00,13.00 2.00,8.00 7.00,11.00 12.00,8.00 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.obstacle_0" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="12.000000,8.000000 9.000000,13.000000 12.000000,18.000000 7.000000,15.000000 2.000000,18.000000 5.000000,13.000000 2.000000,8.000000 7.000000,11.000000 12.000000,8.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Shape of a(n) user-supplied shape is broken: the position is neither x,y nor x,y,z. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,11d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 608 - 301 < %$$%%%%% < customName < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.obstacle_0" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" name="customName" shape="-4.000000,10.000000 -4.000000,20.000000 -14.000000,20.000000 -14.000000,10.000000 -4.000000,10.000000"> <param key="keyA1" value="valueA1"/> <param key="keyA2" value="valueA2"/> <param key="keyA3" value="valueA3"/> </poly> <poly id="jps.obstacle_1" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" name="customName" shape="-20.000000,10.000000 -20.000000,20.000000 -30.000000,20.000000 -30.000000,10.000000 -20.000000,10.000000"> <param key="keyB1" value="valueB1"/> <param key="keyB2" value="valueB2"/> <param key="keyB3" value="valueB3"/> </poly> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,19d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyGenericParameters < key1|key2|key3 < key1=value1|key2=value2|key3=value3 < key1=|key2=|key3= < < key1duplicated=value1|key1duplicated=value2|key3=value3 < key1=valueDuplicated|key2=valueDuplicated|key3=valueDuplicated < keyInvalid.;%>%$$=value1|key2=value2|key3=value3 < key1=valueInvalid%;%$<>$$%|key2=value2|key3=value3 < keyFinal1=value1|keyFinal2=value2|keyFinal3=value3 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.obstacle_0" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" name="areaA" shape="-4.000000,10.000000 -4.000000,20.000000 -14.000000,20.000000 -14.000000,10.000000 -4.000000,10.000000"> <param key="keyFinal1" value="value1"/> <param key="keyFinal2" value="value2"/> <param key="keyFinal3" value="value3"/> </poly> <poly id="jps.obstacle_1" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" name="areaB" shape="-20.000000,10.000000 -20.000000,20.000000 -30.000000,20.000000 -30.000000,10.000000 -20.000000,10.000000"> <param key="keyFinal1" value="value1"/> <param key="keyFinal2" value="value2"/> <param key="keyFinal3" value="value3"/> </poly> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.obstacle_0" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="-50.000000,40.000000 -40.000000,40.000000 -40.000000,30.000000 -50.000000,30.000000 -50.000000,40.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,4c1,7 < Error: Attribute 'id' is missing in definition of a poly. < Error: Could not build jupedsim.obstacle with ID '%%%%;;$$$%' in netedit; ID contains invalid characters. < Error: Could not build jupedsim.obstacle with ID 'jps.obstacle_0' in netedit; Declared twice. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.obstacle_0" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="-50.000000,40.000000 -40.000000,40.000000 -40.000000,30.000000 -50.000000,30.000000 -50.000000,40.000000"/> <poly id="jps.obstacle_1" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="-30.000000,40.000000 -20.000000,40.000000 -20.000000,30.000000 -30.000000,30.000000 -30.000000,40.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'id' is missing in definition of a poly. Error: Could not build jupedsim.obstacle with ID '%%%%;;$$$%' in netedit; ID contains invalid characters. Error: Could not build jupedsim.obstacle with ID 'jps.obstacle_0' in netedit; Declared twice. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Error: Attribute 'name' in definition of poly 'jps.obstacle_1' is empty. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.obstacle_0" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="-50.000000,20.000000 -40.000000,20.000000 -40.000000,10.000000 -50.000000,10.000000 -50.000000,20.000000"/> <poly id="jps.obstacle_2" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" name="%%%%" shape="-50.000000,-20.000000 -40.000000,-20.000000 -40.000000,-30.000000 -50.000000,-30.000000 -50.000000,-20.000000"/> <poly id="jps.obstacle_3" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" name="custom name" shape="-50.000000,-20.000000 -40.000000,-20.000000 -40.000000,-30.000000 -50.000000,-30.000000 -50.000000,-20.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'name' in definition of poly 'jps.obstacle_1' is empty. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,4c1,7 < Error: Attribute 'key' is missing in definition of a param. < Error: Attribute 'key' is missing in definition of a param. < Error: Attribute 'key' in definition of a param is empty. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.obstacle_0" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="-50.000000,40.000000 -40.000000,40.000000 -40.000000,30.000000 -50.000000,30.000000 -50.000000,40.000000"> <param key="$$key with spaces%%" value="value4"/> <param key="key1" value="value5"/> <param key="key2" value=""/> <param key="key3" value="$$value with spaces%%"/> <param key="keyFinal" value="valueFinal"/> </poly> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'key' is missing in definition of a param. Error: Attribute 'key' is missing in definition of a param. Error: Attribute 'key' in definition of a param is empty. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,3c1,7 < Error: Attribute 'shape' is missing in definition of poly 'jps.obstacle_0'. < Error: Attribute 'shape' in definition of poly 'jps.obstacle_1' is not a valid list of positions. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.obstacle_2" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="10.000000,-40.000000 20.000000,-40.000000 20.000000,-50.000000 20.000000,-50.000000 10.000000,-50.000000 10.000000,-50.000000 10.000000,-40.000000"/> <poly id="jps.obstacle_3" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="40.000000,-40.000000"/> <poly id="jps.obstacle_4" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="-70.000000,40.000000 -60.000000,40.000000 -70.000000,40.000000 -60.000000,40.000000"/> <poly id="jps.obstacle_5" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="-70.000000,20.000000 -60.000000,20.000000"/> <poly id="jps.obstacle_6" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="-50.000000,40.000000 -40.000000,40.000000 -40.000000,30.000000 -50.000000,30.000000 -50.000000,40.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'shape' is missing in definition of poly 'jps.obstacle_0'. Error: Attribute 'shape' in definition of poly 'jps.obstacle_1' is not a valid list of positions. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jps.obstacle < TestFunctions: Clicked over position 804 - 499 < TestFunctions: Clicked over position 804 - 199.0 < TestFunctions: Clicked over position 504.0 - 199.0 < TestFunctions: Clicked over position 504.0 - 499 < TestFunctions: Clicked over position 804 - 499 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.obstacle_0" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="0.000000,-10.000000 10.000000,10.000000 0.000000,20.000000 -30.000000,20.000000 -30.000000,-10.000000 -10.000000,-20.000000 0.000000,-10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="top"/> <edge id="center0"/> <edge id="center1"/> <edge id="bot"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="center1 E5 top E0 E1 bot E4 center0"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180.00"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jps.obstacle < TestFunctions: Clicked over position 804 - 499 < TestFunctions: Clicked over position 804 - 199.0 < TestFunctions: Clicked over position 504.0 - 199.0 < TestFunctions: Clicked over position 504.0 - 499 < TestFunctions: Clicked over position 804 - 499 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.obstacle_0" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="0.000000,-20.000000 10.000000,20.000000 -30.000000,20.000000 -30.000000,-10.000000 0.000000,-20.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="top"/> <edge id="center0"/> <edge id="center1"/> <edge id="bot"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="center1 E5 top E0 E1 bot E4 center0"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180.00"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.obstacle_0" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="0.000000,20.000000 10.000000,20.000000 10.000000,10.000000 0.000000,10.000000 0.000000,20.000000"/> <poly id="jps.obstacle_1" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="30.000000,20.000000 30.000000,10.000000 20.000000,10.000000 20.000000,20.000000 30.000000,20.000000"/> <poly id="jps.obstacle_2" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="50.000000,10.000000 40.000000,10.000000 40.000000,20.000000 50.000000,20.000000 50.000000,10.000000"/> <poly id="jps.obstacle_3" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="0.000000,-20.000000 0.000000,-10.000000 10.000000,-10.000000 10.000000,-20.000000 0.000000,-20.000000"/> <poly id="jps.obstacle_4" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="20.000000,-10.000000 30.000000,-10.000000 30.000000,-20.000000 30.000000,-20.000000 20.000000,-20.000000"/> <poly id="jps.obstacle_5" type="jupedsim.obstacle" color="255,204,204" fill="1" layer="2.00" shape="50.000000,-10.000000 50.000000,-20.000000 50.000000,-20.000000 40.000000,-20.000000 40.000000,-10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" walkingareas="true" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="6.26" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 35.40,-19.00"/> </edge> <edge id=":Junction1_2" function="internal"> <lane id=":Junction1_2_0" index="0" disallow="pedestrian" speed="6.94" length="4.22" width="3.00" shape="35.40,-19.00 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_c0" function="crossing" crossingEdges="Edge1 Edge4"> <lane id=":Junction1_c0_0" index="0" allow="pedestrian" speed="2.78" length="6.00" width="4.00" shape="38.00,-17.00 32.00,-17.00" outlineShape="38.00,-15.00 32.00,-15.00 30.00,-17.00 30.00,-15.00 31.95,-15.00 32.00,-19.00 38.00,-19.00 39.41,-19.00 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.96" width="4.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="8.53" width="4.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.walkable_area < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.walkable_area_0" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="-20.000000,10.000000 -30.000000,22.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.walkable_area < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.walkable_area_0" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.walkable_area < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301.0 < TestFunctions: Clicked over position 608.0 - 301.0 < TestFunctions: Clicked over position 608.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.walkable_area_0" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="-20.000000,10.000000 -20.000000,10.000000 -20.000000,10.000000 -20.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,11d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.walkable_area < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.walkable_area_0" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,9d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.walkable_area < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.walkable_area_0" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="-20.000000,10.000000 -30.000000,22.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,17d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.walkable_area < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.walkable_area_0" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> <poly id="jps.walkable_area_1" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,30d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.walkable_area < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < ;;;;;; < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 763 - 201.0 < TestFunctions: Clicked over position 663.0 - 201.0 < TestFunctions: Clicked over position 663.0 - 301 < TestFunctions: Clicked over position 763 - 301 < jps.walkable_area_0 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 763 - 201.0 < TestFunctions: Clicked over position 663.0 - 201.0 < TestFunctions: Clicked over position 663.0 - 301 < TestFunctions: Clicked over position 763 - 301 < custom_ID < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 763 - 201.0 < TestFunctions: Clicked over position 663.0 - 201.0 < TestFunctions: Clicked over position 663.0 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="custom_ID" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="-4.000000,10.000000 -4.000000,22.000000 -14.000000,22.000000 -14.000000,10.000000 -4.000000,10.000000"/> <poly id="jps.walkable_area_0" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,19d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.walkable_area < %%%%%%$$$$ < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < customName < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 763 - 201.0 < TestFunctions: Clicked over position 663.0 - 201.0 < TestFunctions: Clicked over position 663.0 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.walkable_area_0" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" name="%%%%%%$$$$" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> <poly id="jps.walkable_area_1" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" name="customName" shape="-4.000000,10.000000 -4.000000,22.000000 -14.000000,22.000000 -14.000000,10.000000 -4.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,15d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jps.walkableArea < TestFunctions: Clicked over position 514 - 304 < TestFunctions: Clicked over position 514 - 204.0 < TestFunctions: Clicked over position 414.0 - 204.0 < TestFunctions: Clicked over position 414.0 - 304 < TestFunctions: Clicked over position 514 - 304 < TestFunctions: Clicked over position 421 - 304 < TestFunctions: Clicked over position 800 - 304 < TestFunctions: Clicked over position 1130 - 259 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="walkableArea_1" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="10.000000,10.000000 10.000000,20.000000 0.000000,20.000000 0.000000,10.000000 10.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="top"/> <edge id="center0"/> <edge id="center1"/> <edge id="bot"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="100.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="center1 E5 top E0 E1 bot E4 center0"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180.00"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,22d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.walkable_area < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 954 - 201.0 < TestFunctions: Clicked over position 854.0 - 201.0 < TestFunctions: Clicked over position 854.0 - 301 < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 608 - 301 < jps.walkable_area_0 < < ID with spaces < newID < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.walkable_area_1" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="16.000000,10.000000 16.000000,22.000000 6.000000,22.000000 6.000000,10.000000 16.000000,10.000000"/> <poly id="newID" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,15d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.walkable_area < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < %%%$$$;; < customName < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.walkable_area_0" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" name="customName" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,23d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.walkable_area < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyGenericParameters < key1|key2|key3 < key1=value1|key2=value2|key3=value3 < key1=|key2=|key3= < < key1duplicated=value1|key1duplicated=value2|key3=value3 < key1=valueDuplicated|key2=valueDuplicated|key3=valueDuplicated < keyInvalid.;%>%$$=value1|key2=value2|key3=value3 < key1=valueInvalid%;%$<>$$%|key2=value2|key3=value3 < keyFinal1=value1|keyFinal2=value2|keyFinal3=value3 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.walkable_area_0" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"> <param key="keyFinal1" value="value1"/> <param key="keyFinal2" value="value2"/> <param key="keyFinal3" value="value3"/> </poly> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1c1,7 < Error: Shape of a(n) user-supplied shape is broken: the position is neither x,y nor x,y,z. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,17d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jupedsim.walkable_area < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyShape < < 12.00,8.00 < 12.00,8.00 9.00,13.00 12.00,18.00 7.00,15.00 2.00,18.00 5.00,13.00 2.00,8.00 7.00,11.00 12.00,8.00 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.walkable_area_0" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="12.000000,8.000000 9.000000,13.000000 12.000000,18.000000 7.000000,15.000000 2.000000,18.000000 5.000000,13.000000 2.000000,8.000000 7.000000,11.000000 12.000000,8.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Shape of a(n) user-supplied shape is broken: the position is neither x,y nor x,y,z. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,11d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 608 - 301 < %$$%%%%% < customName < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.walkable_area_0" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" name="customName" shape="-4.000000,10.000000 -4.000000,20.000000 -14.000000,20.000000 -14.000000,10.000000 -4.000000,10.000000"> <param key="keyA1" value="valueA1"/> <param key="keyA2" value="valueA2"/> <param key="keyA3" value="valueA3"/> </poly> <poly id="jps.walkable_area_1" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" name="customName" shape="-20.000000,10.000000 -20.000000,20.000000 -30.000000,20.000000 -30.000000,10.000000 -20.000000,10.000000"> <param key="keyB1" value="valueB1"/> <param key="keyB2" value="valueB2"/> <param key="keyB3" value="valueB3"/> </poly> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,19d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyGenericParameters < key1|key2|key3 < key1=value1|key2=value2|key3=value3 < key1=|key2=|key3= < < key1duplicated=value1|key1duplicated=value2|key3=value3 < key1=valueDuplicated|key2=valueDuplicated|key3=valueDuplicated < keyInvalid.;%>%$$=value1|key2=value2|key3=value3 < key1=valueInvalid%;%$<>$$%|key2=value2|key3=value3 < keyFinal1=value1|keyFinal2=value2|keyFinal3=value3 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.walkable_area_0" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" name="areaA" shape="-4.000000,10.000000 -4.000000,20.000000 -14.000000,20.000000 -14.000000,10.000000 -4.000000,10.000000"> <param key="keyFinal1" value="value1"/> <param key="keyFinal2" value="value2"/> <param key="keyFinal3" value="value3"/> </poly> <poly id="jps.walkable_area_1" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" name="areaB" shape="-20.000000,10.000000 -20.000000,20.000000 -30.000000,20.000000 -30.000000,10.000000 -20.000000,10.000000"> <param key="keyFinal1" value="value1"/> <param key="keyFinal2" value="value2"/> <param key="keyFinal3" value="value3"/> </poly> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.walkable_area_0" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="-50.000000,40.000000 -40.000000,40.000000 -40.000000,30.000000 -50.000000,30.000000 -50.000000,40.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,4c1,7 < Error: Attribute 'id' is missing in definition of a poly. < Error: Could not build jupedsim.walkable_area with ID '%%%%;;$$$%' in netedit; ID contains invalid characters. < Error: Could not build jupedsim.walkable_area with ID 'jps.walkable_area_0' in netedit; Declared twice. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.walkable_area_0" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="-50.000000,40.000000 -40.000000,40.000000 -40.000000,30.000000 -50.000000,30.000000 -50.000000,40.000000"/> <poly id="jps.walkable_area_1" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="-30.000000,40.000000 -20.000000,40.000000 -20.000000,30.000000 -30.000000,30.000000 -30.000000,40.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'id' is missing in definition of a poly. Error: Could not build jupedsim.walkable_area with ID '%%%%;;$$$%' in netedit; ID contains invalid characters. Error: Could not build jupedsim.walkable_area with ID 'jps.walkable_area_0' in netedit; Declared twice. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Error: Attribute 'name' in definition of poly 'jps.walkable_area_1' is empty. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.walkable_area_0" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="-50.000000,20.000000 -40.000000,20.000000 -40.000000,10.000000 -50.000000,10.000000 -50.000000,20.000000"/> <poly id="jps.walkable_area_2" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" name="%%%%" shape="-50.000000,-20.000000 -40.000000,-20.000000 -40.000000,-30.000000 -50.000000,-30.000000 -50.000000,-20.000000"/> <poly id="jps.walkable_area_3" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" name="custom name" shape="-50.000000,-20.000000 -40.000000,-20.000000 -40.000000,-30.000000 -50.000000,-30.000000 -50.000000,-20.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'name' in definition of poly 'jps.walkable_area_1' is empty. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,4c1,7 < Error: Attribute 'key' is missing in definition of a param. < Error: Attribute 'key' is missing in definition of a param. < Error: Attribute 'key' in definition of a param is empty. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.walkable_area_0" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="-50.000000,40.000000 -40.000000,40.000000 -40.000000,30.000000 -50.000000,30.000000 -50.000000,40.000000"> <param key="$$key with spaces%%" value="value4"/> <param key="key1" value="value5"/> <param key="key2" value=""/> <param key="key3" value="$$value with spaces%%"/> <param key="keyFinal" value="valueFinal"/> </poly> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'key' is missing in definition of a param. Error: Attribute 'key' is missing in definition of a param. Error: Attribute 'key' in definition of a param is empty. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,3c1,7 < Error: Attribute 'shape' is missing in definition of poly 'jps.walkable_area_0'. < Error: Attribute 'shape' in definition of poly 'jps.walkable_area_1' is not a valid list of positions. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.walkable_area_2" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="10.000000,-40.000000 20.000000,-40.000000 20.000000,-50.000000 20.000000,-50.000000 10.000000,-50.000000 10.000000,-50.000000 10.000000,-40.000000"/> <poly id="jps.walkable_area_3" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="40.000000,-40.000000"/> <poly id="jps.walkable_area_4" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="-70.000000,40.000000 -60.000000,40.000000 -70.000000,40.000000 -60.000000,40.000000"/> <poly id="jps.walkable_area_5" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="-70.000000,20.000000 -60.000000,20.000000"/> <poly id="jps.walkable_area_6" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="-50.000000,40.000000 -40.000000,40.000000 -40.000000,30.000000 -50.000000,30.000000 -50.000000,40.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'shape' is missing in definition of poly 'jps.walkable_area_0'. Error: Attribute 'shape' in definition of poly 'jps.walkable_area_1' is not a valid list of positions. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jps.walkableArea < TestFunctions: Clicked over position 804 - 499 < TestFunctions: Clicked over position 804 - 199.0 < TestFunctions: Clicked over position 504.0 - 199.0 < TestFunctions: Clicked over position 504.0 - 499 < TestFunctions: Clicked over position 804 - 499 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.walkable_area_0" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="0.000000,-10.000000 10.000000,10.000000 0.000000,20.000000 -30.000000,20.000000 -30.000000,-10.000000 -10.000000,-20.000000 0.000000,-10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="top"/> <edge id="center0"/> <edge id="center1"/> <edge id="bot"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="center1 E5 top E0 E1 bot E4 center0"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180.00"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < jps.walkableArea < TestFunctions: Clicked over position 804 - 499 < TestFunctions: Clicked over position 804 - 199.0 < TestFunctions: Clicked over position 504.0 - 199.0 < TestFunctions: Clicked over position 504.0 - 499 < TestFunctions: Clicked over position 804 - 499 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.walkable_area_0" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="0.000000,-20.000000 10.000000,20.000000 -30.000000,20.000000 -30.000000,-10.000000 0.000000,-20.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="top"/> <edge id="center0"/> <edge id="center1"/> <edge id="bot"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="100.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="center1 E5 top E0 E1 bot E4 center0"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180.00"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- JuPedSim elements --> <poly id="jps.walkable_area_0" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="0.000000,20.000000 10.000000,20.000000 10.000000,10.000000 0.000000,10.000000 0.000000,20.000000"/> <poly id="jps.walkable_area_1" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="30.000000,20.000000 30.000000,10.000000 20.000000,10.000000 20.000000,20.000000 30.000000,20.000000"/> <poly id="jps.walkable_area_2" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="50.000000,10.000000 40.000000,10.000000 40.000000,20.000000 50.000000,20.000000 50.000000,10.000000"/> <poly id="jps.walkable_area_3" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="0.000000,-20.000000 0.000000,-10.000000 10.000000,-10.000000 10.000000,-20.000000 0.000000,-20.000000"/> <poly id="jps.walkable_area_4" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="20.000000,-10.000000 30.000000,-10.000000 30.000000,-20.000000 30.000000,-20.000000 20.000000,-20.000000"/> <poly id="jps.walkable_area_5" type="jupedsim.walkable_area" color="179,217,255" fill="1" layer="1.00" shape="50.000000,-10.000000 50.000000,-20.000000 50.000000,-20.000000 40.000000,-20.000000 40.000000,-10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" walkingareas="true" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="6.26" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 35.40,-19.00"/> </edge> <edge id=":Junction1_2" function="internal"> <lane id=":Junction1_2_0" index="0" disallow="pedestrian" speed="6.94" length="4.22" width="3.00" shape="35.40,-19.00 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_c0" function="crossing" crossingEdges="Edge1 Edge4"> <lane id=":Junction1_c0_0" index="0" allow="pedestrian" speed="2.78" length="6.00" width="4.00" shape="38.00,-17.00 32.00,-17.00" outlineShape="38.00,-15.00 32.00,-15.00 30.00,-17.00 30.00,-15.00 31.95,-15.00 32.00,-19.00 38.00,-19.00 39.41,-19.00 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.96" width="4.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="8.53" width="4.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,15d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poi < dummyAngle < TestFunctions: Clicked over position 608 - 301 < 500 < TestFunctions: Clicked over position 763 - 301 < -27 < TestFunctions: Clicked over position 954 - 301 < 45 < TestFunctions: Clicked over position 954 - 401 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" x="-4.00" y="10.00" angle="500.00"/> <poi id="poi_1" color="red" layer="202.00" x="16.00" y="10.00" angle="-27.00"/> <poi id="poi_2" color="red" layer="202.00" x="16.00" y="0.00" angle="45.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poi < TestFunctions: Clicked over position 608 - 301 < Vlue < TestFunctions: Clicked over position 763 - 301 < blue < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="139,131,120" layer="202.00" x="-20.00" y="10.00"/> <poi id="poi_1" color="blue" layer="202.00" x="16.00" y="10.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,8d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poi < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" x="-20.00" y="10.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>elements shapes poi create default ( Last six runs Oct2024 )
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poi < dummyHeight < TestFunctions: Clicked over position 608 - 301 < -3 < TestFunctions: Clicked over position 763 - 301 < 4.4 < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" x="16.00" y="10.00" height="4.40"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,14d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poi < TestFunctions: Clicked over position 608 - 301 < ;;;;;; < TestFunctions: Clicked over position 763 - 301 < poi_0 < TestFunctions: Clicked over position 954 - 301 < customID < TestFunctions: Clicked over position 954 - 401 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="customID" color="red" layer="202.00" x="16.00" y="0.00"/> <poi id="poi_0" color="red" layer="202.00" x="-20.00" y="10.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image '%%$%$&$%$%$'! < Loading failed! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poi < %%$%$&$%$%$ < TestFunctions: Clicked over position 608 - 301 < paris.ico < TestFunctions: Clicked over position 763 - 301 < berlin_icon.ico < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" x="16.00" y="10.00" imgFile="berlin_icon.ico"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load '%%$%$&$%$%$'. Unknown file extension '' for image '%%$%$&$%$%$'! Error: Could not load 'paris.ico'. Loading failed! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poi < dummyLayer < TestFunctions: Clicked over position 608 - 301 < -2 < TestFunctions: Clicked over position 763 - 301 < 6.5 < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="-2.00" x="-4.00" y="10.00"/> <poi id="poi_1" color="red" layer="6.50" x="16.00" y="10.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,11d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poi < %%%%;;;%%% < TestFunctions: Clicked over position 608 - 301 < customName < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" name="%%%%;;;%%%" x="-20.00" y="10.00"/> <poi id="poi_1" color="red" layer="202.00" name="customName" x="-4.00" y="10.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poi < <<poi_test>> < custom type < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" type="custom type" color="red" layer="202.00" x="-20.00" y="10.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poi < dummyWidth < TestFunctions: Clicked over position 608 - 301 < -2 < TestFunctions: Clicked over position 763 - 301 < 2.5 < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" x="16.00" y="10.00" width="2.50"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poi < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 954 - 401 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poi < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyAngle < -12 < 500 < 30 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" x="-20.00" y="10.00" angle="30.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poi < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyColor < 255,255,500 < blue < 125,60,200 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="125,60,200" layer="202.00" x="-20.00" y="10.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poi < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyHeight < -3 < 5 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" x="-20.00" y="10.00" height="5.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,14d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poi < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 608 - 301 < poi_1 < < ID with spaces < newID < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="newID" color="red" layer="202.00" x="-20.00" y="10.00"/> <poi id="poi_1" color="red" layer="202.00" x="-4.00" y="10.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image '%$$%%%%%'! < Loading failed! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poi < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < %$$%%%%% < paris.ico < berlin_icon.ico < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" x="-20.00" y="10.00" imgFile="berlin_icon.ico"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load '%$$%%%%%'. Unknown file extension '' for image '%$$%%%%%'! Error: Could not load 'paris.ico'. Loading failed! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poi < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyLayer < -2 < default < 2 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="2.00" x="-20.00" y="10.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,11d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poi < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < %$$%%%%% < customName < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" name="customName" x="-20.00" y="10.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,19d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poi < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyGenericParameters < key1|key2|key3 < key1=value1|key2=value2|key3=value3 < key1=|key2=|key3= < < key1duplicated=value1|key1duplicated=value2|key3=value3 < key1=valueDuplicated|key2=valueDuplicated|key3=valueDuplicated < keyInvalid.;%>%$$=value1|key2=value2|key3=value3 < key1=valueInvalid%;%$<>$$%|key2=value2|key3=value3 < keyFinal1=value1|keyFinal2=value2|keyFinal3=value3 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" x="-20.00" y="10.00"> <param key="keyFinal1" value="value1"/> <param key="keyFinal2" value="value2"/> <param key="keyFinal3" value="value3"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,11d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poi < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyPosition < 20.40,7.50 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" x="20.40" y="7.50"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,9d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poi < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" x="-20.00" y="10.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poi < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < <<myOwnType>> < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" type="<<myOwnType>>" color="red" layer="202.00" x="-20.00" y="10.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poi < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyWidth < -2 < 5 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" x="-20.00" y="10.00" width="5.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image 'fileA'! < Unknown file extension '' for image 'fileB'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,11d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < dummyAngle < -12 < 500 < 30 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="202.00" name="nameA" x="-20.00" y="10.00" angle="30.00" imgFile="fileA" width="20.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="16.00" name="nameB" x="30.00" y="20.00" angle="30.00" imgFile="fileB" width="19.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! Error: Could not load 'fileB'. Unknown file extension '' for image 'fileB'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image 'fileA'! < Unknown file extension '' for image 'fileB'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,11d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < dummyColor < 255,255,500 < blue < 125,60,200 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="125,60,200" layer="202.00" name="nameA" x="-20.00" y="10.00" angle="18.00" imgFile="fileA" width="20.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="125,60,200" layer="16.00" name="nameB" x="30.00" y="20.00" angle="21.00" imgFile="fileB" width="19.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! Error: Could not load 'fileB'. Unknown file extension '' for image 'fileB'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image 'fileA'! < Unknown file extension '' for image 'fileB'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < dummyHeight < -3 < 5 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="202.00" name="nameA" x="-20.00" y="10.00" angle="18.00" imgFile="fileA" width="20.00" height="5.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="16.00" name="nameB" x="30.00" y="20.00" angle="21.00" imgFile="fileB" width="19.00" height="5.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! Error: Could not load 'fileB'. Unknown file extension '' for image 'fileB'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,6c1,7 < Unknown file extension '' for image 'fileA'! < Unknown file extension '' for image 'fileB'! < Unknown file extension '' for image '%$$%%%%%'! < Loading failed! < Unknown file extension '' for image 'fileB'! < Unknown file extension '' for image 'fileA'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < %$$%%%%% < paris.ico < berlin_icon.ico < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="202.00" name="nameA" x="-20.00" y="10.00" angle="18.00" imgFile="berlin_icon.ico" width="20.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="16.00" name="nameB" x="30.00" y="20.00" angle="21.00" imgFile="berlin_icon.ico" width="19.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! Error: Could not load 'fileB'. Unknown file extension '' for image 'fileB'! Error: Could not load '%$$%%%%%'. Unknown file extension '' for image '%$$%%%%%'! Error: Could not load 'paris.ico'. Loading failed! Error: Could not load 'fileB'. Unknown file extension '' for image 'fileB'! Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image 'fileA'! < Unknown file extension '' for image 'fileB'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,11d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < dummyLayer < -2 < default < 2 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="2.00" name="nameA" x="-20.00" y="10.00" angle="18.00" imgFile="fileA" width="20.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="2.00" name="nameB" x="30.00" y="20.00" angle="21.00" imgFile="fileB" width="19.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! Error: Could not load 'fileB'. Unknown file extension '' for image 'fileB'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image 'fileA'! < Unknown file extension '' for image 'fileB'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,9d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < %$$%%%%% < customName < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="202.00" name="customName" x="-20.00" y="10.00" angle="18.00" imgFile="fileA" width="20.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="16.00" name="customName" x="30.00" y="20.00" angle="21.00" imgFile="fileB" width="19.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! Error: Could not load 'fileB'. Unknown file extension '' for image 'fileB'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image 'fileA'! < Unknown file extension '' for image 'fileB'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,17d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < dummyGenericParameters < key1|key2|key3 < key1=value1|key2=value2|key3=value3 < key1=|key2=|key3= < < key1duplicated=value1|key1duplicated=value2|key3=value3 < key1=valueDuplicated|key2=valueDuplicated|key3=valueDuplicated < keyInvalid.;%>%$$=value1|key2=value2|key3=value3 < key1=valueInvalid%;%$<>$$%|key2=value2|key3=value3 < keyFinal1=value1|keyFinal2=value2|keyFinal3=value3 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="202.00" name="nameA" x="-20.00" y="10.00" angle="18.00" imgFile="fileA" width="20.00" height="15.00"> <param key="keyFinal1" value="value1"/> <param key="keyFinal2" value="value2"/> <param key="keyFinal3" value="value3"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="16.00" name="nameB" x="30.00" y="20.00" angle="21.00" imgFile="fileB" width="19.00" height="32.00"> <param key="keyFinal1" value="value1"/> <param key="keyFinal2" value="value2"/> <param key="keyFinal3" value="value3"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! Error: Could not load 'fileB'. Unknown file extension '' for image 'fileB'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image 'fileA'! < Unknown file extension '' for image 'fileB'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,7d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="202.00" name="nameA" x="-20.00" y="10.00" angle="18.00" imgFile="fileA" width="20.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="16.00" name="nameB" x="30.00" y="20.00" angle="21.00" imgFile="fileB" width="19.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! Error: Could not load 'fileB'. Unknown file extension '' for image 'fileB'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image 'fileA'! < Unknown file extension '' for image 'fileB'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,8d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < <<myOwnType>> < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="<<myOwnType>>" color="red" layer="202.00" name="nameA" x="-20.00" y="10.00" angle="18.00" imgFile="fileA" width="20.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="<<myOwnType>>" color="blue" layer="16.00" name="nameB" x="30.00" y="20.00" angle="21.00" imgFile="fileB" width="19.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! Error: Could not load 'fileB'. Unknown file extension '' for image 'fileB'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image 'fileA'! < Unknown file extension '' for image 'fileB'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < dummyWidth < -2 < 5 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="202.00" name="nameA" x="-20.00" y="10.00" angle="18.00" imgFile="fileA" width="5.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="16.00" name="nameB" x="30.00" y="20.00" angle="21.00" imgFile="fileB" width="5.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! Error: Could not load 'fileB'. Unknown file extension '' for image 'fileB'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Error: Attribute 'angle' in definition of poi 'POI_0' Invalid Number Format (double) dummyAngle. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" color="green" layer="0.00" x="30.00" y="30.00" angle="500.00" imgFile="berlin_icon.ico" width="5.00" height="5.00"/> <poi id="POI_2" color="blue" layer="0.00" x="30.00" y="40.00" angle="-30.00" imgFile="berlin_icon.ico" width="5.00" height="5.00"/> <poi id="POI_3" color="blue" layer="0.00" x="30.00" y="40.00" angle="13.00" imgFile="berlin_icon.ico" width="5.00" height="5.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'angle' in definition of poi 'POI_0' Invalid Number Format (double) dummyAngle. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Error: Attribute 'color' in definition of poi 'POI_1' Invalid color definition 'dummycolor'. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="red" layer="0.00" x="30.00" y="-30.00" width="0.00" height="0.00"/> <poi id="POI_2" color="blue" layer="0.00" x="10.00" y="-30.00" width="0.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'color' in definition of poi 'POI_1' Invalid color definition 'dummycolor'. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="red" layer="202.00" x="-30.00" y="30.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Error: Attribute 'height' in definition of poi 'POI_1' Invalid Number Format (double) dummyHeight. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="red" layer="0.00" x="0.00" y="30.00" width="0.00"/> <poi id="POI_2" color="red" layer="0.00" x="20.00" y="30.00" width="0.00" height="2.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'height' in definition of poi 'POI_1' Invalid Number Format (double) dummyHeight. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,3c1,7 < Error: Attribute 'imgFile' in definition of a poi is empty. < Error: Attribute 'id' is missing in definition of a poi. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="%%%%%···$" color="red" layer="0.00" x="30.00" y="0.00" width="0.00" height="0.00"/> <poi id="POI_0" color="red" layer="0.00" x="30.00" y="-10.00" width="0.00" height="0.00"/> <poi id="POI_1" color="red" layer="0.00" x="30.00" y="-20.00" width="0.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'imgFile' in definition of a poi is empty. Error: Attribute 'id' is missing in definition of a poi. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,3c1,7 < Error: Could not build poi with ID 'POI_0' in netedit; Filename is invalid. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. < Loading failed! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" color="white" layer="0.00" x="30.00" y="10.00" imgFile="paris.ico" width="5.00" height="5.00"/> <poi id="POI_2" color="white" layer="0.00" x="30.00" y="20.00" imgFile="berlin_icon.ico" width="5.00" height="5.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not build poi with ID 'POI_0' in netedit; Filename is invalid. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. Error: Could not load 'paris.ico'. Loading failed! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Error: Attribute 'layer' in definition of poi 'POI_1' Invalid Number Format (double) dummyLayer. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="red" layer="202.00" x="0.00" y="-30.00" width="0.00" height="0.00"/> <poi id="POI_2" color="red" layer="2.35" x="-20.00" y="-30.00" width="0.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'layer' in definition of poi 'POI_1' Invalid Number Format (double) dummyLayer. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="red" layer="202.00" x="0.00" y="-30.00" width="0.00" height="0.00"/> <poi id="POI_1" color="red" layer="202.00" name="%%%%%" x="-10.00" y="-30.00" width="0.00" height="0.00"/> <poi id="POI_2" color="red" layer="202.00" name="customName" x="-20.00" y="-30.00" width="0.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,4c1,7 < Error: Attribute 'key' is missing in definition of a param. < Error: Attribute 'key' is missing in definition of a param. < Error: Attribute 'key' in definition of a param is empty. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="red" layer="0.00" x="-30.00" y="30.00" width="0.00" height="0.00"> <param key="$$key with spaces%%" value="value4"/> <param key="key1" value="value5"/> <param key="key2" value=""/> <param key="key3" value="$$value with spaces%%"/> <param key="keyFinal" value="valueFinal"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'key' is missing in definition of a param. Error: Attribute 'key' is missing in definition of a param. Error: Attribute 'key' in definition of a param is empty. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="red" layer="202.00" x="0.00" y="-30.00" width="0.00" height="0.00"/> <poi id="POI_1" type="%%%%%" color="red" layer="202.00" x="-10.00" y="-30.00" width="0.00" height="0.00"/> <poi id="POI_2" type="customType" color="red" layer="202.00" x="-20.00" y="-30.00" width="0.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Error: Attribute 'width' in definition of poi 'POI_1' Invalid Number Format (double) dummyWidth. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="red" layer="0.00" x="-40.00" y="10.00" height="0.00"/> <poi id="POI_2" color="red" layer="0.00" x="-10.00" y="30.00" width="2.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'width' in definition of poi 'POI_1' Invalid Number Format (double) dummyWidth. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,3c1,7 < Error: X and Y must be be defined together in POIs < Error: Attribute 'x' in definition of poi 'POI_1' Invalid Number Format (double) dummyX. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_2" color="red" layer="0.00" x="-40.00" y="-30.00" width="0.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: X and Y must be be defined together in POIs Error: Attribute 'x' in definition of poi 'POI_1' Invalid Number Format (double) dummyX. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,3c1,7 < Error: X and Y must be be defined together in POIs < Error: Attribute 'y' in definition of poi 'POI_1' Invalid Number Format (double) dummyY. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_2" color="red" layer="0.00" x="-40.00" y="0.00" width="0.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: X and Y must be be defined together in POIs Error: Attribute 'y' in definition of poi 'POI_1' Invalid Number Format (double) dummyY. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,14d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poi < TestFunctions: Clicked over position 954 - 301 < white < 10 < 10 < berlin_icon.ico < TestFunctions: Clicked over position 954 - 401 < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" x="10.00" y="10.00"/> <poi id="poi_1" color="white" layer="202.00" x="10.00" y="-6.00" imgFile="berlin_icon.ico" width="10.00" height="10.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="red" layer="0.00" x="0.00" y="10.00" width="0.00" height="0.00"/> <poi id="POI_1" color="green" layer="0.00" x="10.00" y="10.00" width="0.00" height="0.00"/> <poi id="POI_10" color="orange" layer="0.00" x="10.00" y="-10.00" width="0.00" height="0.00"/> <poi id="POI_11" color="black" layer="0.00" x="0.00" y="-10.00" width="0.00" height="0.00"/> <poi id="POI_2" color="blue" layer="0.00" x="20.00" y="10.00" width="0.00" height="0.00"/> <poi id="POI_3" color="yellow" layer="0.00" x="30.00" y="10.00" width="0.00" height="0.00"/> <poi id="POI_4" color="orange" layer="0.00" x="40.00" y="10.00" width="0.00" height="0.00"/> <poi id="POI_5" color="black" layer="0.00" x="50.00" y="10.00" width="0.00" height="0.00"/> <poi id="POI_6" color="red" layer="0.00" x="50.00" y="-10.00" width="0.00" height="0.00"/> <poi id="POI_7" color="green" layer="0.00" x="40.00" y="-10.00" width="0.00" height="0.00"/> <poi id="POI_8" color="blue" layer="0.00" x="30.00" y="-10.00" width="0.00" height="0.00"/> <poi id="POI_9" color="yellow" layer="0.00" x="20.00" y="-10.00" width="0.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" walkingareas="true" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="6.26" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 35.40,-19.00"/> </edge> <edge id=":Junction1_2" function="internal"> <lane id=":Junction1_2_0" index="0" disallow="pedestrian" speed="6.94" length="4.22" width="3.00" shape="35.40,-19.00 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_c0" function="crossing" crossingEdges="Edge1 Edge4"> <lane id=":Junction1_c0_0" index="0" allow="pedestrian" speed="2.78" length="6.00" width="4.00" shape="38.00,-17.00 32.00,-17.00" outlineShape="38.00,-15.00 32.00,-15.00 30.00,-17.00 30.00,-15.00 31.95,-15.00 32.00,-19.00 38.00,-19.00 39.41,-19.00 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.96" width="4.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="8.53" width="4.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,15d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < dummyAngle < TestFunctions: Clicked over position 608 - 301 < 500 < TestFunctions: Clicked over position 763 - 301 < -27 < TestFunctions: Clicked over position 954 - 301 < 45 < TestFunctions: Clicked over position 954 - 401 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lon="-0.000036" lat="0.000090" angle="500.00"/> <poi id="poi_1" color="red" layer="202.00" lon="0.000144" lat="0.000090" angle="-27.00"/> <poi id="poi_2" color="red" layer="202.00" lon="0.000144" lat="0.000000" angle="45.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < TestFunctions: Clicked over position 608 - 301 < Vlue < TestFunctions: Clicked over position 763 - 301 < blue < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="139,131,120" layer="202.00" lon="-0.000180" lat="0.000090"/> <poi id="poi_1" color="blue" layer="202.00" lon="0.000144" lat="0.000090"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,8d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lon="-0.000180" lat="0.000090"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>elements shapes poigeo create default ( Last six runs Oct2024 )
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < dummyHeight < TestFunctions: Clicked over position 608 - 301 < -3 < TestFunctions: Clicked over position 763 - 301 < 4.4 < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lon="0.000144" lat="0.000090" height="4.40"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,14d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < TestFunctions: Clicked over position 608 - 301 < ;;;;;; < TestFunctions: Clicked over position 763 - 301 < poi_0 < TestFunctions: Clicked over position 954 - 301 < customID < TestFunctions: Clicked over position 954 - 401 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="customID" color="red" layer="202.00" lon="0.000144" lat="0.000000"/> <poi id="poi_0" color="red" layer="202.00" lon="-0.000180" lat="0.000090"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image '%%$%$&$%$%$'! < Loading failed! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < %%$%$&$%$%$ < TestFunctions: Clicked over position 608 - 301 < paris.ico < TestFunctions: Clicked over position 763 - 301 < berlin_icon.ico < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lon="0.000144" lat="0.000090" imgFile="berlin_icon.ico"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load '%%$%$&$%$%$'. Unknown file extension '' for image '%%$%$&$%$%$'! Error: Could not load 'paris.ico'. Loading failed! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < dummyLayer < TestFunctions: Clicked over position 608 - 301 < -2 < TestFunctions: Clicked over position 763 - 301 < 6.5 < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="-2.00" lon="-0.000036" lat="0.000090"/> <poi id="poi_1" color="red" layer="6.50" lon="0.000144" lat="0.000090"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,11d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < %%%%;;;%%% < TestFunctions: Clicked over position 608 - 301 < customName < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" name="%%%%;;;%%%" lon="-0.000180" lat="0.000090"/> <poi id="poi_1" color="red" layer="202.00" name="customName" lon="-0.000036" lat="0.000090"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < <<poi_test>> < custom type < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" type="custom type" color="red" layer="202.00" lon="-0.000180" lat="0.000090"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < dummyWidth < TestFunctions: Clicked over position 608 - 301 < -2 < TestFunctions: Clicked over position 763 - 301 < 2.5 < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lon="0.000144" lat="0.000090" width="2.50"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 954 - 401 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyAngle < -12 < 500 < 30 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lon="-0.000180" lat="0.000090" angle="30.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyColor < 255,255,500 < blue < 125,60,200 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="125,60,200" layer="202.00" lon="-0.000180" lat="0.000090"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyHeight < -3 < 5 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lon="-0.000180" lat="0.000090" height="5.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,14d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 608 - 301 < poi_1 < < ID with spaces < newID < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="newID" color="red" layer="202.00" lon="-0.000180" lat="0.000090"/> <poi id="poi_1" color="red" layer="202.00" lon="-0.000036" lat="0.000090"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image '%$$%%%%%'! < Loading failed! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < %$$%%%%% < paris.ico < berlin_icon.ico < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lon="-0.000180" lat="0.000090" imgFile="berlin_icon.ico"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load '%$$%%%%%'. Unknown file extension '' for image '%$$%%%%%'! Error: Could not load 'paris.ico'. Loading failed! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,11d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyLat < 7.50 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lon="-0.000180" lat="7.500000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyLayer < -2 < default < 2 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="2.00" lon="-0.000180" lat="0.000090"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,11d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyLon < 20.40 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lon="-0.000180" lat="20.400000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < customName < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" name="customName" lon="-0.000180" lat="0.000090"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,19d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyGenericParameters < key1|key2|key3 < key1=value1|key2=value2|key3=value3 < key1=|key2=|key3= < < key1duplicated=value1|key1duplicated=value2|key3=value3 < key1=valueDuplicated|key2=valueDuplicated|key3=valueDuplicated < keyInvalid.;%>%$$=value1|key2=value2|key3=value3 < key1=valueInvalid%;%$<>$$%|key2=value2|key3=value3 < keyFinal1=value1|keyFinal2=value2|keyFinal3=value3 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lon="-0.000180" lat="0.000090"> <param key="keyFinal1" value="value1"/> <param key="keyFinal2" value="value2"/> <param key="keyFinal3" value="value3"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,9d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lon="-0.000180" lat="0.000090"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < <<myOwnType>> < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" type="<<myOwnType>>" color="red" layer="202.00" lon="-0.000180" lat="0.000090"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyWidth < -2 < 5 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lon="-0.000180" lat="0.000090" width="5.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1c1,7 < Unknown file extension '' for image 'fileA'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,11d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < dummyAngle < -12 < 500 < 30 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="202.00" name="nameA" lon="-0.000180" lat="0.000090" angle="30.00" imgFile="fileA" width="20.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="16.00" name="nameB" lon="0.001440" lat="0.000900" angle="30.00" imgFile="fileB" width="19.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1c1,7 < Unknown file extension '' for image 'fileA'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,11d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < dummyColor < 255,255,500 < blue < 125,60,200 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="125,60,200" layer="202.00" name="nameA" lon="-0.000180" lat="0.000090" angle="18.00" imgFile="fileA" width="20.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="125,60,200" layer="16.00" name="nameB" lon="0.001440" lat="0.000900" angle="21.00" imgFile="fileB" width="19.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1c1,7 < Unknown file extension '' for image 'fileA'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < dummyHeight < -3 < 5 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="202.00" name="nameA" lon="-0.000180" lat="0.000090" angle="18.00" imgFile="fileA" width="20.00" height="5.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="16.00" name="nameB" lon="0.001440" lat="0.000900" angle="21.00" imgFile="fileB" width="19.00" height="5.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,4c1,7 < Unknown file extension '' for image 'fileA'! < Unknown file extension '' for image '%$$%%%%%'! < Loading failed! < Unknown file extension '' for image 'fileA'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < %$$%%%%% < paris.ico < berlin_icon.ico < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="202.00" name="nameA" lon="-0.000180" lat="0.000090" angle="18.00" imgFile="berlin_icon.ico" width="20.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="16.00" name="nameB" lon="0.001440" lat="0.000900" angle="21.00" imgFile="berlin_icon.ico" width="19.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! Error: Could not load '%$$%%%%%'. Unknown file extension '' for image '%$$%%%%%'! Error: Could not load 'paris.ico'. Loading failed! Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1c1,7 < Unknown file extension '' for image 'fileA'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,11d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < dummyLayer < -2 < default < 2 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="2.00" name="nameA" lon="-0.000180" lat="0.000090" angle="18.00" imgFile="fileA" width="20.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="2.00" name="nameB" lon="0.001440" lat="0.000900" angle="21.00" imgFile="fileB" width="19.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1c1,7 < Unknown file extension '' for image 'fileA'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,9d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < %$$%%%%% < customName < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="202.00" name="customName" lon="-0.000180" lat="0.000090" angle="18.00" imgFile="fileA" width="20.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="16.00" name="customName" lon="0.001440" lat="0.000900" angle="21.00" imgFile="fileB" width="19.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1c1,7 < Unknown file extension '' for image 'fileA'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,17d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < dummyGenericParameters < key1|key2|key3 < key1=value1|key2=value2|key3=value3 < key1=|key2=|key3= < < key1duplicated=value1|key1duplicated=value2|key3=value3 < key1=valueDuplicated|key2=valueDuplicated|key3=valueDuplicated < keyInvalid.;%>%$$=value1|key2=value2|key3=value3 < key1=valueInvalid%;%$<>$$%|key2=value2|key3=value3 < keyFinal1=value1|keyFinal2=value2|keyFinal3=value3 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="202.00" name="nameA" lon="-0.000180" lat="0.000090" angle="18.00" imgFile="fileA" width="20.00" height="15.00"> <param key="keyFinal1" value="value1"/> <param key="keyFinal2" value="value2"/> <param key="keyFinal3" value="value3"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="16.00" name="nameB" lon="0.001440" lat="0.000900" angle="21.00" imgFile="fileB" width="19.00" height="32.00"> <param key="keyFinal1" value="value1"/> <param key="keyFinal2" value="value2"/> <param key="keyFinal3" value="value3"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1c1,7 < Unknown file extension '' for image 'fileA'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,7d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="202.00" name="nameA" lon="-0.000180" lat="0.000090" angle="18.00" imgFile="fileA" width="20.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="16.00" name="nameB" lon="0.001440" lat="0.000900" angle="21.00" imgFile="fileB" width="19.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1c1,7 < Unknown file extension '' for image 'fileA'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,8d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < <<myOwnType>> < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="<<myOwnType>>" color="red" layer="202.00" name="nameA" lon="-0.000180" lat="0.000090" angle="18.00" imgFile="fileA" width="20.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="<<myOwnType>>" color="blue" layer="16.00" name="nameB" lon="0.001440" lat="0.000900" angle="21.00" imgFile="fileB" width="19.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1c1,7 < Unknown file extension '' for image 'fileA'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < dummyWidth < -2 < 5 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="202.00" name="nameA" lon="-0.000180" lat="0.000090" angle="18.00" imgFile="fileA" width="5.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="16.00" name="nameB" lon="0.001440" lat="0.000900" angle="21.00" imgFile="fileB" width="5.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Error: Attribute 'angle' in definition of poi 'POI_0' Invalid Number Format (double) dummyAngle. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" color="green" layer="0.00" lon="30.000000" lat="30.000000" angle="500.00" imgFile="berlin_icon.ico" width="5.00" height="5.00"/> <poi id="POI_2" color="blue" layer="0.00" lon="30.000000" lat="40.000000" angle="-30.00" imgFile="berlin_icon.ico" width="5.00" height="5.00"/> <poi id="POI_3" color="blue" layer="0.00" lon="30.000000" lat="40.000000" angle="13.00" imgFile="berlin_icon.ico" width="5.00" height="5.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'angle' in definition of poi 'POI_0' Invalid Number Format (double) dummyAngle. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Error: Attribute 'color' in definition of poi 'POI_1' Invalid color definition 'dummycolor'. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="red" layer="0.00" lon="30.000000" lat="-30.000000" width="0.00" height="0.00"/> <poi id="POI_2" color="blue" layer="0.00" lon="10.000000" lat="-30.000000" width="0.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'color' in definition of poi 'POI_1' Invalid color definition 'dummycolor'. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="blue" layer="202.00" lon="-30.000000" lat="30.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Error: Attribute 'height' in definition of poi 'POI_1' Invalid Number Format (double) dummyHeight. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="red" layer="0.00" lon="-0.000000" lat="30.000000" width="0.00"/> <poi id="POI_2" color="red" layer="0.00" lon="20.000000" lat="30.000000" width="0.00" height="2.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'height' in definition of poi 'POI_1' Invalid Number Format (double) dummyHeight. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,3c1,7 < Error: Attribute 'imgFile' in definition of a poi is empty. < Error: Attribute 'id' is missing in definition of a poi. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="%%%%%···$" color="red" layer="0.00" lon="30.000000" lat="0.000000" width="0.00" height="0.00"/> <poi id="POI_0" color="red" layer="0.00" lon="30.000000" lat="-10.000000" width="0.00" height="0.00"/> <poi id="POI_1" color="red" layer="0.00" lon="30.000000" lat="-20.000000" width="0.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'imgFile' in definition of a poi is empty. Error: Attribute 'id' is missing in definition of a poi. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Error: Could not build poi with ID 'POI_0' in netedit; Filename is invalid. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" color="white" layer="0.00" lon="30.000000" lat="10.000000" imgFile="paris.ico" width="5.00" height="5.00"/> <poi id="POI_2" color="white" layer="0.00" lon="30.000000" lat="20.000000" imgFile="berlin_icon.ico" width="5.00" height="5.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not build poi with ID 'POI_0' in netedit; Filename is invalid. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,3c1,7 < Error: lon and lat must be be defined together in POIs < Error: Attribute 'lat' in definition of poi 'POI_1' Invalid Number Format (double) dummyY. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_2" color="red" layer="0.00" lon="-40.000000" lat="0.000000" width="0.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: lon and lat must be be defined together in POIs Error: Attribute 'lat' in definition of poi 'POI_1' Invalid Number Format (double) dummyY. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Error: Attribute 'layer' in definition of poi 'POI_1' Invalid Number Format (double) dummyLayer. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="red" layer="202.00" lon="-0.000000" lat="-30.000000" width="0.00" height="0.00"/> <poi id="POI_2" color="red" layer="2.35" lon="-20.000000" lat="-30.000000" width="0.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'layer' in definition of poi 'POI_1' Invalid Number Format (double) dummyLayer. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,3c1,7 < Error: lon and lat must be be defined together in POIs < Error: Attribute 'lon' in definition of poi 'POI_1' Invalid Number Format (double) dummyX. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_2" color="red" layer="0.00" lon="-40.000000" lat="-30.000000" width="0.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: lon and lat must be be defined together in POIs Error: Attribute 'lon' in definition of poi 'POI_1' Invalid Number Format (double) dummyX. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Error: Attribute 'name' in definition of poi 'POI_1' is empty. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_2" color="red" layer="202.00" name="myName" lon="-20.000000" lat="-30.000000" width="0.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'name' in definition of poi 'POI_1' is empty. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,4c1,7 < Error: Attribute 'key' is missing in definition of a param. < Error: Attribute 'key' is missing in definition of a param. < Error: Attribute 'key' in definition of a param is empty. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="red" layer="0.00" lon="-30.000000" lat="30.000000" width="0.00" height="0.00"> <param key="$$key with spaces%%" value="value4"/> <param key="key1" value="value5"/> <param key="key2" value=""/> <param key="key3" value="$$value with spaces%%"/> <param key="keyFinal" value="valueFinal"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'key' is missing in definition of a param. Error: Attribute 'key' is missing in definition of a param. Error: Attribute 'key' in definition of a param is empty. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Error: Attribute 'type' in definition of a poi is empty. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_2" type="%%%%" color="red" layer="202.00" lon="-20.000000" lat="-30.000000" width="0.00" height="0.00"/> <poi id="POI_3" type="myName" color="red" layer="202.00" lon="-20.000000" lat="-30.000000" width="0.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'type' in definition of a poi is empty. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Error: Attribute 'width' in definition of poi 'POI_1' Invalid Number Format (double) dummyWidth. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="red" layer="0.00" lon="-40.000000" lat="10.000000" height="0.00"/> <poi id="POI_2" color="red" layer="0.00" lon="-10.000000" lat="30.000000" width="2.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'width' in definition of poi 'POI_1' Invalid Number Format (double) dummyWidth. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,14d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiGeo < TestFunctions: Clicked over position 954 - 301 < white < 10 < 10 < berlin_icon.ico < TestFunctions: Clicked over position 954 - 401 < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lon="0.000090" lat="0.000090"/> <poi id="poi_1" color="white" layer="202.00" lon="0.000090" lat="-0.000054" imgFile="berlin_icon.ico" width="10.00" height="10.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="red" layer="0.00" lon="0.000000" lat="10.000000" width="0.00" height="0.00"/> <poi id="POI_1" color="green" layer="0.00" lon="10.000000" lat="10.000000" width="0.00" height="0.00"/> <poi id="POI_10" color="orange" layer="0.00" lon="10.000000" lat="-10.000000" width="0.00" height="0.00"/> <poi id="POI_11" color="black" layer="0.00" lon="0.000000" lat="-10.000000" width="0.00" height="0.00"/> <poi id="POI_2" color="blue" layer="0.00" lon="20.000000" lat="10.000000" width="0.00" height="0.00"/> <poi id="POI_3" color="yellow" layer="0.00" lon="30.000000" lat="10.000000" width="0.00" height="0.00"/> <poi id="POI_4" color="orange" layer="0.00" lon="40.000000" lat="10.000000" width="0.00" height="0.00"/> <poi id="POI_5" color="black" layer="0.00" lon="50.000000" lat="10.000000" width="0.00" height="0.00"/> <poi id="POI_6" color="red" layer="0.00" lon="50.000000" lat="-10.000000" width="0.00" height="0.00"/> <poi id="POI_7" color="green" layer="0.00" lon="40.000000" lat="-10.000000" width="0.00" height="0.00"/> <poi id="POI_8" color="blue" layer="0.00" lon="30.000000" lat="-10.000000" width="0.00" height="0.00"/> <poi id="POI_9" color="yellow" layer="0.00" lon="20.000000" lat="-10.000000" width="0.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" walkingareas="true" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="6.26" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 35.40,-19.00"/> </edge> <edge id=":Junction1_2" function="internal"> <lane id=":Junction1_2_0" index="0" disallow="pedestrian" speed="6.94" length="4.22" width="3.00" shape="35.40,-19.00 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_c0" function="crossing" crossingEdges="Edge1 Edge4"> <lane id=":Junction1_c0_0" index="0" allow="pedestrian" speed="2.78" length="6.00" width="4.00" shape="38.00,-17.00 32.00,-17.00" outlineShape="38.00,-15.00 32.00,-15.00 30.00,-17.00 30.00,-15.00 31.95,-15.00 32.00,-19.00 38.00,-19.00 39.41,-19.00 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.96" width="4.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="8.53" width="4.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,15d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < dummyAngle < TestFunctions: Clicked over position 685 - 611 < 500 < TestFunctions: Clicked over position 1154 - 390 < -27 < TestFunctions: Clicked over position 798 - 194 < 45 < TestFunctions: Clicked over position 781 - 224 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lane="Edge1_1" pos="16.50" height="500.00"/> <poi id="poi_1" color="red" layer="202.00" lane="Edge3_1" pos="27.11" height="45.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < TestFunctions: Clicked over position 685 - 611 < Vlue < TestFunctions: Clicked over position 1154 - 390 < blue < TestFunctions: Clicked over position 798 - 194 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="139,131,120" layer="202.00" lane="Edge0_1" pos="21.36"/> <poi id="poi_1" color="blue" layer="202.00" lane="Edge2_1" pos="28.75"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,8d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < TestFunctions: Clicked over position 685 - 611 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lane="Edge0_1" pos="21.36"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>elements shapes poilane create default ( Last six runs Oct2024 )
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,8d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < TestFunctions: Clicked over position 685 - 611 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lane="Edge0_1" pos="21.36" friendlyPos="1"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < dummyHeight < TestFunctions: Clicked over position 685 - 611 < -3 < TestFunctions: Clicked over position 1154 - 390 < 4.4 < TestFunctions: Clicked over position 798 - 194 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lane="Edge2_1" pos="28.75" height="4.40"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,14d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < TestFunctions: Clicked over position 685 - 611 < ;;;;;; < TestFunctions: Clicked over position 1154 - 390 < poi_0 < TestFunctions: Clicked over position 798 - 194 < customID < TestFunctions: Clicked over position 781 - 224 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="customID" color="red" layer="202.00" lane="Edge3_1" pos="27.11"/> <poi id="poi_0" color="red" layer="202.00" lane="Edge0_1" pos="21.36"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image '%%$%$&$%$%$'! < Loading failed! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < %%$%$&$%$%$ < TestFunctions: Clicked over position 685 - 611 < paris.ico < TestFunctions: Clicked over position 1154 - 390 < berlin_icon.ico < TestFunctions: Clicked over position 798 - 194 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lane="Edge2_1" pos="28.75" imgFile="berlin_icon.ico"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load '%%$%$&$%$%$'. Unknown file extension '' for image '%%$%$&$%$%$'! Error: Could not load 'paris.ico'. Loading failed! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < dummyLayer < TestFunctions: Clicked over position 685 - 611 < -2 < TestFunctions: Clicked over position 1154 - 390 < 6.5 < TestFunctions: Clicked over position 798 - 194 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="-2.00" lane="Edge1_1" pos="16.50"/> <poi id="poi_1" color="red" layer="6.50" lane="Edge2_1" pos="28.75"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,11d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < %%$%$&$%$%$ < TestFunctions: Clicked over position 685 - 611 < customName < TestFunctions: Clicked over position 1154 - 390 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" name="customName" lane="Edge1_1" pos="16.50"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < dummyPosLat < TestFunctions: Clicked over position 685 - 611 < -5 < TestFunctions: Clicked over position 1154 - 390 < 7.5 < TestFunctions: Clicked over position 798 - 194 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lane="Edge1_1" pos="16.50" posLat="-5.00"/> <poi id="poi_1" color="red" layer="202.00" lane="Edge2_1" pos="28.75" posLat="7.50"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,11d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < <<poi_test>> < TestFunctions: Clicked over position 685 - 611 < custom type < TestFunctions: Clicked over position 1154 - 390 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" type="<<poi_test>>" color="red" layer="202.00" lane="Edge0_1" pos="21.36"/> <poi id="poi_1" type="custom type" color="red" layer="202.00" lane="Edge1_1" pos="16.50"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < dummyWidth < TestFunctions: Clicked over position 685 - 611 < -2 < TestFunctions: Clicked over position 1154 - 390 < 2.5 < TestFunctions: Clicked over position 798 - 194 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lane="Edge2_1" pos="28.75" width="2.50"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < TestFunctions: Clicked over position 1154 - 390 < TestFunctions: Clicked over position 685 - 611 < TestFunctions: Clicked over position 1154 - 390 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 1178 - 406 < TestFunctions: Clicked over position 1178 - 406 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Warning: Unused state in tlLogic 'Junction1', program '0' at tl-index 1 Warning: Unused state in tlLogic 'Junction2', program '0' at tl-index 0 ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="6.43" length="8.87" width="3.00" shape="33.50,-13.00 33.16,-15.41 32.12,-17.12 30.41,-18.16 28.00,-18.50"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="4.24" width="2.00" shape="28.00,-17.00 28.00,-15.00 30.00,-13.00 32.00,-13.00 31.89,-14.22 31.56,-15.22 31.00,-16.00 30.22,-16.56 29.22,-16.89"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.43" length="8.87" width="3.00" shape="28.00,18.50 30.41,18.16 32.12,17.12 33.16,15.41 33.50,13.00"/> </edge> <edge id=":Junction2_w0" function="walkingarea"> <lane id=":Junction2_w0_0" index="0" allow="pedestrian" speed="2.78" length="4.24" width="2.00" shape="32.00,13.00 30.00,13.00 28.00,15.00 28.00,17.00 29.22,16.89 30.22,16.56 31.00,16.00 31.56,15.22 31.89,14.22"/> </edge> <edge id=":Junction3_0" function="internal"> <lane id=":Junction3_0_0" index="0" allow="bicycle" speed="8.11" length="14.66" width="1.00" shape="-27.50,20.50 -32.31,20.06 -35.75,18.75 -37.81,16.56 -38.50,13.50"/> <lane id=":Junction3_0_1" index="1" allow="bus" speed="7.86" length="13.72" width="3.00" shape="-27.50,21.50 -31.44,21.00 -34.25,19.50 -35.94,17.00 -36.50,13.50"/> </edge> <edge id=":Junction3_2" function="internal"> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < TestFunctions: Clicked over position 685 - 611 < TestFunctions: Clicked over position 685 - 611 < dummyAngle < -12 < 500 < 30 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lane="Edge0_1" pos="21.36" angle="30.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < TestFunctions: Clicked over position 685 - 611 < TestFunctions: Clicked over position 685 - 611 < dummyColor < 255,255,500 < blue < 125,60,200 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="125,60,200" layer="202.00" lane="Edge0_1" pos="21.36"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,9d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < TestFunctions: Clicked over position 685 - 611 < TestFunctions: Clicked over position 685 - 611 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lane="Edge0_1" pos="21.36" friendlyPos="1"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < TestFunctions: Clicked over position 685 - 611 < TestFunctions: Clicked over position 685 - 611 < dummyHeight < -3 < 6.5 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lane="Edge0_1" pos="21.36" height="6.50"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,14d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < TestFunctions: Clicked over position 685 - 611 < TestFunctions: Clicked over position 1154 - 390 < TestFunctions: Clicked over position 685 - 611 < poi_1 < < ID with spaces < newID < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="newID" color="red" layer="202.00" lane="Edge0_1" pos="21.36"/> <poi id="poi_1" color="red" layer="202.00" lane="Edge1_1" pos="16.50"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image '%$$%%%%%'! < Loading failed! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < TestFunctions: Clicked over position 685 - 611 < TestFunctions: Clicked over position 685 - 611 < %$$%%%%% < paris.ico < berlin_icon.ico < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lane="Edge0_1" pos="21.36" imgFile="berlin_icon.ico"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load '%$$%%%%%'. Unknown file extension '' for image '%$$%%%%%'! Error: Could not load 'paris.ico'. Loading failed! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < TestFunctions: Clicked over position 685 - 611 < TestFunctions: Clicked over position 685 - 611 < dummyLane < < bot_0 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lane="Edge0_1" pos="21.36"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < TestFunctions: Clicked over position 685 - 611 < TestFunctions: Clicked over position 685 - 611 < dummyLayer < -2 < 2.5 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="2.50" lane="Edge0_1" pos="21.36"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,11d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < TestFunctions: Clicked over position 685 - 611 < TestFunctions: Clicked over position 685 - 611 < %$$%%%%% < customName < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" name="customName" lane="Edge0_1" pos="21.36"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,19d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < TestFunctions: Clicked over position 685 - 611 < TestFunctions: Clicked over position 685 - 611 < dummyGenericParameters < key1|key2|key3 < key1=value1|key2=value2|key3=value3 < key1=|key2=|key3= < < key1duplicated=value1|key1duplicated=value2|key3=value3 < key1=valueDuplicated|key2=valueDuplicated|key3=valueDuplicated < keyInvalid.;%>%$$=value1|key2=value2|key3=value3 < key1=valueInvalid%;%$<>$$%|key2=value2|key3=value3 < keyFinal1=value1|keyFinal2=value2|keyFinal3=value3 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lane="Edge0_1" pos="21.36"> <param key="keyFinal1" value="value1"/> <param key="keyFinal2" value="value2"/> <param key="keyFinal3" value="value3"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < TestFunctions: Clicked over position 685 - 611 < TestFunctions: Clicked over position 685 - 611 < dummyPosition < -100 < 200 < 30.5 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lane="Edge0_1" pos="30.50"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < TestFunctions: Clicked over position 685 - 611 < TestFunctions: Clicked over position 685 - 611 < dummyLatPosition < -20 < 15 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lane="Edge0_1" pos="21.36" posLat="15.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,9d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < TestFunctions: Clicked over position 685 - 611 < TestFunctions: Clicked over position 685 - 611 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lane="Edge0_1" pos="21.36"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < TestFunctions: Clicked over position 685 - 611 < TestFunctions: Clicked over position 685 - 611 < <<myOwnType>> < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" type="<<myOwnType>>" color="red" layer="202.00" lane="Edge0_1" pos="21.36"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < TestFunctions: Clicked over position 685 - 611 < TestFunctions: Clicked over position 685 - 611 < dummyWidth < -2 < 5.5 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lane="Edge0_1" pos="21.36" width="5.50"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image 'fileA'! < Unknown file extension '' for image 'fileB'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,11d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 685 - 611 < dummyAngle < -12 < 500 < 30 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="202.00" name="nameA" lane="Edge0_1" pos="21.36" posLat="0.10" friendlyPos="1" angle="30.00" imgFile="fileA" width="20.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="16.00" name="nameB" lane="Edge3_1" pos="26.00" posLat="4.00" angle="30.00" imgFile="fileB" width="19.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! Error: Could not load 'fileB'. Unknown file extension '' for image 'fileB'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image 'fileA'! < Unknown file extension '' for image 'fileB'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,11d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 685 - 611 < dummyColor < 255,255,500 < blue < 125,60,200 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="125,60,200" layer="202.00" name="nameA" lane="Edge0_1" pos="21.36" posLat="0.10" friendlyPos="1" angle="18.00" imgFile="fileA" width="20.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="125,60,200" layer="16.00" name="nameB" lane="Edge3_1" pos="26.00" posLat="4.00" angle="21.00" imgFile="fileB" width="19.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! Error: Could not load 'fileB'. Unknown file extension '' for image 'fileB'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image 'fileA'! < Unknown file extension '' for image 'fileB'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,8d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 685 - 611 < true < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="202.00" name="nameA" lane="Edge0_1" pos="21.36" posLat="0.10" friendlyPos="1" angle="18.00" imgFile="fileA" width="20.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="16.00" name="nameB" lane="Edge3_1" pos="26.00" posLat="4.00" friendlyPos="1" angle="21.00" imgFile="fileB" width="19.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! Error: Could not load 'fileB'. Unknown file extension '' for image 'fileB'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image 'fileA'! < Unknown file extension '' for image 'fileB'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 685 - 611 < dummyHeight < -3 < 6.5 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="202.00" name="nameA" lane="Edge0_1" pos="21.36" posLat="0.10" friendlyPos="1" angle="18.00" imgFile="fileA" width="20.00" height="6.50"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="16.00" name="nameB" lane="Edge3_1" pos="26.00" posLat="4.00" angle="21.00" imgFile="fileB" width="19.00" height="6.50"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! Error: Could not load 'fileB'. Unknown file extension '' for image 'fileB'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,6c1,7 < Unknown file extension '' for image 'fileA'! < Unknown file extension '' for image 'fileB'! < Unknown file extension '' for image '%$$%%%%%'! < Loading failed! < Unknown file extension '' for image 'fileA'! < Unknown file extension '' for image 'fileB'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 685 - 611 < %$$%%%%% < paris.ico < berlin_icon.ico < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="202.00" name="nameA" lane="Edge0_1" pos="21.36" posLat="0.10" friendlyPos="1" angle="18.00" imgFile="berlin_icon.ico" width="20.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="16.00" name="nameB" lane="Edge3_1" pos="26.00" posLat="4.00" angle="21.00" imgFile="berlin_icon.ico" width="19.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! Error: Could not load 'fileB'. Unknown file extension '' for image 'fileB'! Error: Could not load '%$$%%%%%'. Unknown file extension '' for image '%$$%%%%%'! Error: Could not load 'paris.ico'. Loading failed! Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! Error: Could not load 'fileB'. Unknown file extension '' for image 'fileB'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image 'fileA'! < Unknown file extension '' for image 'fileB'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 685 - 611 < dummyLayer < -2 < 2.5 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="2.50" name="nameA" lane="Edge0_1" pos="21.36" posLat="0.10" friendlyPos="1" angle="18.00" imgFile="fileA" width="20.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="2.50" name="nameB" lane="Edge3_1" pos="26.00" posLat="4.00" angle="21.00" imgFile="fileB" width="19.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! Error: Could not load 'fileB'. Unknown file extension '' for image 'fileB'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image 'fileA'! < Unknown file extension '' for image 'fileB'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,9d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 685 - 611 < %$$%%%%% < customName < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="202.00" name="customName" lane="Edge0_1" pos="21.36" posLat="0.10" friendlyPos="1" angle="18.00" imgFile="fileA" width="20.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="16.00" name="customName" lane="Edge3_1" pos="26.00" posLat="4.00" angle="21.00" imgFile="fileB" width="19.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! Error: Could not load 'fileB'. Unknown file extension '' for image 'fileB'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image 'fileA'! < Unknown file extension '' for image 'fileB'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,17d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 685 - 611 < dummyGenericParameters < key1|key2|key3 < key1=value1|key2=value2|key3=value3 < key1=|key2=|key3= < < key1duplicated=value1|key1duplicated=value2|key3=value3 < key1=valueDuplicated|key2=valueDuplicated|key3=valueDuplicated < keyInvalid.;%>%$$=value1|key2=value2|key3=value3 < key1=valueInvalid%;%$<>$$%|key2=value2|key3=value3 < keyFinal1=value1|keyFinal2=value2|keyFinal3=value3 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="202.00" name="nameA" lane="Edge0_1" pos="21.36" posLat="0.10" friendlyPos="1" angle="18.00" imgFile="fileA" width="20.00" height="15.00"> <param key="keyFinal1" value="value1"/> <param key="keyFinal2" value="value2"/> <param key="keyFinal3" value="value3"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="16.00" name="nameB" lane="Edge3_1" pos="26.00" posLat="4.00" angle="21.00" imgFile="fileB" width="19.00" height="32.00"> <param key="keyFinal1" value="value1"/> <param key="keyFinal2" value="value2"/> <param key="keyFinal3" value="value3"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! Error: Could not load 'fileB'. Unknown file extension '' for image 'fileB'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image 'fileA'! < Unknown file extension '' for image 'fileB'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 685 - 611 < dummyLatPosition < -20 < 15 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="202.00" name="nameA" lane="Edge0_1" pos="21.36" posLat="15.00" friendlyPos="1" angle="18.00" imgFile="fileA" width="20.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="16.00" name="nameB" lane="Edge3_1" pos="26.00" posLat="15.00" angle="21.00" imgFile="fileB" width="19.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! Error: Could not load 'fileB'. Unknown file extension '' for image 'fileB'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image 'fileA'! < Unknown file extension '' for image 'fileB'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,7d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 685 - 611 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="202.00" name="nameA" lane="Edge0_1" pos="21.36" posLat="0.10" friendlyPos="1" angle="18.00" imgFile="fileA" width="20.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="16.00" name="nameB" lane="Edge3_1" pos="26.00" posLat="4.00" angle="21.00" imgFile="fileB" width="19.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! Error: Could not load 'fileB'. Unknown file extension '' for image 'fileB'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image 'fileA'! < Unknown file extension '' for image 'fileB'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,8d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 685 - 611 < <<myOwnType>> < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="<<myOwnType>>" color="red" layer="202.00" name="nameA" lane="Edge0_1" pos="21.36" posLat="0.10" friendlyPos="1" angle="18.00" imgFile="fileA" width="20.00" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="<<myOwnType>>" color="blue" layer="16.00" name="nameB" lane="Edge3_1" pos="26.00" posLat="4.00" angle="21.00" imgFile="fileB" width="19.00" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! Error: Could not load 'fileB'. Unknown file extension '' for image 'fileB'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image 'fileA'! < Unknown file extension '' for image 'fileB'! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 685 - 611 < dummyWidth < -2 < 5.5 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" type="typeA" color="red" layer="202.00" name="nameA" lane="Edge0_1" pos="21.36" posLat="0.10" friendlyPos="1" angle="18.00" imgFile="fileA" width="5.50" height="15.00"> <param key="KeyA1" value="valueA1"/> <param key="KeyA2" value="valueA3"/> <param key="KeyA3" value="valueA2"/> </poi> <poi id="POI_2" type="typeA" color="blue" layer="16.00" name="nameB" lane="Edge3_1" pos="26.00" posLat="4.00" angle="21.00" imgFile="fileB" width="5.50" height="32.00"> <param key="KeyB1" value="valueB1"/> <param key="KeyB2" value="valueB3"/> <param key="KeyB3" value="valueB2"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'fileA'. Unknown file extension '' for image 'fileA'! Error: Could not load 'fileB'. Unknown file extension '' for image 'fileB'! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Error: Attribute 'angle' in definition of poi 'POI_0' Invalid Number Format (double) dummyAngle. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" color="green" layer="0.00" lane="Edge1_0" pos="20.00" angle="500.00" imgFile="berlin_icon.ico" width="5.00" height="5.00"/> <poi id="POI_2" color="blue" layer="0.00" lane="Edge2_0" pos="20.00" angle="-30.00" imgFile="berlin_icon.ico" width="5.00" height="5.00"/> <poi id="POI_3" color="blue" layer="0.00" lane="Edge3_0" pos="20.00" angle="13.00" imgFile="berlin_icon.ico" width="5.00" height="5.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'angle' in definition of poi 'POI_0' Invalid Number Format (double) dummyAngle. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Error: Attribute 'color' in definition of poi 'POI_1' Invalid color definition 'dummycolor'. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="red" layer="0.00" lane="Edge0_0" pos="20.00" width="0.00" height="0.00"/> <poi id="POI_2" color="blue" layer="0.00" lane="Edge2_0" pos="20.00" width="0.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'color' in definition of poi 'POI_1' Invalid color definition 'dummycolor'. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="red" layer="202.00" lane="Edge0_0" pos="20.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Error: Attribute 'height' in definition of poi 'POI_1' Invalid Number Format (double) dummyHeight. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="red" layer="0.00" lane="Edge0_0" pos="20.00" width="0.00"/> <poi id="POI_2" color="red" layer="0.00" lane="Edge2_0" pos="20.00" width="0.00" height="2.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'height' in definition of poi 'POI_1' Invalid Number Format (double) dummyHeight. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,3c1,7 < Error: Attribute 'imgFile' in definition of a poi is empty. < Error: Attribute 'id' is missing in definition of a poi. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="%%%%%···$" color="red" layer="0.00" lane="Edge2_0" pos="20.00" width="0.00" height="0.00"/> <poi id="POI_0" color="red" layer="0.00" lane="Edge3_0" pos="20.00" width="0.00" height="0.00"/> <poi id="POI_1" color="red" layer="0.00" lane="Edge4_0" pos="20.00" width="0.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'imgFile' in definition of a poi is empty. Error: Attribute 'id' is missing in definition of a poi. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,3c1,7 < Error: Could not build poi with ID 'POI_0' in netedit; Filename is invalid. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. < Loading failed! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_1" color="white" layer="0.00" lane="Edge1_0" pos="20.00" imgFile="paris.ico" width="5.00" height="5.00"/> <poi id="POI_2" color="white" layer="0.00" lane="Edge2_0" pos="20.00" imgFile="berlin_icon.ico" width="5.00" height="5.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not build poi with ID 'POI_0' in netedit; Filename is invalid. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. Error: Could not load 'paris.ico'. Loading failed! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,3c1,7 < Error: lane and position must be defined together in POIs < Error: Could not build poi 'POI_2' in netedit; lane 'dummyLane' doesn't exist. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="red" layer="0.00" lane="Edge0_0" pos="20.00" width="0.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: lane and position must be defined together in POIs Error: Could not build poi 'POI_2' in netedit; lane 'dummyLane' doesn't exist. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Error: Attribute 'layer' in definition of poi 'POI_1' Invalid Number Format (double) dummyLayer. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="red" layer="202.00" lane="Edge0_0" pos="20.00" width="0.00" height="0.00"/> <poi id="POI_2" color="red" layer="2.35" lane="Edge2_0" pos="20.00" width="0.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'layer' in definition of poi 'POI_1' Invalid Number Format (double) dummyLayer. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="red" layer="202.00" lane="Edge0_0" pos="20.00" width="0.00" height="0.00"/> <poi id="POI_1" color="red" layer="202.00" name="%%%%" lane="Edge1_0" pos="20.00" width="0.00" height="0.00"/> <poi id="POI_2" color="red" layer="202.00" name="customName" lane="Edge2_0" pos="20.00" width="0.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,4c1,7 < Error: Attribute 'key' is missing in definition of a param. < Error: Attribute 'key' is missing in definition of a param. < Error: Attribute 'key' in definition of a param is empty. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="red" layer="0.00" lane="Edge0_0" pos="20.00" width="0.00" height="0.00"> <param key="$$key with spaces%%" value="value4"/> <param key="key1" value="value5"/> <param key="key2" value=""/> <param key="key3" value="$$value with spaces%%"/> <param key="keyFinal" value="valueFinal"/> </poi> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'key' is missing in definition of a param. Error: Attribute 'key' is missing in definition of a param. Error: Attribute 'key' in definition of a param is empty. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,4c1,7 < Error: lane and position must be defined together in POIs < Error: Attribute 'pos' in definition of poi 'POI_1' Invalid Number Format (double) dummyY. < Error: Could not build poi with ID 'POI_3' in netedit; Invalid position over lane. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_2" color="red" layer="0.00" lane="Edge2_0" pos="0.00"/> <poi id="POI_4" color="red" layer="0.00" lane="Edge4_0" pos="20.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: lane and position must be defined together in POIs Error: Attribute 'pos' in definition of poi 'POI_1' Invalid Number Format (double) dummyY. Error: Could not build poi with ID 'POI_3' in netedit; Invalid position over lane. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="red" layer="202.00" lane="Edge0_0" pos="20.00" width="0.00" height="0.00"/> <poi id="POI_1" type="$$%%" color="red" layer="202.00" lane="Edge1_0" pos="20.00" width="0.00" height="0.00"/> <poi id="POI_2" type="customName" color="red" layer="202.00" lane="Edge2_0" pos="20.00" width="0.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Error: Attribute 'width' in definition of poi 'POI_1' Invalid Number Format (double) dummyWidth. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="POI_0" color="red" layer="0.00" lane="Edge0_0" pos="20.00" height="0.00"/> <poi id="POI_2" color="red" layer="0.00" lane="Edge2_0" pos="20.00" width="2.00" height="0.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'width' in definition of poi 'POI_1' Invalid Number Format (double) dummyWidth. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,9d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poiLane < TestFunctions: Clicked over position 649 - 389 < TestFunctions: Clicked over position 649 - 389 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poi id="poi_0" color="red" layer="202.00" lane="EdgeCenter1_1" pos="27.50"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,38c1,7 < Error: Could not build poi 'POI_0' in netedit; lane 'center1_0' doesn't exist. < Error: Could not build poi 'POI_1' in netedit; lane 'center1_0' doesn't exist. < Error: Could not build poi with ID 'POI_10' in netedit; Attribute height cannot be negative. < Error: Could not build poi 'POI_11' in netedit; lane 'center1_0' doesn't exist. < Error: Could not build poi 'POI_12' in netedit; lane 'top_0' doesn't exist. < Error: Could not build poi 'POI_13' in netedit; lane 'center1_0' doesn't exist. < Error: Could not build poi 'POI_14' in netedit; lane 'bot_0' doesn't exist. < Error: Could not build poi 'POI_15' in netedit; lane 'center1_0' doesn't exist. < Error: Could not build poi 'POI_16' in netedit; lane 'bot_0' doesn't exist. < Error: Could not build poi 'POI_17' in netedit; lane 'center1_0' doesn't exist. < Error: Could not build poi 'POI_2' in netedit; lane 'center1_0' doesn't exist. < Error: Could not build poi 'POI_3' in netedit; lane 'center1_0' doesn't exist. < Error: Could not build poi 'POI_4' in netedit; lane 'center1_0' doesn't exist. < Error: Could not build poi 'POI_5' in netedit; lane 'center1_0' doesn't exist. < Error: Could not build poi 'POI_6' in netedit; lane 'center1_0' doesn't exist. < Error: Could not build poi 'POI_7' in netedit; lane 'center1_0' doesn't exist. < Error: Could not build poi with ID 'POI_8' in netedit; Attribute width cannot be negative. < Error: Could not build poi 'POI_9' in netedit; lane 'bot_0' doesn't exist. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. < Error: Could not build poi 'POI_0' in netedit; lane 'center1_0' doesn't exist. < Error: Could not build poi 'POI_1' in netedit; lane 'center1_0' doesn't exist. < Error: Could not build poi with ID 'POI_10' in netedit; Attribute height cannot be negative. < Error: Could not build poi 'POI_11' in netedit; lane 'center1_0' doesn't exist. < Error: Could not build poi 'POI_12' in netedit; lane 'top_0' doesn't exist. < Error: Could not build poi 'POI_13' in netedit; lane 'center1_0' doesn't exist. < Error: Could not build poi 'POI_14' in netedit; lane 'bot_0' doesn't exist. < Error: Could not build poi 'POI_15' in netedit; lane 'center1_0' doesn't exist. < Error: Could not build poi 'POI_16' in netedit; lane 'bot_0' doesn't exist. < Error: Could not build poi 'POI_17' in netedit; lane 'center1_0' doesn't exist. <truncated after showing first 30 lines> ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not build poi 'POI_0' in netedit; lane 'center1_0' doesn't exist. Error: Could not build poi 'POI_1' in netedit; lane 'center1_0' doesn't exist. Error: Could not build poi with ID 'POI_10' in netedit; Attribute height cannot be negative. Error: Could not build poi 'POI_11' in netedit; lane 'center1_0' doesn't exist. Error: Could not build poi 'POI_12' in netedit; lane 'top_0' doesn't exist. Error: Could not build poi 'POI_13' in netedit; lane 'center1_0' doesn't exist. Error: Could not build poi 'POI_14' in netedit; lane 'bot_0' doesn't exist. Error: Could not build poi 'POI_15' in netedit; lane 'center1_0' doesn't exist. Error: Could not build poi 'POI_16' in netedit; lane 'bot_0' doesn't exist. Error: Could not build poi 'POI_17' in netedit; lane 'center1_0' doesn't exist. Error: Could not build poi 'POI_2' in netedit; lane 'center1_0' doesn't exist. Error: Could not build poi 'POI_3' in netedit; lane 'center1_0' doesn't exist. Error: Could not build poi 'POI_4' in netedit; lane 'center1_0' doesn't exist. Error: Could not build poi 'POI_5' in netedit; lane 'center1_0' doesn't exist. Error: Could not build poi 'POI_6' in netedit; lane 'center1_0' doesn't exist. Error: Could not build poi 'POI_7' in netedit; lane 'center1_0' doesn't exist. Error: Could not build poi with ID 'POI_8' in netedit; Attribute width cannot be negative. Error: Could not build poi 'POI_9' in netedit; lane 'bot_0' doesn't exist. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. Error: Could not build poi 'POI_0' in netedit; lane 'center1_0' doesn't exist. Error: Could not build poi 'POI_1' in netedit; lane 'center1_0' doesn't exist. Error: Could not build poi with ID 'POI_10' in netedit; Attribute height cannot be negative. Error: Could not build poi 'POI_11' in netedit; lane 'center1_0' doesn't exist. Error: Could not build poi 'POI_12' in netedit; lane 'top_0' doesn't exist. Error: Could not build poi 'POI_13' in netedit; lane 'center1_0' doesn't exist. Error: Could not build poi 'POI_14' in netedit; lane 'bot_0' doesn't exist. Error: Could not build poi 'POI_15' in netedit; lane 'center1_0' doesn't exist. Error: Could not build poi 'POI_16' in netedit; lane 'bot_0' doesn't exist. Error: Could not build poi 'POI_17' in netedit; lane 'center1_0' doesn't exist. Error: Could not build poi 'POI_2' in netedit; lane 'center1_0' doesn't exist. <truncated after showing first 30 lines> ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" walkingareas="true" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="6.26" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 35.40,-19.00"/> </edge> <edge id=":Junction1_2" function="internal"> <lane id=":Junction1_2_0" index="0" disallow="pedestrian" speed="6.94" length="4.22" width="3.00" shape="35.40,-19.00 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_c0" function="crossing" crossingEdges="Edge1 Edge4"> <lane id=":Junction1_c0_0" index="0" allow="pedestrian" speed="2.78" length="6.00" width="4.00" shape="38.00,-17.00 32.00,-17.00" outlineShape="38.00,-15.00 32.00,-15.00 30.00,-17.00 30.00,-15.00 31.95,-15.00 32.00,-19.00 38.00,-19.00 39.41,-19.00 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.96" width="4.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="8.53" width="4.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,31d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < dummyAngle < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < 365 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 763 - 201.0 < TestFunctions: Clicked over position 663.0 - 201.0 < TestFunctions: Clicked over position 663.0 - 301 < TestFunctions: Clicked over position 763 - 301 < -5 < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 954 - 201.0 < TestFunctions: Clicked over position 854.0 - 201.0 < TestFunctions: Clicked over position 854.0 - 301 < TestFunctions: Clicked over position 954 - 301 < 5 < TestFunctions: Clicked over position 954 - 401 < TestFunctions: Clicked over position 954 - 301.0 < TestFunctions: Clicked over position 854.0 - 301.0 < TestFunctions: Clicked over position 854.0 - 401 < TestFunctions: Clicked over position 954 - 401 < TestFunctions: Clicked over position 304 - 168 <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="0" layer="0.00" shape="-4.000000,10.000000 -4.000000,22.000000 -14.000000,22.000000 -14.000000,10.000000 -4.000000,10.000000" angle="365.00"/> <poly id="po_1" color="red" fill="0" layer="0.00" shape="16.000000,10.000000 16.000000,22.000000 6.000000,22.000000 6.000000,10.000000 16.000000,10.000000" angle="-5.00"/> <poly id="po_2" color="red" fill="0" layer="0.00" shape="16.000000,0.000000 16.000000,10.000000 6.000000,10.000000 6.000000,0.000000 16.000000,0.000000" angle="5.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="0" layer="0.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,24d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < Vlue < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 954 - 201.0 < TestFunctions: Clicked over position 854.0 - 201.0 < TestFunctions: Clicked over position 854.0 - 301 < TestFunctions: Clicked over position 954 - 301 < red < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 763 - 201.0 < TestFunctions: Clicked over position 663.0 - 201.0 < TestFunctions: Clicked over position 663.0 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="139,131,120" fill="0" layer="0.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> <poly id="po_1" color="red" fill="0" layer="0.00" shape="-4.000000,10.000000 -4.000000,22.000000 -14.000000,22.000000 -14.000000,10.000000 -4.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="0" layer="0.00" shape="-20.000000,10.000000 -30.000000,22.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="0" layer="0.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301.0 < TestFunctions: Clicked over position 608.0 - 301.0 < TestFunctions: Clicked over position 608.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="0" layer="0.00" shape="-20.000000,10.000000 -20.000000,10.000000 -20.000000,10.000000 -20.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,11d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="0" layer="0.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,9d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="0" layer="0.00" shape="-20.000000,10.000000 -30.000000,22.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,17d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="0" layer="0.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> <poly id="po_1" color="red" fill="0" layer="0.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="1" layer="0.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,30d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < ;;;;;; < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 763 - 201.0 < TestFunctions: Clicked over position 663.0 - 201.0 < TestFunctions: Clicked over position 663.0 - 301 < TestFunctions: Clicked over position 763 - 301 < po_0 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 763 - 201.0 < TestFunctions: Clicked over position 663.0 - 201.0 < TestFunctions: Clicked over position 663.0 - 301 < TestFunctions: Clicked over position 763 - 301 < custom_ID < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 763 - 201.0 < TestFunctions: Clicked over position 663.0 - 201.0 < TestFunctions: Clicked over position 663.0 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="custom_ID" color="red" fill="0" layer="0.00" shape="-4.000000,10.000000 -4.000000,22.000000 -14.000000,22.000000 -14.000000,10.000000 -4.000000,10.000000"/> <poly id="po_0" color="red" fill="0" layer="0.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image '%%$%$&$%$%$'! < Loading failed! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,26d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < white < %%$%$&$%$%$ < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < paris.ico < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 954 - 201.0 < TestFunctions: Clicked over position 854.0 - 201.0 < TestFunctions: Clicked over position 854.0 - 301 < TestFunctions: Clicked over position 954 - 301 < berlin_icon.ico < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 763 - 201.0 < TestFunctions: Clicked over position 663.0 - 201.0 < TestFunctions: Clicked over position 663.0 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="white" fill="1" layer="0.00" shape="-4.000000,10.000000 -4.000000,22.000000 -14.000000,22.000000 -14.000000,10.000000 -4.000000,10.000000" imgFile="berlin_icon.ico"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load '%%$%$&$%$%$'. Unknown file extension '' for image '%%$%$&$%$%$'! Error: Could not load 'paris.ico'. Loading failed! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,25d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < dummyLayer < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < -2.5 < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 954 - 201.0 < TestFunctions: Clicked over position 854.0 - 201.0 < TestFunctions: Clicked over position 854.0 - 301 < TestFunctions: Clicked over position 954 - 301 < 3 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 763 - 201.0 < TestFunctions: Clicked over position 663.0 - 201.0 < TestFunctions: Clicked over position 663.0 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="0" layer="-2.50" shape="16.000000,10.000000 16.000000,22.000000 6.000000,22.000000 6.000000,10.000000 16.000000,10.000000"/> <poly id="po_1" color="red" fill="0" layer="3.00" shape="-4.000000,10.000000 -4.000000,22.000000 -14.000000,22.000000 -14.000000,10.000000 -4.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,25d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < dummyLineWidth < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < -2.5 < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 954 - 201.0 < TestFunctions: Clicked over position 854.0 - 201.0 < TestFunctions: Clicked over position 854.0 - 301 < TestFunctions: Clicked over position 954 - 301 < 3.2 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 763 - 201.0 < TestFunctions: Clicked over position 663.0 - 201.0 < TestFunctions: Clicked over position 663.0 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="0" lineWidth="3.20" layer="0.00" shape="-4.000000,10.000000 -4.000000,22.000000 -14.000000,22.000000 -14.000000,10.000000 -4.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,19d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < %%%%%%$$$$ < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < customName < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 763 - 201.0 < TestFunctions: Clicked over position 663.0 - 201.0 < TestFunctions: Clicked over position 663.0 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="0" layer="0.00" name="%%%%%%$$$$" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> <poly id="po_1" color="red" fill="0" layer="0.00" name="customName" shape="-4.000000,10.000000 -4.000000,22.000000 -14.000000,22.000000 -14.000000,10.000000 -4.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,14d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < white < berlin_icon.ico < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="white" fill="1" layer="0.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000" imgFile="berlin_icon.ico"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,19d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < <<poly_test>> < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < poly_test < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 954 - 201.0 < TestFunctions: Clicked over position 854.0 - 201.0 < TestFunctions: Clicked over position 854.0 - 301 < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" type="<<poly_test>>" color="red" fill="0" layer="0.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> <poly id="po_1" type="poly_test" color="red" fill="0" layer="0.00" shape="16.000000,10.000000 16.000000,22.000000 6.000000,22.000000 6.000000,10.000000 16.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,15d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 954 - 401 < TestFunctions: Clicked over position 954 - 401 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_noDelete" color="red" fill="0" layer="0.00" shape="2.000000,-4.000000 20.000000,-4.000000 20.000000,14.000000 2.000000,14.000000 2.000000,-4.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,17d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyAngle < -5 < 365 < 10 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="0" layer="0.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000" angle="10.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 420 - 307 < TestFunctions: Clicked over position 420 - 207.0 < TestFunctions: Clicked over position 320.0 - 207.0 < TestFunctions: Clicked over position 320.0 - 307 < TestFunctions: Clicked over position 420 - 307 < TestFunctions: Clicked over position 420 - 307 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="0" layer="0.00" shape="-40.000000,10.000000 -40.000000,20.000000 -50.000000,20.000000 -50.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="top"/> <edge id="center0"/> <edge id="center1"/> <edge id="bot"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="center1 E5 top E0 E1 bot E4 center0"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180.00"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,17d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyColor < 255,255,500 < blue < 125,60,200 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="125,60,200" fill="0" layer="0.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="1" layer="0.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,14d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 420 - 307 < TestFunctions: Clicked over position 420 - 207.0 < TestFunctions: Clicked over position 320.0 - 207.0 < TestFunctions: Clicked over position 320.0 - 307 < TestFunctions: Clicked over position 420 - 307 < TestFunctions: Clicked over position 420 - 307 < -13.00,8.00 -8.00,13.00 -13.00,18.00 -18.00,23.00 -23.00,18.00 -28.00,13.00 -23.00,8.00 -18.00,3.00 -13.00,8.00 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="0" layer="0.00" geo="1" shape="-13.000000,8.000000 -8.000000,13.000000 -13.000000,18.000000 -18.000000,23.000000 -23.000000,18.000000 -28.000000,13.000000 -23.000000,8.000000 -18.000000,3.000000 -13.000000,8.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="top"/> <edge id="center0"/> <edge id="center1"/> <edge id="bot"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="100.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="center1 E5 top E0 E1 bot E4 center0"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180.00"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="0" layer="0.00" geo="1" shape="10.511122,0.000090 10.511122,0.000180 10.511032,0.000180 10.511032,0.000090 10.511122,0.000090"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="top"/> <edge id="center0"/> <edge id="center1"/> <edge id="bot"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="center1 E5 top E0 E1 bot E4 center0"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180.00"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,22d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 954 - 201.0 < TestFunctions: Clicked over position 854.0 - 201.0 < TestFunctions: Clicked over position 854.0 - 301 < TestFunctions: Clicked over position 954 - 301 < TestFunctions: Clicked over position 608 - 301 < poly_1 < < ID with spaces < newID < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="newID" color="red" fill="0" layer="0.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> <poly id="po_1" color="red" fill="0" layer="0.00" shape="16.000000,10.000000 16.000000,22.000000 6.000000,22.000000 6.000000,10.000000 16.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image '%$$%%%%%'! < Loading failed! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,16d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < %$$%%%%% < paris.ico < berlin_icon.ico < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="0" layer="0.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000" imgFile="berlin_icon.ico"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load '%$$%%%%%'. Unknown file extension '' for image '%$$%%%%%'! Error: Could not load 'paris.ico'. Loading failed! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,16d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyLayer < -2 < 2.5 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="0" layer="2.50" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,16d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyLineWidth < -2 < 2.5 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="0" lineWidth="2.50" layer="0.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,15d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < %%%$$$;; < customName < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="0" layer="0.00" name="customName" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,23d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 420 - 307 < TestFunctions: Clicked over position 420 - 207.0 < TestFunctions: Clicked over position 320.0 - 207.0 < TestFunctions: Clicked over position 320.0 - 307 < TestFunctions: Clicked over position 420 - 307 < TestFunctions: Clicked over position 420 - 307 < dummyGenericParameters < key1|key2|key3 < key1=value1|key2=value2|key3=value3 < key1=|key2=|key3= < < key1duplicated=value1|key1duplicated=value2|key3=value3 < key1=valueDuplicated|key2=valueDuplicated|key3=valueDuplicated < keyInvalid.;%>%$$=value1|key2=value2|key3=value3 < key1=valueInvalid%;%$<>$$%|key2=value2|key3=value3 < keyFinal1=value1|keyFinal2=value2|keyFinal3=value3 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="0" layer="0.00" shape="-40.000000,10.000000 -40.000000,20.000000 -50.000000,20.000000 -50.000000,10.000000 -40.000000,10.000000"> <param key="keyFinal1" value="value1"/> <param key="keyFinal2" value="value2"/> <param key="keyFinal3" value="value3"/> </poly> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="0" layer="0.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1c1,7 < Error: Shape of a(n) user-supplied shape is broken: the position is neither x,y nor x,y,z. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,17d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyShape < < 12.00,8.00 < 12.00,8.00 9.00,13.00 12.00,18.00 7.00,15.00 2.00,18.00 5.00,13.00 2.00,8.00 7.00,11.00 12.00,8.00 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="0" layer="0.00" shape="12.000000,8.000000 9.000000,13.000000 12.000000,18.000000 7.000000,15.000000 2.000000,18.000000 5.000000,13.000000 2.000000,8.000000 7.000000,11.000000 12.000000,8.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Shape of a(n) user-supplied shape is broken: the position is neither x,y nor x,y,z. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,14d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 201.0 < TestFunctions: Clicked over position 508.0 - 201.0 < TestFunctions: Clicked over position 508.0 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 608 - 301 < <<myOwnType>> < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" type="<<myOwnType>>" color="red" fill="0" layer="0.00" shape="-20.000000,10.000000 -20.000000,22.000000 -30.000000,22.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyAngle < -5 < 365 < 10 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_0" color="red" fill="0" layer="128.00" shape="-4.000000,10.000000 -4.000000,20.000000 -14.000000,20.000000 -14.000000,10.000000 -4.000000,10.000000" angle="10.00"/> <poly id="poly_1" color="red" fill="0" layer="128.00" shape="-20.000000,10.000000 -20.000000,20.000000 -30.000000,20.000000 -30.000000,10.000000 -20.000000,10.000000" angle="10.00"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,9d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 708 - 308 < TestFunctions: Clicked over position 897 - 308 < TestFunctions: Clicked over position 708 - 308 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_0" color="red" fill="0" layer="128.00" shape="-10.000000,10.000000 -10.000000,20.000000 -30.000000,20.000000 -30.000000,10.000000 -10.000000,10.000000"/> <poly id="poly_1" color="red" fill="0" layer="128.00" shape="30.000000,10.000000 30.000000,20.000000 10.000000,20.000000 10.000000,10.000000 30.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="top"/> <edge id="center0"/> <edge id="center1"/> <edge id="bot"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="center1 E5 top E0 E1 bot E4 center0"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180.00"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,13d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyColor < 255,255,500 < blue < 125,60,200 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_0" color="125,60,200" fill="0" layer="128.00" shape="-4.000000,10.000000 -4.000000,20.000000 -14.000000,20.000000 -14.000000,10.000000 -4.000000,10.000000"/> <poly id="poly_1" color="125,60,200" fill="0" layer="128.00" shape="-20.000000,10.000000 -20.000000,20.000000 -30.000000,20.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 608 - 301 < true < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_0" color="red" fill="1" layer="128.00" shape="-4.000000,10.000000 -4.000000,20.000000 -14.000000,20.000000 -14.000000,10.000000 -4.000000,10.000000"/> <poly id="poly_1" color="red" fill="1" layer="128.00" shape="-20.000000,10.000000 -20.000000,20.000000 -30.000000,20.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,9d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 708 - 308 < TestFunctions: Clicked over position 897 - 308 < TestFunctions: Clicked over position 708 - 308 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_0" color="red" fill="0" layer="128.00" geo="1" shape="10.511140,0.000072 10.511140,0.000162 10.511050,0.000162 10.511050,0.000072 10.511140,0.000072"/> <poly id="poly_1" color="red" fill="0" layer="128.00" geo="1" shape="10.511319,0.000072 10.511319,0.000162 10.511229,0.000162 10.511229,0.000072 10.511319,0.000072"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="top"/> <edge id="center0"/> <edge id="center1"/> <edge id="bot"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="center1 E5 top E0 E1 bot E4 center0"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180.00"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Unknown file extension '' for image '%$$%%%%%'! < Loading failed! --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 608 - 301 < %$$%%%%% < paris.ico < berlin_icon.ico < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_0" color="red" fill="0" layer="128.00" shape="-4.000000,10.000000 -4.000000,20.000000 -14.000000,20.000000 -14.000000,10.000000 -4.000000,10.000000" imgFile="berlin_icon.ico"/> <poly id="poly_1" color="red" fill="0" layer="128.00" shape="-20.000000,10.000000 -20.000000,20.000000 -30.000000,20.000000 -30.000000,10.000000 -20.000000,10.000000" imgFile="berlin_icon.ico"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load '%$$%%%%%'. Unknown file extension '' for image '%$$%%%%%'! Error: Could not load 'paris.ico'. Loading failed! ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyLayer < -2 < 2.5 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_0" color="red" fill="0" layer="2.50" shape="-4.000000,10.000000 -4.000000,20.000000 -14.000000,20.000000 -14.000000,10.000000 -4.000000,10.000000"/> <poly id="poly_1" color="red" fill="0" layer="2.50" shape="-20.000000,10.000000 -20.000000,20.000000 -30.000000,20.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyLineWidth < -2 < 2.5 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_0" color="red" fill="0" lineWidth="2.50" layer="128.00" shape="-4.000000,10.000000 -4.000000,20.000000 -14.000000,20.000000 -14.000000,10.000000 -4.000000,10.000000"/> <poly id="poly_1" color="red" fill="0" lineWidth="2.50" layer="64.00" shape="-20.000000,10.000000 -20.000000,20.000000 -30.000000,20.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,11d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 608 - 301 < %$$%%%%% < customName < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_0" color="red" fill="0" layer="128.00" name="customName" shape="-4.000000,10.000000 -4.000000,20.000000 -14.000000,20.000000 -14.000000,10.000000 -4.000000,10.000000"/> <poly id="poly_1" color="red" fill="0" layer="128.00" name="customName" shape="-20.000000,10.000000 -20.000000,20.000000 -30.000000,20.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,19d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 608 - 301 < dummyGenericParameters < key1|key2|key3 < key1=value1|key2=value2|key3=value3 < key1=|key2=|key3= < < key1duplicated=value1|key1duplicated=value2|key3=value3 < key1=valueDuplicated|key2=valueDuplicated|key3=valueDuplicated < keyInvalid.;%>%$$=value1|key2=value2|key3=value3 < key1=valueInvalid%;%$<>$$%|key2=value2|key3=value3 < keyFinal1=value1|keyFinal2=value2|keyFinal3=value3 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_0" color="red" fill="0" layer="128.00" shape="-4.000000,10.000000 -4.000000,20.000000 -14.000000,20.000000 -14.000000,10.000000 -4.000000,10.000000"> <param key="keyFinal1" value="value1"/> <param key="keyFinal2" value="value2"/> <param key="keyFinal3" value="value3"/> </poly> <poly id="poly_1" color="red" fill="0" layer="128.00" shape="-20.000000,10.000000 -20.000000,20.000000 -30.000000,20.000000 -30.000000,10.000000 -20.000000,10.000000"> <param key="keyFinal1" value="value1"/> <param key="keyFinal2" value="value2"/> <param key="keyFinal3" value="value3"/> </poly> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,9d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_0" color="red" fill="0" layer="128.00" shape="-4.000000,10.000000 -4.000000,20.000000 -14.000000,20.000000 -14.000000,10.000000 -4.000000,10.000000"/> <poly id="poly_1" color="red" fill="0" layer="128.00" shape="-20.000000,10.000000 -20.000000,20.000000 -30.000000,20.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,10d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Clicked over position 608 - 301 < TestFunctions: Clicked over position 763 - 301 < TestFunctions: Clicked over position 608 - 301 < <<myOwnType>> < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_0" type="<<myOwnType>>" color="red" fill="0" layer="128.00" shape="-4.000000,10.000000 -4.000000,20.000000 -14.000000,20.000000 -14.000000,10.000000 -4.000000,10.000000"/> <poly id="poly_1" type="<<myOwnType>>" color="red" fill="0" layer="128.00" shape="-20.000000,10.000000 -20.000000,20.000000 -30.000000,20.000000 -30.000000,10.000000 -20.000000,10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Error: Attribute 'angle' in definition of poly 'poly_0' Invalid Number Format (double) dummyAngle. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_1" color="green" fill="1" layer="0.00" shape="60.000000,-20.000000 60.000000,-30.000000 50.000000,-30.000000 50.000000,-20.000000 60.000000,-20.000000" angle="500.00" imgFile="berlin_icon.ico"/> <poly id="poly_2" color="green" fill="1" layer="0.00" shape="60.000000,-40.000000 60.000000,-50.000000 50.000000,-50.000000 50.000000,-40.000000 60.000000,-40.000000" angle="-30.00" imgFile="berlin_icon.ico"/> <poly id="poly_3" color="green" fill="1" layer="0.00" shape="60.000000,-40.000000 60.000000,-50.000000 50.000000,-50.000000 50.000000,-40.000000 60.000000,-40.000000" angle="12.00" imgFile="berlin_icon.ico"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'angle' in definition of poly 'poly_0' Invalid Number Format (double) dummyAngle. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Error: Attribute 'color' in definition of poly 'poly_1' Invalid color definition 'dummycolor'. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_0" color="red" fill="0" layer="0.00" shape="-10.000000,40.000000 0.000000,40.000000 0.000000,30.000000 -10.000000,30.000000 -10.000000,40.000000"/> <poly id="poly_2" color="red" fill="0" layer="0.00" shape="30.000000,40.000000 40.000000,40.000000 40.000000,30.000000 30.000000,30.000000 30.000000,40.000000"/> <poly id="poly_3" color="red" fill="0" layer="0.00" shape="30.000000,40.000000 40.000000,40.000000 40.000000,30.000000 30.000000,30.000000 30.000000,40.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'color' in definition of poly 'poly_1' Invalid color definition 'dummycolor'. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_0" color="red" fill="0" layer="0.00" shape="-50.000000,40.000000 -40.000000,40.000000 -40.000000,30.000000 -50.000000,30.000000 -50.000000,40.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Error: Attribute 'fill' in definition of poly 'poly_1' Invalid Bool Format dummy. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_0" color="green" fill="0" layer="0.00" shape="30.000000,20.000000 40.000000,20.000000 40.000000,10.000000 30.000000,10.000000 30.000000,20.000000"/> <poly id="poly_2" color="green" fill="1" layer="0.00" shape="30.000000,0.000000 40.000000,0.000000 40.000000,-10.000000 30.000000,-10.000000 30.000000,0.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'fill' in definition of poly 'poly_1' Invalid Bool Format dummy. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,4c1,7 < Error: Attribute 'id' is missing in definition of a poly. < Error: Could not build poly with ID '%%%%;;$$$%' in netedit; ID contains invalid characters. < Error: Could not build poly with ID 'poly_0' in netedit; Declared twice. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_0" color="green" fill="0" layer="0.00" shape="-50.000000,40.000000 -40.000000,40.000000 -40.000000,30.000000 -50.000000,30.000000 -50.000000,40.000000"/> <poly id="poly_1" color="green" fill="0" layer="0.00" shape="-30.000000,40.000000 -20.000000,40.000000 -20.000000,30.000000 -30.000000,30.000000 -30.000000,40.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'id' is missing in definition of a poly. Error: Could not build poly with ID '%%%%;;$$$%' in netedit; ID contains invalid characters. Error: Could not build poly with ID 'poly_0' in netedit; Declared twice. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,3c1,7 < Loading failed! < Error: Attribute 'imgFile' in definition of poly 'poly_2' is empty. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_0" color="green" fill="1" layer="0.00" shape="-70.000000,-40.000000 -60.000000,-40.000000 -60.000000,-50.000000 -70.000000,-50.000000 -70.000000,-40.000000"/> <poly id="poly_1" color="green" fill="1" layer="0.00" shape="-70.000000,-40.000000 -60.000000,-40.000000 -60.000000,-50.000000 -70.000000,-50.000000 -70.000000,-40.000000"/> <poly id="poly_3" color="green" fill="1" layer="0.00" shape="60.000000,20.000000 60.000000,20.000000 60.000000,10.000000 50.000000,10.000000 50.000000,20.000000 60.000000,20.000000" imgFile="berlin_icon.ico"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Could not load 'paris.ico'. Loading failed! Error: Attribute 'imgFile' in definition of poly 'poly_2' is empty. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,2c1,7 < Error: Attribute 'layer' in definition of poly 'poly_1' Invalid Number Format (double) dummyLayer. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_0" color="green" fill="1" layer="0.00" shape="-50.000000,20.000000 -40.000000,20.000000 -40.000000,10.000000 -50.000000,10.000000 -50.000000,20.000000"/> <poly id="poly_2" color="green" fill="1" layer="-3.00" shape="-50.000000,-20.000000 -40.000000,-20.000000 -40.000000,-30.000000 -50.000000,-30.000000 -50.000000,-20.000000"/> <poly id="poly_3" color="green" fill="1" layer="2.50" shape="-50.000000,-20.000000 -40.000000,-20.000000 -40.000000,-30.000000 -50.000000,-30.000000 -50.000000,-20.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'layer' in definition of poly 'poly_1' Invalid Number Format (double) dummyLayer. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,3c1,7 < Error: Attribute 'lineWidth' in definition of poly 'poly_1' Invalid Number Format (double) dummyLineWidth. < Error: Could not build poly with ID 'poly_2' in netedit; Attribute lineWidth cannot be negative. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_0" color="green" fill="1" layer="0.00" shape="-50.000000,20.000000 -40.000000,20.000000 -40.000000,10.000000 -50.000000,10.000000 -50.000000,20.000000"/> <poly id="poly_3" color="green" fill="1" lineWidth="2.50" layer="0.00" shape="-50.000000,-20.000000 -40.000000,-20.000000 -40.000000,-30.000000 -50.000000,-30.000000 -50.000000,-20.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'lineWidth' in definition of poly 'poly_1' Invalid Number Format (double) dummyLineWidth. Error: Could not build poly with ID 'poly_2' in netedit; Attribute lineWidth cannot be negative. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_0" color="green" fill="1" layer="0.00" shape="-50.000000,20.000000 -40.000000,20.000000 -40.000000,10.000000 -50.000000,10.000000 -50.000000,20.000000"/> <poly id="poly_1" color="green" fill="1" layer="0.00" name="%%%%%%%" shape="-50.000000,0.000000 -40.000000,0.000000 -40.000000,-10.000000 -50.000000,-10.000000 -50.000000,0.000000"/> <poly id="poly_2" color="green" fill="1" layer="0.00" name="customName" shape="-50.000000,-20.000000 -40.000000,-20.000000 -40.000000,-30.000000 -50.000000,-30.000000 -50.000000,-20.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,4c1,7 < Error: Attribute 'key' is missing in definition of a param. < Error: Attribute 'key' is missing in definition of a param. < Error: Attribute 'key' in definition of a param is empty. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_0" color="green" fill="0" layer="0.00" shape="-50.000000,40.000000 -40.000000,40.000000 -40.000000,30.000000 -50.000000,30.000000 -50.000000,40.000000"> <param key="$$key with spaces%%" value="value4"/> <param key="key1" value="value5"/> <param key="key2" value=""/> <param key="key3" value="$$value with spaces%%"/> <param key="keyFinal" value="valueFinal"/> </poly> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'key' is missing in definition of a param. Error: Attribute 'key' is missing in definition of a param. Error: Attribute 'key' in definition of a param is empty. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,3c1,7 < Error: Attribute 'relativePath' in definition of poly 'poly_0' Invalid Bool Format dummyrelativepath. < Error: Attribute 'relativePath' in definition of poly 'poly_1' is empty. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_2" color="green" fill="1" layer="0.00" shape="60.000000,-40.000000 60.000000,-50.000000 50.000000,-50.000000 50.000000,-40.000000 60.000000,-40.000000" angle="-30.00" imgFile="berlin_icon.ico"/> <poly id="poly_3" color="green" fill="1" layer="0.00" shape="60.000000,-40.000000 60.000000,-50.000000 50.000000,-50.000000 50.000000,-40.000000 60.000000,-40.000000" angle="-30.00" imgFile="berlin_icon.ico"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'relativePath' in definition of poly 'poly_0' Invalid Bool Format dummyrelativepath. Error: Attribute 'relativePath' in definition of poly 'poly_1' is empty. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 1,3c1,7 < Error: Attribute 'shape' is missing in definition of poly 'poly_01'. < Error: Attribute 'shape' in definition of poly 'poly_02' is not a valid list of positions. < Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. --- > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_03" color="green" fill="1" layer="0.00" shape="10.000000,-40.000000 20.000000,-40.000000 20.000000,-50.000000 20.000000,-50.000000 10.000000,-50.000000 10.000000,-50.000000 10.000000,-40.000000"/> <poly id="poly_04" color="green" fill="1" layer="0.00" shape="40.000000,-40.000000"/> <poly id="poly_05" color="green" fill="1" layer="0.00" shape="-70.000000,40.000000 -60.000000,40.000000 -70.000000,40.000000 -60.000000,40.000000"/> <poly id="poly_06" color="green" fill="1" layer="0.00" shape="-70.000000,20.000000 -60.000000,20.000000"/> <poly id="poly_07" color="green" fill="1" layer="0.00" shape="-50.000000,40.000000 -40.000000,40.000000 -40.000000,30.000000 -50.000000,30.000000 -50.000000,40.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- Error: Attribute 'shape' is missing in definition of poly 'poly_01'. Error: Attribute 'shape' in definition of poly 'poly_02' is not a valid list of positions. Error: Loading of <TEXTTEST_SANDBOX>/additionals.add.xml failed. ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_0" color="green" fill="1" layer="0.00" shape="-50.000000,20.000000 -40.000000,20.000000 -40.000000,10.000000 -50.000000,10.000000 -50.000000,20.000000"/> <poly id="poly_1" type="%%%%%%%" color="green" fill="1" layer="0.00" shape="-50.000000,0.000000 -40.000000,0.000000 -40.000000,-10.000000 -50.000000,-10.000000 -50.000000,0.000000"/> <poly id="poly_2" type="customType" color="green" fill="1" layer="0.00" shape="-50.000000,-20.000000 -40.000000,-20.000000 -40.000000,-30.000000 -50.000000,-30.000000 -50.000000,-20.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 804 - 499 < TestFunctions: Clicked over position 804 - 199.0 < TestFunctions: Clicked over position 504.0 - 199.0 < TestFunctions: Clicked over position 504.0 - 499 < TestFunctions: Clicked over position 804 - 499 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="0" layer="0.00" shape="0.000000,-10.000000 10.000000,10.000000 0.000000,20.000000 -30.000000,20.000000 -30.000000,-10.000000 -10.000000,-20.000000 0.000000,-10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="top"/> <edge id="center0"/> <edge id="center1"/> <edge id="bot"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="center1 E5 top E0 E1 bot E4 center0"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180.00"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,12d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < poly < TestFunctions: Clicked over position 804 - 499 < TestFunctions: Clicked over position 804 - 199.0 < TestFunctions: Clicked over position 504.0 - 199.0 < TestFunctions: Clicked over position 504.0 - 499 < TestFunctions: Clicked over position 804 - 499 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Clicked over position 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="po_0" color="red" fill="0" layer="0.00" shape="0.000000,-20.000000 10.000000,20.000000 -30.000000,20.000000 -30.000000,-10.000000 0.000000,-10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="top"/> <edge id="center0"/> <edge id="center1"/> <edge id="bot"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.41" width="2.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="12.73" width="2.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction2_0" function="internal"> <lane id=":Junction2_0_0" index="0" disallow="pedestrian" speed="6.94" length="10.48" width="3.00" shape="36.50,15.00 36.09,17.84 34.88,19.88 32.84,21.09 30.00,21.50"/> </edge> <edge id=":Junction2_1" function="internal"> <lane id=":Junction2_1_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="30.00,18.50 31.53,18.28 32.62,17.62 33.28,16.53 33.50,15.00"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="center1 E5 top E0 E1 bot E4 center0"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180.00"/> </routes>
---------- Differences in errors ---------- 0a1,7 > Traceback (most recent call last): > File "<TEXTTEST_SANDBOX>/test.py", line 26, in <module> > import neteditTestFunctions as netedit # noqa > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/delphi/gcc/sumo/tests/netedit/neteditTestFunctions.py", line 26, in <module> > import pyautogui > ModuleNotFoundError: No module named 'pyautogui' ---------- Differences in output ---------- 1,4d0 < TestFunctions: Netedit opened successfully < Finding reference < TestFunctions: 'reference.png' found. Position: 304 - 168 < TestFunctions: Netedit closed successfully ---------- New result in exitcode ---------- 1 ---------- Missing result in additionals ---------- <?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"> <!-- Shapes --> <poly id="poly_0" color="red" fill="1" layer="0.00" shape="0.000000,20.000000 10.000000,20.000000 10.000000,10.000000 0.000000,10.000000 0.000000,20.000000"/> <poly id="poly_1" color="green" fill="1" layer="0.00" shape="30.000000,20.000000 30.000000,10.000000 20.000000,10.000000 20.000000,20.000000 30.000000,20.000000"/> <poly id="poly_2" color="blue" fill="1" layer="0.00" shape="50.000000,10.000000 40.000000,10.000000 40.000000,20.000000 50.000000,20.000000 50.000000,10.000000"/> <poly id="poly_3" color="orange" fill="1" layer="0.00" shape="0.000000,-20.000000 0.000000,-10.000000 10.000000,-10.000000 10.000000,-20.000000 0.000000,-20.000000"/> <poly id="poly_4" color="yellow" fill="1" layer="0.00" shape="20.000000,-10.000000 30.000000,-10.000000 30.000000,-20.000000 30.000000,-20.000000 20.000000,-20.000000"/> <poly id="poly_5" color="black" fill="1" layer="0.00" shape="50.000000,-10.000000 50.000000,-20.000000 50.000000,-20.000000 40.000000,-20.000000 40.000000,-10.000000"/> </additional> ---------- Missing result in datas ---------- <?xml version="1.0" encoding="UTF-8"?> <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd"> <interval id="dataSet" begin="0.00" end="3600.00"> <edge id="Edge0"/> <edge id="Edge1"/> <edge id="Edge2"/> <edge id="Edge3"/> <edge id="Edge4"/> <edge id="Edge5"/> </interval> </data> ---------- Missing result in guisettingsoutput ---------- <viewsettings> <viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/> </viewsettings> ---------- Missing result in log ---------- ---------- Missing result in net ---------- <?xml version="1.0" encoding="UTF-8"?> <net version="1.20" junctionCornerDetail="5" walkingareas="true" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> <location netOffset="0.00,0.00" convBoundary="-60.00,-30.00,60.00,30.00" origBoundary="-10000000000.000000,-10000000000.000000,10000000000.000000,10000000000.000000" projParameter="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"/> <edge id=":Junction0_0" function="internal"> <lane id=":Junction0_0_0" index="0" disallow="pedestrian" speed="3.53" length="4.38" width="3.00" shape="-35.00,-18.50 -36.12,-19.25 -36.50,-20.00 -36.12,-20.75 -35.00,-21.50"/> </edge> <edge id=":Junction0_w0" function="walkingarea"> <lane id=":Junction0_w0_0" index="0" allow="pedestrian" speed="2.78" length="8.00" width="2.00" shape="-35.00,-23.00 -35.00,-25.00 -35.00,-15.00 -35.00,-17.00"/> </edge> <edge id=":Junction1_0" function="internal"> <lane id=":Junction1_0_0" index="0" disallow="pedestrian" speed="5.28" length="5.64" width="3.00" shape="33.50,-15.00 33.28,-16.53 32.62,-17.62 31.53,-18.28 30.00,-18.50"/> </edge> <edge id=":Junction1_1" function="internal"> <lane id=":Junction1_1_0" index="0" disallow="pedestrian" speed="6.94" length="6.26" width="3.00" shape="30.00,-21.50 32.84,-21.09 34.88,-19.88 35.40,-19.00"/> </edge> <edge id=":Junction1_2" function="internal"> <lane id=":Junction1_2_0" index="0" disallow="pedestrian" speed="6.94" length="4.22" width="3.00" shape="35.40,-19.00 36.09,-17.84 36.50,-15.00"/> </edge> <edge id=":Junction1_c0" function="crossing" crossingEdges="Edge1 Edge4"> <lane id=":Junction1_c0_0" index="0" allow="pedestrian" speed="2.78" length="6.00" width="4.00" shape="38.00,-17.00 32.00,-17.00" outlineShape="38.00,-15.00 32.00,-15.00 30.00,-17.00 30.00,-15.00 31.95,-15.00 32.00,-19.00 38.00,-19.00 39.41,-19.00 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> </edge> <edge id=":Junction1_w0" function="walkingarea"> <lane id=":Junction1_w0_0" index="0" allow="pedestrian" speed="2.78" length="1.96" width="4.00" shape="30.00,-17.00 30.00,-15.00 32.00,-15.00 31.94,-15.61 31.78,-16.11 31.50,-16.50 31.11,-16.78 30.61,-16.94"/> </edge> <edge id=":Junction1_w1" function="walkingarea"> <lane id=":Junction1_w1_0" index="0" allow="pedestrian" speed="2.78" length="8.53" width="4.00" shape="38.00,-15.00 40.00,-15.00 39.72,-18.06 38.89,-20.56 37.50,-22.50 35.56,-23.89 33.06,-24.72 30.00,-25.00 30.00,-23.00 32.44,-22.78 34.44,-22.11 36.00,-21.00 37.11,-19.44 37.78,-17.44"/> <truncated after showing first 30 lines> ---------- Missing result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <!-- Routes --> <route id="r_0" edges="Edge0 Edge1 Edge2"/> <!-- Vehicles, persons and containers (sorted by depart) --> <flow id="f_0" begin="0.00" route="r_0" end="3600.00" vehsPerHour="180"/> </routes>
#3045 (This bug was triggered by text found in file 'errors' matching 'python: can't open file') ---------- New result in errors ---------- python: can't open file '<TEXTTEST_SANDBOX>/test.py': [Errno 2] No such file or directoryelements shapes poilane create frame latlon ( Last six runs Oct2024 )