updated test
This commit is contained in:
parent
859b401c8b
commit
69489c2b7e
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public class MapcreatorTest {
|
|||
File unodes55 = new File(tmpdir, "unodes55");
|
||||
File bordernodes = new File(tmpdir, "bordernodes.dat");
|
||||
unodes55.mkdir();
|
||||
new PosUnifier().process(nodes55, unodes55, borderFile, bordernodes, workingDir.getAbsolutePath());
|
||||
new PosUnifier().process(nodes55, unodes55, borderFile, bordernodes, workingDir.getAbsolutePath(), null);
|
||||
|
||||
// run WayLinker
|
||||
File segments = new File(tmpdir, "segments");
|
||||
|
|
Loading…
Reference in a new issue