gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/testsuite/actionscript.all Inheritance.as


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/actionscript.all Inheritance.as
Date: Mon, 10 Mar 2008 23:26:42 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/03/10 23:26:42

Modified files:
        testsuite/actionscript.all: Inheritance.as 

Log message:
        totals checking

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/Inheritance.as?cvsroot=gnash&r1=1.45&r2=1.46

Patches:
Index: Inheritance.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Inheritance.as,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- Inheritance.as      10 Mar 2008 23:23:11 -0000      1.45
+++ Inheritance.as      10 Mar 2008 23:26:42 -0000      1.46
@@ -451,4 +451,9 @@
 check(! t5 instanceOf Test4);
 check(t4 instanceOf Test4);
 check(! t4 instanceOf Test5);
-totals();
+
+#if OUTPUT_VERSION < 6
+ check_totals(89); // SWF5
+#else
+ check_totals(146); // SWF6,7,8
+#endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]