Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #8516 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

[PATCH] Fix broken numeric_ext_test

Reported by: gbuesing Assigned to: core
Priority: normal Milestone: 1.x
Component: ActiveSupport Version: edge
Severity: normal Keywords:
Cc:

Description

Same problem as described here: http://dev.rubyonrails.org/ticket/8489

Attachments

fix_numerix_ext_test.diff (1.0 kB) - added by gbuesing on 05/30/07 06:46:33.

Change History

05/30/07 06:46:33 changed by gbuesing

  • attachment fix_numerix_ext_test.diff added.

05/30/07 07:21:18 changed by bitsweat

  • status changed from new to closed.
  • resolution set to fixed.

(In [6906]) Fix imprecise duration addition test. Closes #8516 [Geoff Buesing]