CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/12/12 22:45:28
Modified files: . : ChangeLog testsuite/actionscript.all: System.as Log message: update expected results. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5150&r2=1.5151 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/System.as?cvsroot=gnash&r1=1.14&r2=1.15 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.5150 retrieving revision 1.5151 diff -u -b -r1.5150 -r1.5151 --- ChangeLog 12 Dec 2007 20:40:34 -0000 1.5150 +++ ChangeLog 12 Dec 2007 22:45:27 -0000 1.5151 @@ -1,4 +1,6 @@ +2007-12-12 Sandro Santilli <[EMAIL PROTECTED]> + * testsuite/actionscript.all/System.as: update expected results. * server/swf/tag_loaders.cpp (define_bits_jpeg3_loader): don't read rgb data past alpha_position. Index: testsuite/actionscript.all/System.as =================================================================== RCS file: /sources/gnash/gnash/testsuite/actionscript.all/System.as,v retrieving revision 1.14 retrieving revision 1.15 diff -u -b -r1.14 -r1.15 --- testsuite/actionscript.all/System.as 12 Dec 2007 04:31:05 -0000 1.14 +++ testsuite/actionscript.all/System.as 12 Dec 2007 22:45:27 -0000 1.15 @@ -20,7 +20,7 @@ // compile this test case with Ming makeswf, and then // execute it like this gnash -1 -r 0 -v out.swf -rcsid="$Id: System.as,v 1.14 2007/12/12 04:31:05 strk Exp $"; +rcsid="$Id: System.as,v 1.15 2007/12/12 22:45:27 strk Exp $"; #include "check.as" @@ -71,7 +71,7 @@ xcheck_equals(typeof(System.capabilities.screenColor), 'string'); xcheck_equals(typeof(System.capabilities.pixelAspectRatio), 'string'); xcheck_equals(typeof(System.capabilities.localFileReadDisable), 'boolean'); -xcheck_equals(typeof(System.capabilities.language), 'string'); +check_equals(typeof(System.capabilities.language), 'string'); xcheck_equals(typeof(System.capabilities.isDebugger), 'boolean'); xcheck_equals(typeof(System.capabilities.hasVideoEncoder), 'boolean'); xcheck_equals(typeof(System.capabilities.hasStreamingVideo), 'boolean'); @@ -82,7 +82,7 @@ xcheck_equals(typeof(System.capabilities.hasMP3), 'boolean'); xcheck_equals(typeof(System.capabilities.hasEmbeddedVideo), 'boolean'); xcheck_equals(typeof(System.capabilities.hasAudioEncoder), 'boolean'); -xcheck_equals(typeof(System.capabilities.hasAudio), 'boolean'); +check_equals(typeof(System.capabilities.hasAudio), 'boolean'); xcheck_equals(typeof(System.capabilities.hasAccessibility), 'boolean'); xcheck_equals(typeof(System.capabilities.avHardwareDisable), 'boolean'); _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit