Hello:
I have the same failure:
Code:
[junit] Tests run: 5, Failures: 1, Errors: 0, Time elapsed: 0.262 sec
[junit]
[junit] Testcase: writeMultipart(org.springframework.http.converter.FormHttpMessageConverterTests): FAILED
[junit] expected:<[image/jpeg]> but was:<[application/octet-stream]>
[junit] junit.framework.AssertionFailedError: expected:<[image/jpeg]> but was:<[application/octet-stream]>
[junit] at org.springframework.http.converter.FormHttpMessageConverterTests.writeMultipart(FormHttpMessageConverterTests.java:154)
My environment is Ubuntu 10.10 and:
Code:
javier@BART:~/Documents/git/spring-framework$ mvn --version
Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
Maven home: /usr/local/lib/apache-maven-3.0.3
Java version: 1.6.0_20, vendor: Sun Microsystems Inc.
Java home: /usr/lib/jvm/java-6-openjdk/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.35-30-generic", arch: "amd64", family: "unix"
Any help with this issue?
Thank you very much in advance.