Move testcases from brouter-server to their modules

This commit is contained in:
Manuel Fuhr 2022-10-23 10:11:12 +02:00
parent 93e8a81005
commit 3787076839
3 changed files with 3 additions and 6 deletions

View file

@ -1,4 +1,4 @@
package btools.server;
package btools.router;
import java.util.*;
@ -8,10 +8,7 @@ import org.junit.Test;
import java.net.URL;
import java.io.File;
import btools.router.*;
import btools.mapaccess.*;
public class RouterTest {
public class RoutingEngineTest {
private File workingDir;
@Test

View file

@ -1,4 +1,4 @@
package btools.server;
package btools.mapaccess;
import java.io.File;
import java.net.URL;