Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 917C6FCD3 for ; Sat, 27 Apr 2013 10:50:05 +0000 (UTC) Received: (qmail 15125 invoked by uid 500); 27 Apr 2013 10:50:04 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 14787 invoked by uid 500); 27 Apr 2013 10:50:01 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 14743 invoked by uid 99); 27 Apr 2013 10:50:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Apr 2013 10:50:00 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ch007m@gmail.com designates 209.85.160.53 as permitted sender) Received: from [209.85.160.53] (HELO mail-pb0-f53.google.com) (209.85.160.53) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Apr 2013 10:49:54 +0000 Received: by mail-pb0-f53.google.com with SMTP id un15so1406029pbc.40 for ; Sat, 27 Apr 2013 03:49:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=dGsAykuzdC5dYjqhCrinent+oLNYG5nmvTgGTDYqLdM=; b=0TwpGL02qXYACvC8WFKfM2hx/csKRG5bW4CKc5xIIn7FU9VxJGHUvLhM1oAN3HCvBH ivYMNGektCfgtFzYiTiGGCAZrIdwBZ3SHLPkSOjG5YnVAF1uQ2j3PpQDDqrMhnfZcUMe LzA0kscZWJYqYTCCXED53Ghu4SqhWEypFjNp7G3zLOy3M8naqXfjJikpSXuEbRwoc8xW 6ZSpT9goFI2bndzxx+85Hyj6gs4UgdQ0/MPyqbcFnuHxtenJpY7Vb2GNVK7C/mAkGjTT BQB6hApG8tPMv2cCeqOFZvLKrZwafO12a+Hf7Qc24P5WPppeniPS+levhDzB0onRQXq2 HqYg== MIME-Version: 1.0 X-Received: by 10.66.222.228 with SMTP id qp4mr51207959pac.113.1367059773293; Sat, 27 Apr 2013 03:49:33 -0700 (PDT) Received: by 10.70.73.66 with HTTP; Sat, 27 Apr 2013 03:49:33 -0700 (PDT) In-Reply-To: <1367053560831-5731667.post@n5.nabble.com> References: <1366124679735-5730980.post@n5.nabble.com> <1366225028075-5731037.post@n5.nabble.com> <1366299292709-5731093.post@n5.nabble.com> <1367053560831-5731667.post@n5.nabble.com> Date: Sat, 27 Apr 2013 12:49:33 +0200 Message-ID: Subject: Re: Bindy fixed length From: Charles Moulliard To: users@camel.apache.org Content-Type: multipart/alternative; boundary=047d7b5d88872c8afa04db556840 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b5d88872c8afa04db556840 Content-Type: text/plain; charset=ISO-8859-1 Will have a look tomorrow to solve the bug. On Sat, Apr 27, 2013 at 11:06 AM, Babak Vahdat wrote: > Hi Charles, > > This new test being committed into trunk is failing for me: > > ~/dev/workspace/camel/components/camel-bindy>mvn test > -Dtest=BindySimpleFixedLengthWithLinkTest > [INFO] Scanning for projects... > [INFO] > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Camel :: Bindy 2.12-SNAPSHOT > [INFO] > ------------------------------------------------------------------------ > [INFO] > [INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @ camel-bindy > --- > [INFO] > [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ > camel-bindy > --- > [INFO] > [INFO] >>> > camel-package-maven-plugin:2.12-SNAPSHOT:generate-components-list > (default) @ camel-bindy >>> > [INFO] > [INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @ camel-bindy > --- > [INFO] > [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ > camel-bindy > --- > [INFO] > [INFO] <<< > camel-package-maven-plugin:2.12-SNAPSHOT:generate-components-list > (default) @ camel-bindy <<< > [INFO] > [INFO] --- > camel-package-maven-plugin:2.12-SNAPSHOT:generate-components-list > (default) @ camel-bindy --- > [INFO] > [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ > camel-bindy --- > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] Copying 5 resources > [INFO] Copying 3 resources > [INFO] > [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ > camel-bindy --- > [INFO] Nothing to compile - all classes are up to date > [INFO] > [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) > @ camel-bindy --- > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] Copying 41 resources > [INFO] Copying 3 resources > [INFO] > [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ > camel-bindy --- > [INFO] Nothing to compile - all classes are up to date > [INFO] > [INFO] --- maven-surefire-plugin:2.13:test (default-test) @ camel-bindy --- > [INFO] Surefire report directory: > > /Users/bvahdat/dev/workspace/camel/components/camel-bindy/target/surefire-reports > > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running > > org.apache.camel.dataformat.bindy.fixed.link.BindySimpleFixedLengthWithLinkTest > Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.42 sec > <<< > FAILURE! > > testUnmarshallMessage(org.apache.camel.dataformat.bindy.fixed.link.BindySimpleFixedLengthWithLinkTest) > Time elapsed: 0.332 sec <<< FAILURE! > org.junit.ComparisonFailure: expected:<[BBB]> but was:<[CCC]> > at org.junit.Assert.assertEquals(Assert.java:115) > at org.junit.Assert.assertEquals(Assert.java:144) > at > > org.apache.camel.dataformat.bindy.fixed.link.BindySimpleFixedLengthWithLinkTest.testUnmarshallMessage(BindySimpleFixedLengthWithLinkTest.java:63) > > > Results : > > Failed tests: > > > BindySimpleFixedLengthWithLinkTest.testUnmarshallMessage:63->Assert.assertEquals:144->Assert.assertEquals:115 > expected:<[BBB]> but was:<[CCC]> > > Tests run: 1, Failures: 1, Errors: 0, Skipped: 0 > > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 3.115s > [INFO] Finished at: Sat Apr 27 11:02:48 CEST 2013 > [INFO] Final Memory: 13M/1011M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-surefire-plugin:2.13:test (default-test) on > project camel-bindy: There are test failures. > [ERROR] > [ERROR] Please refer to > > /Users/bvahdat/dev/workspace/camel/components/camel-bindy/target/surefire-reports > for the individual test results. > [ERROR] -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e > switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please > read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException > > Babak > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Bindy-fixed-length-tp5730980p5731667.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Charles Moulliard Apache Committer / Sr. Enterprise Architect (RedHat) Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com --047d7b5d88872c8afa04db556840--