gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11351: Couple of tests.


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11351: Couple of tests.
Date: Fri, 31 Jul 2009 12:42:46 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11351
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Fri 2009-07-31 12:42:46 +0200
message:
  Couple of tests.
modified:
  testsuite/actionscript.all/TextField.as
=== modified file 'testsuite/actionscript.all/TextField.as'
--- a/testsuite/actionscript.all/TextField.as   2009-07-31 05:37:51 +0000
+++ b/testsuite/actionscript.all/TextField.as   2009-07-31 10:42:46 +0000
@@ -533,6 +533,10 @@
 check_equals(tf.restrict, "üöä");
 check_equals(typeof(tf.restrict), 'string');
 
+tf.restrict = null;
+xcheck_equals(tf.restrict, null);
+xcheck_equals(typeof(tf.restrict), "null");
+
 // Check TextField._rotation
 
 xcheck_equals(typeof(tf._rotation), 'number');
@@ -1092,11 +1096,11 @@
 //------------------------------------------------------------
 
 #if OUTPUT_VERSION == 6
- check_totals(475);
+ check_totals(477);
 #elif OUTPUT_VERSION == 7
- check_totals(478);
+ check_totals(480);
 #elif OUTPUT_VERSION == 8
- check_totals(479);
+ check_totals(481);
 #endif
 
 #endif


reply via email to

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