CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/03/06 12:26:53

Modified files:
        testsuite/misc-mtasc.all: function.as 

Log message:
        Expect the failure, and add a note about different target version 
changing the
        expected result

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-mtasc.all/function.as?cvsroot=gnash&r1=1.3&r2=1.4

Patches:
Index: function.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-mtasc.all/function.as,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- function.as 6 Mar 2007 09:06:33 -0000       1.3
+++ function.as 6 Mar 2007 12:26:53 -0000       1.4
@@ -11,6 +11,8 @@
        static function main(mc)
        {
                var myTest = new Test;
-               _root.check_equals(myTest.TestClassCtorCalled, 'called');
+               // odd enough, if we output an SWF7 movie, this fails
+               // with the reference player too !x
+               _root.xcheck_equals(myTest.TestClassCtorCalled, 'called');
        }
 }


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to