gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r9759: add test for 'constructor' pr


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9759: add test for 'constructor' property of array instances
Date: Tue, 16 Sep 2008 19:45:03 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9759
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Tue 2008-09-16 19:45:03 +0200
message:
  add test for 'constructor' property of array instances
modified:
  testsuite/actionscript.all/array.as
=== modified file 'testsuite/actionscript.all/array.as'
--- a/testsuite/actionscript.all/array.as       2008-09-12 08:25:39 +0000
+++ b/testsuite/actionscript.all/array.as       2008-09-16 17:45:03 +0000
@@ -706,6 +706,7 @@
 //-------------------------------
 
 var c = new Array(10);
+check_equals(c.constructor, Array);
 check (a instanceOf Array);
 check_equals ( typeof(c), "object" );
 check_equals ( c.length, 10 );
@@ -1465,11 +1466,11 @@
 
 
 #if OUTPUT_VERSION < 6
- check_totals(496);
+ check_totals(497);
 #else
 # if OUTPUT_VERSION < 7
-  check_totals(557);
+  check_totals(558);
 # else
-  check_totals(567);
+  check_totals(568);
 # endif
 #endif


reply via email to

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