Skip to content

Commit 75430af

Browse files
committed
minor fix to avoid unicode char file name problems
1 parent f7a5111 commit 75430af

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

reader-osm/src/test/java/com/graphhopper/GraphHopperIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public void testAlternativeRoutesBikeAndCar() {
191191
@Test
192192
public void testPointHint() {
193193
GraphHopper tmpHopper = new GraphHopperOSM().
194-
setOSMFile(DIR + "/Laufamholzstraße.osm.xml").
194+
setOSMFile(DIR + "/Laufamholzstrasse.osm.xml").
195195
setCHEnabled(false).
196196
setGraphHopperLocation(tmpGraphFile).
197197
setEncodingManager(new EncodingManager("car"));

0 commit comments

Comments
 (0)