CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 08/01/05 10:13:09
Modified files: . : ChangeLog testsuite/actionscript.all: SharedObject.as Log message: fix the testcase's expected result. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5309&r2=1.5310 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/SharedObject.as?cvsroot=gnash&r1=1.17&r2=1.18 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.5309 retrieving revision 1.5310 diff -u -b -r1.5309 -r1.5310 --- ChangeLog 5 Jan 2008 10:01:41 -0000 1.5309 +++ ChangeLog 5 Jan 2008 10:13:08 -0000 1.5310 @@ -1,5 +1,7 @@ 2008-01-05 Sandro Santilli <[EMAIL PROTECTED]> + * testsuite/actionscript.all/SharedObject.as: fix the testcase's + expected result. * server/asobj/ClassHierarchy.cpp: make NetConnection available starting at SWF6. * testsuite/actionscript.all/NetConnection.as: fix testcase. Index: testsuite/actionscript.all/SharedObject.as =================================================================== RCS file: /sources/gnash/gnash/testsuite/actionscript.all/SharedObject.as,v retrieving revision 1.17 retrieving revision 1.18 diff -u -b -r1.17 -r1.18 --- testsuite/actionscript.all/SharedObject.as 5 Jan 2008 03:55:00 -0000 1.17 +++ testsuite/actionscript.all/SharedObject.as 5 Jan 2008 10:13:09 -0000 1.18 @@ -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: SharedObject.as,v 1.17 2008/01/05 03:55:00 rsavoye Exp $"; +rcsid="$Id: SharedObject.as,v 1.18 2008/01/05 10:13:09 strk Exp $"; #include "check.as" @@ -35,6 +35,8 @@ check_equals (typeof(sharedobjectObj.getLocal), 'undefined'); xcheck_equals (typeof(SharedObject.getLocal), 'function'); +check_totals(3); + #else // OUTPUT_VERSION >= 6 // test the SharedObject constuctor @@ -81,7 +83,7 @@ newso = SharedObject.getLocal("level1/level2/settings", "/"); check_equals (typeof(newso), 'object'); trace(newso.getSize()); -xcheck_equals (newso.getSize(), 283); +xcheck_equals (newso.getSize(), 297); if (typeof(newso.data) != 'undefined') { trace("New Shared Object, checking data..."); @@ -115,6 +117,6 @@ trace("New Shared Object doesn't exist!"); } +check_totals(30); #endif // OUTPUT_VERSION >= 6 -totals(); _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit