IOConverterTest unit test failure
---------------------------------
Key: CAMEL-1611
URL: https://issues.apache.org/activemq/browse/CAMEL-1611
Project: Apache Camel
Issue Type: Bug
Components: camel-core
Affects Versions: 1.6.0
Environment: camel 1.6.0 osx 10.5.6, java 1.6
Reporter: Ethan Aubin
The IOConverter unit test fails with
-------------------------------------------------------------------------------
Test set: org.apache.camel.converter.IOConverterTest
-------------------------------------------------------------------------------
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec <<<
FAILURE!
testToBytes(org.apache.camel.converter.IOConverterTest) Time elapsed: 0.003
sec <<< FAILURE!
junit.framework.AssertionFailedError: expected:<!> but was:<
>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:280)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:172)
at junit.framework.Assert.assertEquals(Assert.java:178)
at
org.apache.camel.converter.IOConverterTest.testToBytes(IOConverterTest.java:40)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.