Development

#1359 ([PATCH] lime.php tests fail on windows)

You must first sign up to be able to contribute.

Ticket #1359 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

[PATCH] lime.php tests fail on windows

Reported by: spascoe Assigned to:
Priority: major Milestone: 1.0.0
Component: Version: 1.0.0-beta4
Keywords: Cc:
Qualification:

Description

PHP under windows doesn't seem to flush output quite the same way as it does apparently under *nix; Adding a call to flush() at the end of the lime_test::__destruct method properly flushes the output so that running the tests through the lime_harness works properly.

Attached is a patch to lime. It obviously needs to be tested in the *nix environments prior to committing to lime.

Thanks, Scott

Attachments

lime.php.patch (320 bytes) - added by spascoe on 01/17/07 02:33:04.
Patch to flush output under Windows

Change History

01/17/07 02:33:04 changed by spascoe

  • attachment lime.php.patch added.

Patch to flush output under Windows

01/17/07 07:07:15 changed by fabien

  • milestone set to 1.0.0.

01/17/07 07:09:13 changed by fabien

in r3298.

Thank you very much!

01/17/07 07:09:28 changed by fabien

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