CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/08/08 19:53:03
Modified files: . : ChangeLog testsuite/actionscript.all: LoadVars.as Log message: * testsuite/actionscript.all/LoadVars.as: enabled tests erroneously committed disabled. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3967&r2=1.3968 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/LoadVars.as?cvsroot=gnash&r1=1.13&r2=1.14 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.3967 retrieving revision 1.3968 diff -u -b -r1.3967 -r1.3968 --- ChangeLog 8 Aug 2007 19:32:36 -0000 1.3967 +++ ChangeLog 8 Aug 2007 19:53:02 -0000 1.3968 @@ -1,5 +1,7 @@ 2007-08-08 Sandro Santilli <[EMAIL PROTECTED]> + * testsuite/actionscript.all/LoadVars.as: enabled tests erroneously + committed disabled. * server/sprite_instance.cpp (processCompletedLoadVariableRequests): use set_member, not set_variable - the latter is only meant to be called on the root movie. Index: testsuite/actionscript.all/LoadVars.as =================================================================== RCS file: /sources/gnash/gnash/testsuite/actionscript.all/LoadVars.as,v retrieving revision 1.13 retrieving revision 1.14 diff -u -b -r1.13 -r1.14 --- testsuite/actionscript.all/LoadVars.as 26 Jul 2007 03:41:18 -0000 1.13 +++ testsuite/actionscript.all/LoadVars.as 8 Aug 2007 19:53:03 -0000 1.14 @@ -21,7 +21,7 @@ // compile this test case with Ming makeswf, and then // execute it like this gnash -1 -r 0 -v out.swf -rcsid="$Id: LoadVars.as,v 1.13 2007/07/26 03:41:18 strk Exp $"; +rcsid="$Id: LoadVars.as,v 1.14 2007/08/08 19:53:03 strk Exp $"; #include "check.as" @@ -36,8 +36,6 @@ #else // OUTPUT_VERSION >= 6 -#if 0 // STRK REMOVEME - check_equals(typeof(LoadVars), 'function'); var loadvarsObj = new LoadVars; @@ -62,7 +60,6 @@ // test the LoadVars::tostring method check_equals (typeof(loadvarsObj.toString), 'function'); -#endif // 0 // STRK REMOVEME var loadvarsObj = new LoadVars; // STRK REMOVEME //-------------------------------------------------------------------------- _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit