Rename files
This commit is contained in:
parent
d2df2be416
commit
0caeef2e2a
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ public class RouteResultPreparationTest {
|
|||
|
||||
@BeforeClass
|
||||
public static void setUp() throws Exception {
|
||||
String fileName = "../../resources/Turn_lanes_test.obf";
|
||||
String fileName = "../../resources/test-resources/Turn_lanes_test.obf";
|
||||
|
||||
File fl = new File(fileName);
|
||||
|
||||
|
|
|
@ -75,7 +75,7 @@ public class RouteTestingTest {
|
|||
|
||||
@Test
|
||||
public void testRouting() throws Exception {
|
||||
String fl = "../../resources/Turn_lanes_test.obf";
|
||||
String fl = "../../resources/test-resources/Turn_lanes_test.obf";
|
||||
RandomAccessFile raf = new RandomAccessFile(fl, "r");
|
||||
RoutePlannerFrontEnd fe = new RoutePlannerFrontEnd(false);
|
||||
|
||||
|
|
Loading…
Reference in a new issue