Quote:
[junit]
[junit] Testsuite: org.springframework.core.LocalVariableTableParamet erNameDiscovererTests
[junit] Tests run: 11, Failures: 1, Errors: 0, Time elapsed: 0.187 sec
[junit]
[junit] Testcase: testMemUsage(org.springframework.core.LocalVariabl eTableParameterNameDiscovererTests): FAILED
[junit] null
[junit] junit.framework.AssertionFailedError: null
[junit] at org.springframework.core.LocalVariableTableParamet erNameDiscovererTests.testMemUsage(LocalVariableTa bleParameterNameDiscovererTests.java:202)
[junit]
[junit]
[subant] Leaving directory: /home/sunny/workshop/codes/spring-framework-3.0.5.RELEASE.svn/org.springframework.core
and then the writeMultipart error which you might not notice:
Quote:
[junit]
[junit] Testcase: writeMultipart(org.springframework.http.converter. FormHttpMessageConverterTests): Caused an ERROR
[junit] expected:<[image/jpeg]> but was:<[application/octet-stream]>
[junit] at org.springframework.http.converter.FormHttpMessage ConverterTests.writeMultipart(FormHttpMessageConve rterTests.java:151)
[junit]
[junit]
[subant] Leaving directory: /home/sunny/workshop/codes/spring-framework-3.0.5.RELEASE.svn/org.springframework.web
Would you like to give some suggestions ? TIA.