cvs: gd(GD_2_0) /libgd/tests/gdimageline bug00077.c
[email protected] ("Pierre-Alain Joye")
| Newsgroups | php.gd.cvs |
|---|---|
| Message-ID | <cvspajoye1178480633@cvsserver> |
pajoye Sun May 6 19:43:53 2007 UTC
Modified files: (Branch: GD_2_0)
/gd/libgd/tests/gdimageline bug00077.c
Log:
- #77, fix expected image name
http://cvs.php.net/viewvc.cgi/gd/libgd/tests/gdimageline/bug00077.c?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: gd/libgd/tests/gdimageline/bug00077.c
diff -u gd/libgd/tests/gdimageline/bug00077.c:1.1.2.1 gd/libgd/tests/gdimageline/bug00077.c:1.1.2.2
--- gd/libgd/tests/gdimageline/bug00077.c:1.1.2.1 Sun May 6 18:36:54 2007
+++ gd/libgd/tests/gdimageline/bug00077.c Sun May 6 19:43:53 2007
@@ -4,7 +4,7 @@
int main()
{
gdImagePtr im;
- const char *exp = "test.png";
+ const char *exp = "bug00077_exp.png";
const int files_cnt = 4;
FILE *fp;
int i = 0;