Skip to content

Commit

Permalink
patching expected results refs #21
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed May 3, 2024
1 parent c630e1e commit c8187c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/tools/xml/schemaCheck/tests/routes/errors.tools
Original file line number Diff line number Diff line change
Expand Up @@ -681,8 +681,8 @@ netedit/demandelements/vehicletype/load/junctionmodel_params/jm_sigma_minor/rout
netedit/demandelements/vehicletype/load/junctionmodel_params/jm_sigma_minor/routes.rou.xml:50:0:ERROR:SCHEMASV:SCHEMAV_CVC_MAXINCLUSIVE_VALID: Element 'vType', attribute 'jmSigmaMinor': [facet 'maxInclusive'] The value '2.1' is greater than the maximum value allowed ('1').
netedit/demandelements/vehicletype/load/junctionmodel_params/jm_timegap_minor/routes.rou.xml:41:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'vType', attribute 'jmTimegapMinor': 'dummy_jmTimegapMinor' is not a valid value of the atomic type 'nonNegativeFloatType'.
netedit/demandelements/vehicletype/load/junctionmodel_params/jm_timegap_minor/routes.rou.xml:44:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element 'vType', attribute 'jmTimegapMinor': [facet 'minInclusive'] The value '-3' is less than the minimum value allowed ('0').
netedit/demandelements/vehicletype/load/lanechangemodel/routes.rou.xml:41:0:ERROR:SCHEMASV:SCHEMAV_CVC_ENUMERATION_VALID: Element 'vType', attribute 'laneChangeModel': [facet 'enumeration'] The value 'dummyLaneChangeModel' is not an element of the set {'default', 'DK2008', 'LC2013', 'SL2015'}.
netedit/demandelements/vehicletype/load/lanechangemodel/routes.rou.xml:44:0:ERROR:SCHEMASV:SCHEMAV_CVC_ENUMERATION_VALID: Element 'vType', attribute 'laneChangeModel': [facet 'enumeration'] The value '' is not an element of the set {'default', 'DK2008', 'LC2013', 'SL2015'}.
netedit/demandelements/vehicletype/load/lanechangemodel/routes.rou.xml:41:0:ERROR:SCHEMASV:SCHEMAV_CVC_ENUMERATION_VALID: Element 'vType', attribute 'laneChangeModel': [facet 'enumeration'] The value 'dummyLaneChangeModel' is not an element of the set {'default', 'DK2008', 'LC2013', 'LC2013_CC', 'SL2015'}.
netedit/demandelements/vehicletype/load/lanechangemodel/routes.rou.xml:44:0:ERROR:SCHEMASV:SCHEMAV_CVC_ENUMERATION_VALID: Element 'vType', attribute 'laneChangeModel': [facet 'enumeration'] The value '' is not an element of the set {'default', 'DK2008', 'LC2013', 'LC2013_CC', 'SL2015'}.
netedit/demandelements/vehicletype/load/lanechangemodel_params/lc_accel_lat/routes.rou.xml:41:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'vType', attribute 'lcAccelLat': 'dummy_accelLat' is not a valid value of the atomic type 'positiveFloatType'.
netedit/demandelements/vehicletype/load/lanechangemodel_params/lc_accel_lat/routes.rou.xml:44:0:ERROR:SCHEMASV:SCHEMAV_CVC_MINEXCLUSIVE_VALID: Element 'vType', attribute 'lcAccelLat': [facet 'minExclusive'] The value '-3' must be greater than '0'.
netedit/demandelements/vehicletype/load/lanechangemodel_params/lc_accel_lat/routes.rou.xml:47:0:ERROR:SCHEMASV:SCHEMAV_CVC_MINEXCLUSIVE_VALID: Element 'vType', attribute 'lcAccelLat': [facet 'minExclusive'] The value '0' must be greater than '0'.
Expand Down Expand Up @@ -1159,7 +1159,7 @@ sumo/errors/routes/emptyperson/input_routes.rou.xml:6:0:ERROR:SCHEMASV:SCHEMAV_E
sumo/errors/routes/stops/duration_invalid/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'stop', attribute 'duration': '-5' is not a valid value of the union type 'timeType'.
sumo/errors/routes/stops/until_invalid/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'stop', attribute 'until': '-5' is not a valid value of the union type 'timeType'.
sumo/errors/routes/stops/waypoint_speed_invalid/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element 'stop', attribute 'speed': [facet 'minInclusive'] The value '-3' is less than the minimum value allowed ('0').
sumo/lc_model/errors/lcm_unknown/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_ENUMERATION_VALID: Element 'vType', attribute 'laneChangeModel': [facet 'enumeration'] The value 'foo' is not an element of the set {'default', 'DK2008', 'LC2013', 'SL2015'}.
sumo/lc_model/errors/lcm_unknown/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_ENUMERATION_VALID: Element 'vType', attribute 'laneChangeModel': [facet 'enumeration'] The value 'foo' is not an element of the set {'default', 'DK2008', 'LC2013', 'LC2013_CC', 'SL2015'}.
Error on parsing 'sumo/meta/xml_invalid_schema/input_routes.rou.xml'!
Traceback (most recent call last):
File "/scr1/sumo/tests/../tools/build_config/schemaCheck.py", line 62, in validate
Expand Down

0 comments on commit c8187c9

Please sign in to comment.