Well, I've slept quite a lot since the day i filed that patch but it was a GMT/UTC issue I thought, so I fixed it with the
- long epochDiffInMilli = epoch.getTimeInMillis() - julianEpoch.getTimeInMillis() ; + long epochDiffInMilli = epoch.getTimeInMillis() - (julianEpoch.getTimeInMillis()+julianEpoch.getTimeZone().getOffset(julianEpoch.getTimeInMillis())) ; I ran a test in UTC and GMT and it passed but if the original works in PDT I guess a quick fix would be to check the timezone and apply the correct one, that said, I'm now wondering if its a Daylight Savings issue. I can take another look later if no one beats me to it. On Wed, Nov 6, 2013 at 2:26 PM, Lewis John Mcgibbney < lewis.mcgibb...@gmail.com> wrote: > Yeah I am. > Thanks for the link, it seems that this bug is still present in the > dynamicReplacement method. > I'll take a look and see what I can do. > Any ideas Tom? > Thanks > Lewis > > > On Wed, Nov 6, 2013 at 2:23 PM, Varun Ratnakar <varunratna...@gmail.com>wrote: > >> Hi Lewis, >> >> Are you in UK by the way ? I had a similar issue and it turned out to be >> related to GMT. >> When I changed the timezone on my machine temporarily to PST, it compiled >> fine. >> >> Check the issue here: >> https://issues.apache.org/jira/browse/OODT-559 >> >> >> Hope that helps. >> Varun >> >> >> On 6 Nov 2013, at 13:47, Lewis John Mcgibbney <lewis.mcgibb...@gmail.com> >> wrote: >> >> 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* >> >> >> > > > -- > *Lewis* >