Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 92350 invoked from network); 15 May 2009 05:41:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 May 2009 05:41:17 -0000 Received: (qmail 89871 invoked by uid 500); 15 May 2009 05:41:17 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 89793 invoked by uid 500); 15 May 2009 05:41:17 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 89783 invoked by uid 500); 15 May 2009 05:41:16 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 89780 invoked by uid 99); 15 May 2009 05:41:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 05:41:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 05:41:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9B618234C1E6 for ; Thu, 14 May 2009 22:40:52 -0700 (PDT) Message-ID: <2015502538.1242366052632.JavaMail.jira@brutus> Date: Thu, 14 May 2009 22:40:52 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Resolved: (CAMEL-1611) IOConverterTest unit test failure In-Reply-To: <1406674841.1242225650671.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1611. -------------------------------- Resolution: Fixed Fix Version/s: 1.6.1 Assignee: Willem Jiang Willem Jiang already fixed this. > 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 > Assignee: Willem Jiang > Fix For: 1.6.1 > > > 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.