Development

#3461 ([PATCH] lime tests broken + is_deeply() missing some cases)

You must first sign up to be able to contribute.

Ticket #3461 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

[PATCH] lime tests broken + is_deeply() missing some cases

Reported by: sean Assigned to: fabien
Priority: minor Milestone:
Component: lime Version:
Keywords: Cc:
Qualification: Unreviewed

Description

(from lime's trunk HEAD (r8724)

1) is_deeply(array(), array(1,2,3)) shouldn't pass but does. (fixed in patch)

2) lime's PEAR tests don't pass. (tests now reflect new output)

3) lime tests (*.phpt) should probably have svn:eol-style set to native (not in patch)

Attachments

lime.patch (13.0 kB) - added by sean on 05/02/08 23:06:14.
patch to get lime tests passing + add tests for broken assertion

Change History

05/02/08 23:06:14 changed by sean

  • attachment lime.patch added.

patch to get lime tests passing + add tests for broken assertion

05/03/08 09:47:27 changed by fabien

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

(In [8746]) fixed lime tests broken + is_deeply() missing some cases (closes #3461 - patch from sean)