gnash-commit
[Top][All Lists]
Advanced

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

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


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/actionscript.all delete.as
Date: Mon, 12 Mar 2007 20:05:47 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/03/12 20:05:47

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

Log message:
        expect the new failures

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/delete.as?cvsroot=gnash&r1=1.10&r2=1.11

Patches:
Index: delete.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/delete.as,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- delete.as   12 Mar 2007 18:27:40 -0000      1.10
+++ delete.as   12 Mar 2007 20:05:47 -0000      1.11
@@ -1,4 +1,4 @@
-rcsid="$Id: delete.as,v 1.10 2007/03/12 18:27:40 strk Exp $";
+rcsid="$Id: delete.as,v 1.11 2007/03/12 20:05:47 strk Exp $";
 
 #include "check.as"
 
@@ -54,6 +54,6 @@
 check_equals(typeof(func.prototype), 'object');
 check_equals(func.prototype.appended_value, 4);
 //protoback = MovieClip.prototype;
-check(!delete func.prototype);
-check_equals(typeof(func.prototype), 'object');
-check_equals(func.prototype.appended_value, 4);
+xcheck(!delete func.prototype);
+xcheck_equals(typeof(func.prototype), 'object');
+xcheck_equals(func.prototype.appended_value, 4);




reply via email to

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