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: Sun, 04 Mar 2007 00:58:53 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/03/04 00:58:53

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

Log message:
        removed unused section

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

Patches:
Index: Inheritance.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Inheritance.as,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- Inheritance.as      26 Feb 2007 20:11:22 -0000      1.25
+++ Inheritance.as      4 Mar 2007 00:58:53 -0000       1.26
@@ -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: Inheritance.as,v 1.25 2007/02/26 20:11:22 strk Exp $";
+rcsid="$Id: Inheritance.as,v 1.26 2007/03/04 00:58:53 strk Exp $";
 
 #include "check.as"
 
@@ -279,10 +279,3 @@
 var b = t4.die(4);
 check_equals(typeof(b), 'undefined');
 
-
-//------------------------------------------------------
-// Test constructors chain calling
-//------------------------------------------------------
-
-function BaseClass() { this.x = 3; }
-function DerivedClass() { this.x += 1; }




reply via email to

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