Ticket #1369 (closed patch: fixed)

Opened 12 years ago

Last modified 12 years ago

[PATCH] t/op/inf_nan.t to use is() with float precision

Reported by: bubaflub Owned by:
Priority: normal Milestone:
Component: testing Version: 1.8.0
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

My previous patch converted the like() in t/op/inf_nan.t to is() (because like() isn't available to core tests). This one will make sure to check the floats with precision rather than a normal is().

Attachments

op_inf_nan_t.patch Download (0.6 KB) - added by bubaflub 12 years ago.
patch for t/op/inf_nan.t to make is() use float precision

Change History

Changed 12 years ago by bubaflub

patch for t/op/inf_nan.t to make is() use float precision

Changed 12 years ago by mikehh

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

Applied in r42963

Note: See TracTickets for help on using tickets.