diff options
author | andy wharmby <wharmby@php.net> | 2009-07-09 11:45:37 +0000 |
---|---|---|
committer | andy wharmby <wharmby@php.net> | 2009-07-09 11:45:37 +0000 |
commit | 62945b541a7c5138538df111fbcae47e27d41914 (patch) | |
tree | 792263ab53a799776ad9968eb1b284dbe6cda115 | |
parent | c4634e74ee9a594619ab0c3f133df542c6d380ef (diff) | |
download | php-git-62945b541a7c5138538df111fbcae47e27d41914.tar.gz |
Fix test
-rwxr-xr-x | ext/gd/tests/jpeg2wbmp_error1.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/jpeg2wbmp_error1.phpt b/ext/gd/tests/jpeg2wbmp_error1.phpt index b6514de8ba..d0496cc82b 100755 --- a/ext/gd/tests/jpeg2wbmp_error1.phpt +++ b/ext/gd/tests/jpeg2wbmp_error1.phpt @@ -29,7 +29,7 @@ imagejpeg($im, $file); imagedestroy($im); jpeg2wbmp($file, $file2, 20, 120, 9); -jpeg2wbmp($file', $file2, 20, 120, -1); +jpeg2wbmp($file, $file2, 20, 120, -1); ?> --EXPECTF-- Warning: jpeg2wbmp(): Invalid threshold value '9' in %s on line %d |