CVSROOT: /cvsroot/gnash Module name: gnash Changes by: Udo Giacomozzi <udog> 07/05/29 09:16:29
Modified files: . : ChangeLog testsuite/misc-ming.all: DrawingApiTestRunner.cpp Log message: * testsuite/misc-ming.all/DrawingApiTestRunner.cpp: testing for gray is funny, but better let's be accurate ;) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3391&r2=1.3392 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/DrawingApiTestRunner.cpp?cvsroot=gnash&r1=1.18&r2=1.19 Patches: Index: ChangeLog =================================================================== RCS file: /cvsroot/gnash/gnash/ChangeLog,v retrieving revision 1.3391 retrieving revision 1.3392 diff -u -b -r1.3391 -r1.3392 --- ChangeLog 29 May 2007 09:05:00 -0000 1.3391 +++ ChangeLog 29 May 2007 09:16:28 -0000 1.3392 @@ -1,3 +1,8 @@ +2007-05-29 Udo Giacomozzi <[EMAIL PROTECTED]> + + * testsuite/misc-ming.all/DrawingApiTestRunner.cpp: testing for gray + is funny, but better let's be accurate ;) + 2007-05-29 Sandro Santilli <[EMAIL PROTECTED]> * testsuite/misc-ming.all/DrawingApiTestRunner.cpp: reintruduce Index: testsuite/misc-ming.all/DrawingApiTestRunner.cpp =================================================================== RCS file: /cvsroot/gnash/gnash/testsuite/misc-ming.all/DrawingApiTestRunner.cpp,v retrieving revision 1.18 retrieving revision 1.19 diff -u -b -r1.18 -r1.19 --- testsuite/misc-ming.all/DrawingApiTestRunner.cpp 29 May 2007 09:05:00 -0000 1.18 +++ testsuite/misc-ming.all/DrawingApiTestRunner.cpp 29 May 2007 09:16:29 -0000 1.19 @@ -120,9 +120,9 @@ check(tester.isMouseOverMouseEntity()); // pixel at 250,180 is black check_pixel(250, 180, 1, black, 2); - // pixels above and below 180 is white, so - // we get gray with a radius of 2 - check_pixel(250, 180, 2, gray, 2); + // pixels above and below 180 are white + check_pixel(250, 179, 1, white, 2); + check_pixel(250, 181, 1, white, 2); // Over the transparent line (150,100) tester.movePointerTo(150, 100); _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit