From 2560c18bf62a9087886d7e3519f2833030a650a4 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Wed, 30 Jul 2008 09:57:55 +0000 Subject: [PATCH] fix tests --- ext/gd/tests/bug44849.phpt | 3 +-- ext/gd/tests/imagecolorclosesthwb.phpt | 21 ++++++++++++--------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/ext/gd/tests/bug44849.phpt b/ext/gd/tests/bug44849.phpt index 2f4f475f75..a6d162c3db 100644 --- a/ext/gd/tests/bug44849.phpt +++ b/ext/gd/tests/bug44849.phpt @@ -2,8 +2,7 @@ Bug #44849 (imagecolorclosesthwb is not available on Windows) --SKIPIF-- --FILE-- --FILE-- --EXPECTF-- -16724480 +int(16724480) -Warning: imagecolorclosesthwb\(\) expects exactly 4 parameters, 1 given in .* code on line \d+ +Warning: imagecolorclosesthwb() expects exactly 4 parameters, 1 given in %s on line %d +NULL -Warning: imagecolorclosesthwb\(\) expects parameter 1 to be resource, null given in .* code on line \d+ +Warning: imagecolorclosesthwb() expects parameter 1 to be resource, null given in %s on line %d +NULL -Warning: imagecolorclosesthwb\(\) expects parameter 2 to be long, string given in .* code on line \d+ \ No newline at end of file +Warning: imagecolorclosesthwb() expects parameter 2 to be long, string given in %s on line %d +NULL -- 2.50.1