--- modello-plugins/modello-plugin-jpox/src/test/java/org/codehaus/modello/plugin/jpox/JPoxJdoMappingModelloGeneratorTest.java.sav 2007-08-15 13:08:27.000000000 +0200 +++ modello-plugins/modello-plugin-jpox/src/test/java/org/codehaus/modello/plugin/jpox/JPoxJdoMappingModelloGeneratorTest.java 2007-08-15 13:08:51.000000000 +0200 @@ -72,7 +72,7 @@ SAXReader reader = new SAXReader(); reader.setEntityResolver( new JdoEntityResolver() ); - Document jdoDocument = reader.read( new File( "target/" + getName() + "/package.jdo" ) ); + Document jdoDocument = reader.read( new File( "modello-plugins/modello-plugin-jpox/target/" + getName() + "/package.jdo" ) ); assertNotNull( jdoDocument );