update test with sdbc call null
This commit is contained in:
parent
e362e5c6c0
commit
7750ba98c5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue