Repository: camel Updated Branches: refs/heads/master b51bda4fa -> 134507a38
Fixed test Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3c718eea Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3c718eea Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3c718eea Branch: refs/heads/master Commit: 3c718eeaed3777e3073580914ba3f2965726fc73 Parents: f9ba2ba Author: Claus Ibsen <davscl...@apache.org> Authored: Thu May 14 13:24:23 2015 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Thu May 14 13:28:54 2015 +0200 ---------------------------------------------------------------------- .../java/org/apache/camel/converter/TypeConverterAwareTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/3c718eea/camel-core/src/test/java/org/apache/camel/converter/TypeConverterAwareTest.java ---------------------------------------------------------------------- diff --git a/camel-core/src/test/java/org/apache/camel/converter/TypeConverterAwareTest.java b/camel-core/src/test/java/org/apache/camel/converter/TypeConverterAwareTest.java index 9b8d87a..51ec1cc 100644 --- a/camel-core/src/test/java/org/apache/camel/converter/TypeConverterAwareTest.java +++ b/camel-core/src/test/java/org/apache/camel/converter/TypeConverterAwareTest.java @@ -29,7 +29,7 @@ public class TypeConverterAwareTest extends ContextTestSupport { assertNotNull(order); assertEquals("AKC4433", order.getName()); - assertEquals("179", order.getPrice().toString()); + assertEquals("179.00", order.getPrice().toString()); assertEquals(3, order.getAmount()); }