gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Inhe...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Inhe...
Date: Tue, 20 Mar 2007 17:22:17 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/03/20 17:22:16

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

Log message:
        * testsuite/actionscript.all/Inheritance.as: more successes.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2649&r2=1.2650
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/Inheritance.as?cvsroot=gnash&r1=1.28&r2=1.29

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2649
retrieving revision 1.2650
diff -u -b -r1.2649 -r1.2650
--- ChangeLog   20 Mar 2007 17:14:27 -0000      1.2649
+++ ChangeLog   20 Mar 2007 17:22:16 -0000      1.2650
@@ -5,6 +5,7 @@
        * server/swf_function.cpp: assing Function as the constructor
          property of user-defined functions.
        * testsuite/actionscript.all/Function.as: more successes.
+       * testsuite/actionscript.all/Inheritance.as: more successes.
 
 2007-03-20 Sandro Santilli <address@hidden>
 

Index: testsuite/actionscript.all/Inheritance.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Inheritance.as,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- testsuite/actionscript.all/Inheritance.as   16 Mar 2007 16:40:17 -0000      
1.28
+++ testsuite/actionscript.all/Inheritance.as   20 Mar 2007 17:22:16 -0000      
1.29
@@ -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.28 2007/03/16 16:40:17 strk Exp $";
+rcsid="$Id: Inheritance.as,v 1.29 2007/03/20 17:22:16 strk Exp $";
 
 #include "check.as"
 
@@ -264,7 +264,7 @@
 check_equals(typeof(DerivedClass1.constructor), 'function');
 #if OUTPUT_VERSION > 6
 xcheck(! DerivedClass1.prototype.hasOwnProperty('constructor'));
-xcheck(DerivedClass1.hasOwnProperty('constructor'));
+check(DerivedClass1.hasOwnProperty('constructor'));
 #endif
 check_equals(DerivedClass1.prototype.constructor, BaseClass1);
 




reply via email to

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