On 10 Jan 2014, at 08:18, raphonic <
[hidden email]> wrote:
> I just ran the entire test suite for Pharo and it seems that the problem
> isn't with voyage or the mongo test driver. The
> DateTest>#testDuration test failed with this message 'Got 37641:18:30:00
> instead of 1:00:00:00'. I'm running the latest pharo3.0 vm and image on
> Ubuntu 12 x86. Anyone know what could be the problem?
That seems very weird: it basically says that the duration of a Date, which should be one day, 24 hours, is totally wrong !
What do you get if you do
Date today duration.
(Date readFrom: '01-23-2004' readStream) duration.
I think one of the packages you loaded did some override in Chronology and broke stuff.
Sven