Return-Path: X-Original-To: apmail-oodt-dev-archive@www.apache.org Delivered-To: apmail-oodt-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B2AB910614 for ; Wed, 6 Nov 2013 13:47:57 +0000 (UTC) Received: (qmail 70997 invoked by uid 500); 6 Nov 2013 13:47:55 -0000 Delivered-To: apmail-oodt-dev-archive@oodt.apache.org Received: (qmail 70881 invoked by uid 500); 6 Nov 2013 13:47:48 -0000 Mailing-List: contact user-help@oodt.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@oodt.apache.org Delivered-To: mailing list user@oodt.apache.org Received: (qmail 70865 invoked by uid 99); 6 Nov 2013 13:47:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Nov 2013 13:47:46 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lewis.mcgibbney@gmail.com designates 209.85.217.176 as permitted sender) Received: from [209.85.217.176] (HELO mail-lb0-f176.google.com) (209.85.217.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Nov 2013 13:47:39 +0000 Received: by mail-lb0-f176.google.com with SMTP id z5so7587828lbh.7 for ; Wed, 06 Nov 2013 05:47:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=N/+mh9dddHJ/gd+7MxBdOwPigvjCzlemapXSrBoNHmY=; b=pw3y3vUCNR8w7gci3noDrdNCJ6uYkA9kVPTUh7hBNSCXArRwjX4xT/cDsMkQ9LHay4 ANb+hJA1rpRIIjzQWq1jQzwe7x1uGDqe4x27W0u2YLglQN/0DZ9W5Ma8T1jR6IbHrWa9 66FfsOKIA1ud6NC8zixjeHXVBV137h0BGusNxPKAG8dqW/hJjZKI9r4sPddRlsYrTl1h WLBHrHsv4XYyqf8TPsXiiOTgDSFqPzwd797KlprGhODFoG4vgPo7LCY1Rzc2dVsSzmnB 5IJt+7Cpa4F8YOzjBoI66LkQV0gGyCzcBvFg37n5wZhdkWiRoBnrNgr/kXXpS0sB/R8O oeaw== MIME-Version: 1.0 X-Received: by 10.152.27.10 with SMTP id p10mr2407191lag.21.1383745638512; Wed, 06 Nov 2013 05:47:18 -0800 (PST) Received: by 10.112.41.140 with HTTP; Wed, 6 Nov 2013 05:47:18 -0800 (PST) Date: Wed, 6 Nov 2013 13:47:18 +0000 Message-ID: Subject: TestPathUtils#testDoDynamicReplacement() failing locally From: Lewis John Mcgibbney To: "user@oodt.apache.org" Content-Type: multipart/alternative; boundary=089e0158c9f83e3a7f04ea826342 X-Virus-Checked: Checked by ClamAV on apache.org --089e0158c9f83e3a7f04ea826342 Content-Type: text/plain; charset=ISO-8859-1 Hi Folks, I am not able to install OODT trunk locally recently due to the following test which is failing https://svn.apache.org/repos/asf/oodt/trunk/metadata/src/test/org/apache/oodt/cas/metadata/util/TestPathUtils.java Here is my log output. Can anyone else reproduce this error? I am also a it confused to what PathUtils#doDynamicReplacement actually does. https://svn.apache.org/repos/asf/oodt/trunk/metadata/src/main/java/org/apache/oodt/cas/metadata/util/PathUtils.java It is not documented and wraps several other methods. Can someone please help me out here? Thanks Lewis junit.framework.ComparisonFailure: expected:<47[50002]01.000> but was:<47[49966]01.000> at junit.framework.Assert.assertEquals(Assert.java:81) at junit.framework.Assert.assertEquals(Assert.java:87) at org.apache.oodt.cas.metadata.util.TestPathUtils.testDoDynamicReplacement(TestPathUtils.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:131) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197) -- *Lewis* --089e0158c9f83e3a7f04ea826342 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi Folks,
I am not able to in= stall OODT trunk locally recently due to the following test which is failin= g

https://svn.ap= ache.org/repos/asf/oodt/trunk/metadata/src/test/org/apache/oodt/cas/metadat= a/util/TestPathUtils.java

Here is my log output. Can anyone else reproduce this error?
<= br>
I am also a it confused to what PathUtils#doDynamicReplacement act= ually does.

htt= ps://svn.apache.org/repos/asf/oodt/trunk/metadata/src/main/java/org/apache/= oodt/cas/metadata/util/PathUtils.java

It is not documented and wraps several other methods. Can someone pleas= e help me out here?

Thanks
Lewis

juni= t.framework.ComparisonFailure: expected:<47[50002]01.000> but was:<= ;47[49966]01.000>
=A0=A0=A0 at junit.framework.Assert.assertEquals(Assert.java:81)
=A0=A0= =A0 at junit.framework.Assert.assertEquals(Assert.java:87)
=A0=A0=A0 at = org.apache.oodt.cas.metadata.util.TestPathUtils.testDoDynamicReplacement(Te= stPathUtils.java:58)
=A0=A0=A0 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)=A0=A0=A0 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces= sorImpl.java:57)
=A0=A0=A0 at sun.reflect.DelegatingMethodAccessorImpl.i= nvoke(DelegatingMethodAccessorImpl.java:43)
=A0=A0=A0 at java.lang.reflect.Method.invoke(Method.java:616)
=A0=A0=A0 = at junit.framework.TestCase.runTest(TestCase.java:164)
=A0=A0=A0 at juni= t.framework.TestCase.runBare(TestCase.java:130)
=A0=A0=A0 at junit.frame= work.TestResult$1.protect(TestResult.java:106)
=A0=A0=A0 at junit.framework.TestResult.runProtected(TestResult.java:124)=A0=A0=A0 at junit.framework.TestResult.run(TestResult.java:109)
=A0= =A0=A0 at junit.framework.TestCase.run(TestCase.java:120)
=A0=A0=A0 at j= unit.framework.TestSuite.runTest(TestSuite.java:230)
=A0=A0=A0 at junit.framework.TestSuite.run(TestSuite.java:225)
=A0=A0=A0= at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JU= nit3TestReference.java:131)
=A0=A0=A0 at org.eclipse.jdt.internal.junit.= runner.TestExecution.run(TestExecution.java:38)
=A0=A0=A0 at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTest= s(RemoteTestRunner.java:467)
=A0=A0=A0 at org.eclipse.jdt.internal.junit= .runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
=A0=A0=A0 a= t org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunn= er.java:390)
=A0=A0=A0 at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(Re= moteTestRunner.java:197)

--
Lewis
--089e0158c9f83e3a7f04ea826342--