From 7eb808f802adbcbe780c759a98cc9a394ac74fb5 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Sun, 1 Mar 2009 21:26:47 +0000 Subject: [PATCH] fix tests --- ext/date/tests/gmstrftime_variation18.phpt | 2 +- ext/date/tests/strftime_variation18.phpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/date/tests/gmstrftime_variation18.phpt b/ext/date/tests/gmstrftime_variation18.phpt index 1d2c35ec567..0fd6337a5fa 100644 --- a/ext/date/tests/gmstrftime_variation18.phpt +++ b/ext/date/tests/gmstrftime_variation18.phpt @@ -32,6 +32,6 @@ var_dump( gmstrftime($format, $timestamp) ); *** Testing gmstrftime() : usage variation *** -- Testing gmstrftime() function with Day of the month as decimal single digit format -- -unicode(%d) "%d" +unicode(%d) "%s" unicode(2) " 8" ===DONE=== diff --git a/ext/date/tests/strftime_variation18.phpt b/ext/date/tests/strftime_variation18.phpt index 7769c914cbd..35cd98dacd5 100644 --- a/ext/date/tests/strftime_variation18.phpt +++ b/ext/date/tests/strftime_variation18.phpt @@ -31,6 +31,6 @@ var_dump( strftime($format, $timestamp) ); *** Testing strftime() : usage variation *** -- Testing strftime() function with Day of the month as decimal single digit format -- -unicode(%d) "%d" +unicode(%d) "%s" unicode(2) " 8" ===DONE===