mirror of
https://github.com/apache/openjpa.git
synced 2025-02-22 01:55:29 +00:00
OPENJPA-2444 also use target folder in the test itself
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1535692 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4551bbc696
commit
fef5615e53
@ -41,7 +41,7 @@ public class TestUseSchemaElement extends /*TestCase*/ SingleEMFTestCase {
|
||||
|
||||
public void setUp() throws Exception {
|
||||
super.setUp();
|
||||
File f = new File("./orm.xml");
|
||||
File f = new File("target/orm.xml");
|
||||
|
||||
// Make sure to clean up orm.xml from a prior run
|
||||
if (f.exists()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user