Re: [compress] patch for SANDBOX-183

2009-02-16 Thread Christian Grobmeier
Hi, > Four of the tests fail if I apply the patch: > > Failed tests: > testDeleteDir(org.apache.commons.compress.changes.ChangeSetTestCase) > testDeletePlusAdd(org.apache.commons.compress.changes.ChangeSetTestCase) > testAddDeleteAdd(org.apache.commons.compress.changes.ChangeSetTestCase) > tes

Re: [compress] patch for SANDBOX-183

2009-02-16 Thread Stefan Bodewig
On 2009-02-15, Christian Grobmeier wrote: > I have improved the testcases for SANDBOX-183. > The patch is attached here: > https://issues.apache.org/jira/browse/SANDBOX-183 Four of the tests fail if I apply the patch: Failed tests: testDeleteDir(org.apache.commons.compress.changes.ChangeSetTe

[compress] patch for SANDBOX-183

2009-02-15 Thread Christian Grobmeier
Hi all, I have improved the testcases for SANDBOX-183. The patch is attached here: https://issues.apache.org/jira/browse/SANDBOX-183 Here are the changes in the patch: ChangeSet: removed System.out.println AbstracTestCase: added a method which adds the src/test/resources folder to the classpath.