On 7/3/06 2:04 PM, Jonathan Vanasco wrote:
> I can't get this to build on Mac OSX 10.4

The test is failing because the compare() method doesn't consider these two
DateTime::Duration object to be identical:

 DateTime::Duration=HASH(0x1bc75d4)
   'days' => '-3'
   'end_of_month' => 'wrap'
   'minutes' => 0
   'months' => '-10'
   'nanoseconds' => 0
   'seconds' => 0

 DateTime::Duration=HASH(0x1bc7a0c)
   'days' => '-3'
   'end_of_month' => 'preserve'
   'minutes' => 0
   'months' => '-10'
   'nanoseconds' => 0
   'seconds' => 0

I'm not sure why one is getting a different end_of_month behavior...maybe it
depends on the current date and time?  Or has DateTime::Duration been
updated lately?

Anyway, it's probably safe to force install while I try to sort this out.

-John



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to