CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/08/23 09:55:55
Modified files: . : ChangeLog testsuite/actionscript.all: case.as Log message: * testsuite/actionscript.all/case.as: reduce alpha of clips used for visual checking, to avoid hiding the visual traces; don't print totals twice. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4079&r2=1.4080 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/case.as?cvsroot=gnash&r1=1.6&r2=1.7 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.4079 retrieving revision 1.4080 diff -u -b -r1.4079 -r1.4080 --- ChangeLog 23 Aug 2007 09:53:03 -0000 1.4079 +++ ChangeLog 23 Aug 2007 09:55:55 -0000 1.4080 @@ -1,3 +1,9 @@ +2007-08-23 Sandro Santilli <[EMAIL PROTECTED]> + + * testsuite/actionscript.all/case.as: reduce alpha of clips used + for visual checking, to avoid hiding the visual traces; don't + print totals twice. + 2007-08-23 Udo Giacomozzi <[EMAIL PROTECTED]> * backend/render_handler.h, backend/render_handler_agg.cpp, Index: testsuite/actionscript.all/case.as =================================================================== RCS file: /sources/gnash/gnash/testsuite/actionscript.all/case.as,v retrieving revision 1.6 retrieving revision 1.7 diff -u -b -r1.6 -r1.7 --- testsuite/actionscript.all/case.as 10 Aug 2007 08:34:32 -0000 1.6 +++ testsuite/actionscript.all/case.as 23 Aug 2007 09:55:55 -0000 1.7 @@ -22,7 +22,7 @@ * Test case sensitivity */ -rcsid="$Id: case.as,v 1.6 2007/08/10 08:34:32 zoulunkai Exp $"; +rcsid="$Id: case.as,v 1.7 2007/08/23 09:55:55 strk Exp $"; #include "check.as" @@ -94,6 +94,7 @@ lineTo(100,200); lineTo(100,100); endFill(); + _alpha = 20; } // support visual checks @@ -106,6 +107,7 @@ lineTo(100,200); lineTo(100,100); endFill(); + _alpha = 20; } mcRef[1]._x += 100; @@ -129,4 +131,4 @@ xcheck_equals(CLIP.getDepth(), 7); #endif -_root.totals(); +//_root.totals(); // this is done by dejagnu_so_fini.as _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit