Ticket #275 (new defect)

Opened 1 month ago

Last modified 3 weeks ago

2 tests fail while building the Kauri source on Windows

Reported by: sdm Assigned to: mpo
Priority: minor Milestone: 0.4
Component: < Upload Control Version: trunk
Keywords: Cc:

Description

When building the Kauri source with "mvn install" on Windows, 2 tests fail:

Failed tests:

testBasicUsage(org.kauriproject.rsrc.upload.FileUploadStoreTest?) testBasicUsageWithExpiry(org.kauriproject.rsrc.upload.FileUploadStoreTest?)

I assume this has something to do with the path where the uploads will be stored. See the attached stacktraces.

Attachments

org.kauriproject.rsrc.upload.FileUploadStoreTest.txt (5.0 kB) - added by sdm on 02/02/10 14:14:12.
FileUploadStoreTest? fails when building Kauri source on Windows

Change History

02/02/10 14:14:12 changed by sdm

  • attachment org.kauriproject.rsrc.upload.FileUploadStoreTest.txt added.

FileUploadStoreTest? fails when building Kauri source on Windows

16/02/10 14:20:04 changed by mpo

r1437 makes sure files are saved in the correct location now (before we were using file://C:/** while file:/C:/** is what java's toURI is returning)

Apparently I'm still facing some weird error "WARNING: Unable to delete the existing file" on windows that doesn't occur on linux... requires more in depth debugging (maybe somebody with a full dev env on windows can give some info on what goes around in reslet's org.restlet.engine.local.FileClientHelper#handleFilePut? ?