commit | 2760cc47b07c93c692cb10e2b40f4944b5a8a15b | [log] [tgz] |
---|---|---|
author | Michael Hanl <hanl@ids-mannheim.de> | Mon Nov 16 19:30:01 2015 +0100 |
committer | Michael Hanl <hanl@ids-mannheim.de> | Mon Nov 16 19:30:01 2015 +0100 |
tree | 1d57a878cc03fce55e60b6397d3ad0f91b637401 | |
parent | 868bbdfa24fb278feb69ae8fbafcccef48b0740b [diff] [blame] |
docdao und post rewrite tests
diff --git a/src/test/java/CollectionRewriteTest.java b/src/test/java/CollectionRewriteTest.java index 995cdf7..60aff50 100644 --- a/src/test/java/CollectionRewriteTest.java +++ b/src/test/java/CollectionRewriteTest.java
@@ -27,7 +27,7 @@ @BeforeClass public static void init() { - BeanConfiguration.loadClasspathContext("default-config.xml"); + BeanConfiguration.loadClasspathContext("test-config.xml"); config = BeanConfiguration.getBeans().getConfiguration(); }