From 2f5dc540e06b6fd8929dbfd18949cee5ae6c7421 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Mon, 16 May 2011 20:07:55 +0000 Subject: [PATCH] fix the test via setting the timezone to UTC as suggested by Alexey Shein, and adding an SKIPIF as this test was originaly intended for windows only, maybe we could drop this, as we don't support VC6 anymore --- ext/date/tests/DateInterval_format_a.phpt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ext/date/tests/DateInterval_format_a.phpt b/ext/date/tests/DateInterval_format_a.phpt index f82a2f6f6d..d095db56b3 100644 --- a/ext/date/tests/DateInterval_format_a.phpt +++ b/ext/date/tests/DateInterval_format_a.phpt @@ -3,8 +3,13 @@ DateInterval::format(), %a --CREDITS-- Daniel Convissor # TestFest 2010 BKTK +--INI-- +date.timezone=UTC --SKIPIF-- - + --XFAIL-- Windows VC6 libs' floor()/ceil() choke on floats --FILE-- -- 2.50.1