mess around with poms to make maven work

This commit is contained in:
dsyer
2008-11-04 22:05:53 +00:00
parent 1251e18bbd
commit 7fdfe6bd34
7 changed files with 32 additions and 15 deletions

View File

@@ -152,6 +152,7 @@ public class FileUtilsTests {
@Before
public void setUp() throws Exception {
file.delete();
Assert.state(!file.exists());
}