I found this on the web that seems to explain why the problem is
occurring...
http://opensource2.atlassian.com/projects/spring/browse/SPR-1518
"Sean Dockery" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>I have a TestCase as follows...
>
> pa
I have a TestCase as follows...
package example;
import java.util.Date;
import junit.framework.TestCase;
public class JavaBeanTest extends TestCase {
public JavaBeanTest(String testName) {
super(testName);
}
public void testThrowawayCopy() throws Exception {
// setup
final JavaBean b