[Major] RuntimeMock now also copies data

This commit is contained in:
Robert von Burg 2013-12-25 19:04:53 +01:00
parent 446c250500
commit 1a6df8bca4
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ import org.junit.BeforeClass;
public abstract class AbstractServiceTest {
private static final String RUNTIME_PATH = "target/strolchRuntime/"; //$NON-NLS-1$
private static final String CONFIG_SRC = "src/test/resources/withPrivilegeRuntime/config"; //$NON-NLS-1$
private static final String CONFIG_SRC = "src/test/resources/withPrivilegeRuntime"; //$NON-NLS-1$
protected static RuntimeMock runtimeMock;
@BeforeClass

View File

@ -35,7 +35,7 @@ import org.junit.Test;
public class NoPrivilegeServiceTest {
private static final String RUNTIME_PATH = "target/strolchRuntime/"; //$NON-NLS-1$
private static final String CONFIG_SRC = "src/test/resources/withoutPrivilegeRuntime/config"; //$NON-NLS-1$
private static final String CONFIG_SRC = "src/test/resources/withoutPrivilegeRuntime"; //$NON-NLS-1$
protected static RuntimeMock runtimeMock;
@BeforeClass