CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/12/13 08:47:49
Modified files: . : ChangeLog testsuite/actionscript.all: System.as Log message: serverString exists now. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5157&r2=1.5158 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/System.as?cvsroot=gnash&r1=1.15&r2=1.16 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.5157 retrieving revision 1.5158 diff -u -b -r1.5157 -r1.5158 --- ChangeLog 13 Dec 2007 07:38:22 -0000 1.5157 +++ ChangeLog 13 Dec 2007 08:47:48 -0000 1.5158 @@ -1,3 +1,7 @@ +2007-12-13 Sandro Santilli <[EMAIL PROTECTED]> + + * testsuite/actionscript.all/System.as: serverString exists now. + 2007-12-13 Zou Lunkai <[EMAIL PROTECTED]> * server/asobj/Global.cpp: as_global_parseint(), ignore more leading Index: testsuite/actionscript.all/System.as =================================================================== RCS file: /sources/gnash/gnash/testsuite/actionscript.all/System.as,v retrieving revision 1.15 retrieving revision 1.16 diff -u -b -r1.15 -r1.16 --- testsuite/actionscript.all/System.as 12 Dec 2007 22:45:27 -0000 1.15 +++ testsuite/actionscript.all/System.as 13 Dec 2007 08:47:48 -0000 1.16 @@ -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.15 2007/12/12 22:45:27 strk Exp $"; +rcsid="$Id: System.as,v 1.16 2007/12/13 08:47:48 strk Exp $"; #include "check.as" @@ -64,7 +64,7 @@ check_equals(typeof(System.capabilities.os), 'string'); check_equals(typeof(System.capabilities.manufacturer), 'string'); check_equals(typeof(System.capabilities.playerType), 'string'); -xcheck_equals(typeof(System.capabilities.serverString), 'string'); +check_equals(typeof(System.capabilities.serverString), 'string'); xcheck_equals(typeof(System.capabilities.screenResolutionX), 'number'); xcheck_equals(typeof(System.capabilities.screenResolutionY), 'number'); xcheck_equals(typeof(System.capabilities.screenDPI), 'number'); _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit