Rename files

This commit is contained in:
Victor Shcherb 2016-05-31 09:40:15 +02:00
parent d2df2be416
commit 0caeef2e2a
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ public class RouteResultPreparationTest {
@BeforeClass @BeforeClass
public static void setUp() throws Exception { 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); File fl = new File(fileName);

View file

@ -75,7 +75,7 @@ public class RouteTestingTest {
@Test @Test
public void testRouting() throws Exception { 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"); RandomAccessFile raf = new RandomAccessFile(fl, "r");
RoutePlannerFrontEnd fe = new RoutePlannerFrontEnd(false); RoutePlannerFrontEnd fe = new RoutePlannerFrontEnd(false);