Skip to content

Commit

Permalink
patching expected meta results refs #21, #8389
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 18, 2021
1 parent 55bfd7a commit fcd6742
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion tests/od2trips/meta/help/output.od2trips
@@ -1,4 +1,4 @@
Eclipse SUMO od2trips Version v1_8_0+0635-4f1a99aa91
Eclipse SUMO od2trips Version v1_8_0+1716-cf635e7
Copyright (C) 2001-2021 German Aerospace Center (DLR) and others; https://sumo.dlr.de
Importer of O/D-matrices for the microscopic, multi-modal traffic simulation
SUMO.
Expand Down Expand Up @@ -39,6 +39,10 @@ Output Options:
--persontrips Writes persontrips instead of vehicles
--persontrips.modes STR[] Add modes attribute to personTrips
--ignore-vehicle-type Does not save vtype information
--from-attr STR Defines an alternative from-attribute (i.e.
fromJunction)
--to-attr STR Defines an alternative to-attribute (i.e.
toJunction)

Time Options:
-b, --begin TIME Defines the begin time;
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on Mon Sep 7 12:51:22 2020 by Eclipse SUMO od2trips Version v1_6_0+2011-142405e97b
<!-- generated on Thu Mar 18 16:56:10 2021 by Eclipse SUMO od2trips Version v1_8_0+1716-cf635e7
-->

<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/od2tripsConfiguration.xsd">
Expand Down Expand Up @@ -72,6 +72,12 @@
<!-- Does not save vtype information -->
<ignore-vehicle-type value="false" synonymes="no-vtype" type="BOOL"/>

<!-- Defines an alternative from-attribute (i.e. fromJunction) -->
<from-attr value="from" type="STR"/>

<!-- Defines an alternative to-attribute (i.e. toJunction) -->
<to-attr value="to" type="STR"/>

</output>

<time>
Expand Down
4 changes: 3 additions & 1 deletion tests/od2trips/meta/write_template_full/cfg.od2trips
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on Mon Sep 7 12:51:22 2020 by Eclipse SUMO od2trips Version v1_6_0+2011-142405e97b
<!-- generated on Thu Mar 18 16:56:09 2021 by Eclipse SUMO od2trips Version v1_8_0+1716-cf635e7
-->

<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/od2tripsConfiguration.xsd">
Expand Down Expand Up @@ -32,6 +32,8 @@
<persontrips value="false" type="BOOL" help="Writes persontrips instead of vehicles"/>
<persontrips.modes value="" type="STR[]" help="Add modes attribute to personTrips"/>
<ignore-vehicle-type value="false" synonymes="no-vtype" type="BOOL" help="Does not save vtype information"/>
<from-attr value="from" type="STR" help="Defines an alternative from-attribute (i.e. fromJunction)"/>
<to-attr value="to" type="STR" help="Defines an alternative to-attribute (i.e. toJunction)"/>
</output>

<time>
Expand Down

0 comments on commit fcd6742

Please sign in to comment.