On Dec 18, 2007 7:34 PM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote:
> ...are the any outstanding issues?

I tried running "./build.sh junit-tests" on a fresh BRANCH_2_1_X
checkout, and the ZipSourceTestCase.testURIHandling test fails:

  Uri is wrong. expected:<zip:file://[]test.zip!/test.xml> but
was:<zip:file://[/]test.zip!/test.xml>

Not sure what the correct URI should be, i.e. if it's the test or the
code that's wrong.

The test expects this

   final String zipSourceUri = "zip:file://test.zip!/test.xml";

And zipSource.getURI() returns that with three slashes after file:

-Bertrand

Reply via email to