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:
Mark Struberg 2013-10-25 11:19:59 +00:00
parent 4551bbc696
commit fef5615e53

View File

@ -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()) {