Skip to content

Commit a76f643

Browse files
committed
test: use heidelberg file processed through osm-transform
1 parent c8f2cbc commit a76f643

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ors-api/src/test/java/org/heigit/ors/apitests/routing/ResultTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2018,7 +2018,7 @@ void testWheelchairWidthRestriction() {
20182018
.then()
20192019
.assertThat()
20202020
.body("any { it.key == 'routes' }", is(true))
2021-
.body("routes[0].summary.distance", is(158.7f))
2021+
.body("routes[0].summary.distance", is(158.8f))
20222022
.body("routes[0].summary.duration", is(114.3f))
20232023
.statusCode(200);
20242024
}

ors-api/src/test/resources/application-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ors:
1212
maximum_intervals: 10
1313

1414
engine:
15-
source_file: ./src/test/files/heidelberg.osm.gz
15+
source_file: ./src/test/files/heidelberg.ors.pbf
1616
graphs_root_path: graphs-apitests
1717
elevation:
1818
cache_path: ./src/test/files/elevation

0 commit comments

Comments
 (0)