egueli / TraCI4J

A high-level Java library to communicate with SUMO (Simulation of Urban MObility) through its TraCI protocol.
GNU General Public License v3.0
41 stars 27 forks source link

testAddVehicle fails on API v15 #30

Open berezovskyi opened 6 years ago

berezovskyi commented 6 years ago

This check fails:

assertTrue(conn.getVehicleRepository().getAll().containsKey(id2));

berezovskyi commented 6 years ago

Sumo info:

SUMO Version 0.30.0
 Build features: x86_64-apple-darwin17.2.0 TRACI PROJ GDAL GUI UnitTests Python ffmpeg
 Copyright (C) 2001-2017 DLR and contributors; http://sumo.dlr.de
 License GPLv3+: GNU GPL Version 3 or later <http://gnu.org/licenses/gpl.html>
 Use --help to get the list of options.