Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 87667 invoked from network); 16 Mar 2005 18:14:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Mar 2005 18:14:55 -0000 Received: (qmail 26673 invoked by uid 500); 16 Mar 2005 18:14:53 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 26599 invoked by uid 500); 16 Mar 2005 18:14:53 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 26585 invoked by uid 99); 16 Mar 2005 18:14:53 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_60_70,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from odin.dsi.cnrs.fr (HELO odin.dsi.cnrs.fr) (193.55.87.2) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 16 Mar 2005 10:14:51 -0800 Received: from yvain.ms.dsi.cnrs.fr (nt-serv.dsi.cnrs.fr [193.55.87.29]) by odin.dsi.cnrs.fr (8.12.8/8.12.8) with ESMTP id j2GIEk7O004102 for ; Wed, 16 Mar 2005 19:14:47 +0100 Received: by yvain.ms.dsi.cnrs.fr with Internet Mail Service (5.5.2653.19) id ; Wed, 16 Mar 2005 19:22:26 +0100 Message-ID: <826FFD876F610049BF04D94CDF9ED133C3DE73@yvain.ms.dsi.cnrs.fr> From: Marc DEXET To: "'Jakarta Commons Developers List'" Subject: [Betwixt 0.6.1-dev] Unit test errors Date: Wed, 16 Mar 2005 19:22:25 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C52A55.1AB51930" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C52A55.1AB51930 Content-Type: text/plain Hi guys. I don't undestand I get some unit test failures with last trunk betwixt that aren't showned in home project unit test reports. Are they synchronized ? My classpath meets project info requirements and tests are runned by maven. Any idea ? - list of (some) failures - org.apache.commons.betwixt.derived.TestWriteClass Testcase: testPropertySuppressionStrategy(org.apache.commons.betwixt.derived.TestWrite Class): FAILED Expected secrets to be supressed(Unequal node names) expected: but was: junit.framework.ComparisonFailure: Expected secrets to be supressed(Unequal node names) expected: but was: org.apache.commons.betwixt.io.read.TestBindTimeTypeMapping Testcase: testBindTimeTypeWrite(org.apache.commons.betwixt.io.read.TestBindTimeTypeMap ping): FAILED (Unequal node names) expected: but was: junit.framework.ComparisonFailure: (Unequal node names) expected: but was: org.apache.commons.betwixt.io.read.TestMaps ------------- Standard Error ----------------- 16 mars 2005 19:03:00 org.apache.commons.betwixt.expression.Context popOptions INFO: Cannot pop options off empty stack 16 mars 2005 19:03:00 org.apache.commons.betwixt.expression.Context popOptions INFO: Cannot pop options off empty stack ------------- ---------------- --------------- Testcase: testMapWithArray(org.apache.commons.betwixt.io.read.TestMaps): FAILED expected:<...ity>Chicago 1234 USA 12 here Los Angeles 99999 USA but was:<...ode>1234 USA Chicago 12 here 99999 USA Los Angeles junit.framework.ComparisonFailure: expected:<...ity>Chicago 1234 USA 12 here Los Angeles 99999 USA but was:<...ode>1234 USA Chicago 12 here 99999 USA Los Angeles at org.apache.commons.betwixt.io.read.TestMaps.testMapWithArray(TestMaps.java:1 43) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 ) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) -- Marc DeXeT CNRS/DSI/BEST ------_=_NextPart_001_01C52A55.1AB51930--