summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.gitignore2
-rw-r--r--tests/Makefile.am8
-rw-r--r--tests/gdimagerotate/php_bug_64898.c (renamed from tests/gdinterpolation/php_bug_64898.c)4
-rw-r--r--tests/gdimagerotate/php_bug_64898.png (renamed from tests/gdinterpolation/php_bug_64898.png)bin1191 -> 1191 bytes
-rw-r--r--tests/gdimagerotate/php_bug_64898_exp.png (renamed from tests/gdinterpolation/php_bug_64898_exp.png)bin3460 -> 3460 bytes
5 files changed, 7 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 5d5293a..7aa5c73 100755
--- a/.gitignore
+++ b/.gitignore
@@ -197,6 +197,6 @@ Makefile.in
/tests/jpeg_read.c_28_diff.png
/tests/jpeg_read.c_28_out.png
/tests/test_config.h
-/tests/gdinterpolation/php_bug_64898
+/tests/gdimagerotate/php_bug_64898
/tests/php_bug_64898.c_55_diff.png
/tests/php_bug_64898.c_55_out.png
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 26964ac..df1ee62 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -96,7 +96,7 @@ EXTRA_PROGRAMS = \
gdimagescatterex/bug00208_1 \
gdimagescatterex/bug00208_2 \
gdimagefilltoborder/bug00037 \
- gdinterpolation/php_bug_64898
+ gdimagerotate/php_bug_64898
if HAVE_LIBXPM
check_PROGRAMS += \
@@ -180,7 +180,7 @@ check_PROGRAMS += \
gdimagescatterex/bug00208_1 \
gdimagescatterex/bug00208_2 \
gdimagefilltoborder/bug00037 \
- gdinterpolation/php_bug_64898
+ gdimagerotate/php_bug_64898
endif
if HAVE_LIBTIFF
@@ -304,8 +304,8 @@ EXTRA_DIST = \
gdimagescatterex/CMakeLists.txt \
gdimagefilltoborder/CMakeLists.txt \
freetype/CMakeLists.txt \
- gdinterpolation/php_bug_64898.png \
- gdinterpolation/php_bug_64898_exp.png
+ gdimagerotate/php_bug_64898.png \
+ gdimagerotate/php_bug_64898_exp.png
CLEANFILES = \
a.png \
diff --git a/tests/gdinterpolation/php_bug_64898.c b/tests/gdimagerotate/php_bug_64898.c
index 7fb053a..e083858 100644
--- a/tests/gdinterpolation/php_bug_64898.c
+++ b/tests/gdimagerotate/php_bug_64898.c
@@ -8,8 +8,8 @@ int main()
{
gdImagePtr im, exp;
char path[2048];
- const char *file_im = "gdinterpolation/php_bug_64898.png";
- const char *file_exp = "gdinterpolation/php_bug_64898_exp.png";
+ const char *file_im = "gdimagerotate/php_bug_64898.png";
+ const char *file_exp = "gdimagerotate/php_bug_64898_exp.png";
FILE *fp;
int color;
diff --git a/tests/gdinterpolation/php_bug_64898.png b/tests/gdimagerotate/php_bug_64898.png
index 089680a..089680a 100644
--- a/tests/gdinterpolation/php_bug_64898.png
+++ b/tests/gdimagerotate/php_bug_64898.png
Binary files differ
diff --git a/tests/gdinterpolation/php_bug_64898_exp.png b/tests/gdimagerotate/php_bug_64898_exp.png
index 7d6212a..7d6212a 100644
--- a/tests/gdinterpolation/php_bug_64898_exp.png
+++ b/tests/gdimagerotate/php_bug_64898_exp.png
Binary files differ