On Jul 16, 2006, at 5:17 AM, Jacek Laskowski wrote:
On 7/14/06, David Blevins <[EMAIL PROTECTED]> wrote:
This test doesn't fail for me. Can you post the error maybe?
At least I can't seem to figure out how this test is releated to
http://jira.codehaus.org/browse/MSUREFIRE-110 and how other tests
seem to be ok.
Not sure what you discovered.
The comment to the issue may help -
http://jira.codehaus.org/browse/MSUREFIRE-110#action_65652. The error
turns up on Windows when CLASSPATH contains a path that in turn
contains spaces. While a serialized object is restored (with the
serialization-incompatible classpath), the exception is thrown that
forced me to disable the test. Since M2 keeps its own repository in
%USERPROFILE%/.m2/repository that does contain spaces (C:\Documents
and Settings\...) and the surefire plugin doesn't normalize the
classpath entries, the test blows up.
That's the part that i don't get. We don't write the serialized form
to a file, it's all in memory. And we serialize in tons of places,
so why would it fail here?
You might try having the tests fork and see if that doesn't help. We
definitely need to get this test back in.
-David