Return-Path: Delivered-To: apmail-incubator-clerezza-dev-archive@minotaur.apache.org Received: (qmail 11840 invoked from network); 14 Dec 2009 15:20:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Dec 2009 15:20:36 -0000 Received: (qmail 22368 invoked by uid 500); 14 Dec 2009 15:20:36 -0000 Delivered-To: apmail-incubator-clerezza-dev-archive@incubator.apache.org Received: (qmail 22342 invoked by uid 500); 14 Dec 2009 15:20:36 -0000 Mailing-List: contact clerezza-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: clerezza-dev@incubator.apache.org Delivered-To: mailing list clerezza-dev@incubator.apache.org Received: (qmail 22332 invoked by uid 99); 14 Dec 2009 15:20:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Dec 2009 15:20:36 +0000 X-ASF-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tommaso.teofili@gmail.com designates 209.85.212.184 as permitted sender) Received: from [209.85.212.184] (HELO mail-vw0-f184.google.com) (209.85.212.184) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Dec 2009 15:20:34 +0000 Received: by vws14 with SMTP id 14so877095vws.32 for ; Mon, 14 Dec 2009 07:20:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=FXeB4m8m14F8bVRB+nJL7AzgrZAXN1mVLp1rkywVa9k=; b=qPYDPe0o5pn+GlI7RV/4gGX0oRXKI0spwERCbIj2GkP+wVNPbIoHl2XO9ICdsz1w96 9l58GWTFYLSX0V2esoGSyDPh6roF/vsnzyBIcTEYK/SS4qdd5vLF3HtXrVkt37BlbIkM XJf3pGdKAcnIds5kajsLcFkz+tjusP/MLUt/w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=SdsuzQEa5ik8aK2azUMeATdxISv5DdsyPUwLSjrYGgD/jmBz9LD4GQTbqt0vwRkbI8 okwEvYujqxQ9haLCoqklmarwHlvmtl6PQ5W0x+lGx6C2nISqUZzE0AO3zHLo+o6n2yit XkLSmdXteGROIYFluiyWkMFE2uVvTHhgk6NE0= MIME-Version: 1.0 Received: by 10.220.89.152 with SMTP id e24mr914959vcm.0.1260804013104; Mon, 14 Dec 2009 07:20:13 -0800 (PST) In-Reply-To: References: Date: Mon, 14 Dec 2009 16:20:13 +0100 Message-ID: Subject: Re: Committing initial source From: Tommaso Teofili To: clerezza-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=0016e6476584551dfc047ab1cfae --0016e6476584551dfc047ab1cfae Content-Type: text/plain; charset=ISO-8859-1 Hi, It seems to me there is an internazionalition problem coming from the local language set on the machine (Italian for me). My problem is on the org.apache.clerezza.platform.typerendering.seedsnipe module. Here's the surefire report output for dateTest (same as Bertrand) : ------------------------------------------------------------------------------- Test set: org.apache.clerezza.platform.typerendering.seedsnipe.WebRenderingFunctionsTest ------------------------------------------------------------------------------- Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.641 sec <<< FAILURE! dateTest(org.apache.clerezza.platform.typerendering.seedsnipe.WebRenderingFunctionsTest) Time elapsed: 0.506 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[Mon De]c 14 16:06:55 CET 20...> but was:<[lun di]c 14 16:06:55 CET 20...> at org.junit.Assert.assertEquals(Assert.java:99) at org.junit.Assert.assertEquals(Assert.java:117) at org.apache.clerezza.platform.typerendering.seedsnipe.WebRenderingFunctionsTest.dateTest(WebRenderingFunctionsTest.java:51) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.junit.internal.runners.TestMethod.invoke(TestMethod.java:59) at org.junit.internal.runners.MethodRoadie.runTestMethod(MethodRoadie.java:98) at org.junit.internal.runners.MethodRoadie$2.run(MethodRoadie.java:79) at org.junit.internal.runners.MethodRoadie.runBeforesThenTestThenAfters(MethodRoadie.java:87) at org.junit.internal.runners.MethodRoadie.runTest(MethodRoadie.java:77) at org.junit.internal.runners.MethodRoadie.run(MethodRoadie.java:42) at org.junit.internal.runners.JUnit4ClassRunner.invokeTestMethod(JUnit4ClassRunner.java:88) at org.junit.internal.runners.JUnit4ClassRunner.runMethods(JUnit4ClassRunner.java:51) at org.junit.internal.runners.JUnit4ClassRunner$1.run(JUnit4ClassRunner.java:44) at org.junit.internal.runners.ClassRoadie.runUnprotected(ClassRoadie.java:27) at org.junit.internal.runners.ClassRoadie.runProtected(ClassRoadie.java:37) at org.junit.internal.runners.JUnit4ClassRunner.run(JUnit4ClassRunner.java:42) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009) Cheers, Tommaso --0016e6476584551dfc047ab1cfae--