From 7750ba98c54225cc99eaae906a3da0db50e4349d Mon Sep 17 00:00:00 2001 From: afischerdev Date: Sat, 20 May 2023 18:13:08 +0200 Subject: [PATCH] update test with sdbc call null --- .../src/test/java/btools/mapcreator/MapcreatorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brouter-map-creator/src/test/java/btools/mapcreator/MapcreatorTest.java b/brouter-map-creator/src/test/java/btools/mapcreator/MapcreatorTest.java index 562d4d2..aa89d0f 100644 --- a/brouter-map-creator/src/test/java/btools/mapcreator/MapcreatorTest.java +++ b/brouter-map-creator/src/test/java/btools/mapcreator/MapcreatorTest.java @@ -35,7 +35,7 @@ public class MapcreatorTest { File profileCheck = new File(profileDir, "softaccess.brf"); File borderFile = new File(tmpdir, "bordernids.dat"); - new OsmFastCutter().doCut(lookupFile, nodes, ways, nodes55, ways55, borderFile, relFile, resFile, profileAll, profileReport, profileCheck, mapFile); + new OsmFastCutter().doCut(lookupFile, nodes, ways, nodes55, ways55, borderFile, relFile, resFile, profileAll, profileReport, profileCheck, mapFile, null); // run PosUnifier