|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
To unsubscribe from this list please visit:

That test doesn't reproduce the bug because the assertObjectEquals falls back to checking that the XStream serialisation of both are the same. If you add an equals method to the nested AllImplicitTypes class (which tries to access the arrays/collections), you exercise the bug. See revised ImplicitTest2. (Obviously the equals method coded is not correct, but it exercises the bug.) As in the original comment, you may need to run it a few times to get the exception. (Either the first test in the x100 loop fails, or none do.)
P.S. Is there a download on your site anywhere with all the dependencies for the com.thoughtworks.acceptance stuff? I got the source from the source distribution and then manually added dependencies as needed. There were a few I still couldn't find e.g., com.megginson.sax.DataWriter.