gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r9753: Test that _parent of a new Te


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9753: Test that _parent of a new TextField is undefined
Date: Tue, 16 Sep 2008 08:31:57 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9753
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Tue 2008-09-16 08:31:57 +0200
message:
  Test that _parent of a new TextField is undefined
modified:
  testsuite/actionscript.all/TextField.as
=== modified file 'testsuite/actionscript.all/TextField.as'
--- a/testsuite/actionscript.all/TextField.as   2008-09-15 16:45:48 +0000
+++ b/testsuite/actionscript.all/TextField.as   2008-09-16 06:31:57 +0000
@@ -113,6 +113,7 @@
 check_equals(typeof(tfObj.replaceSel), 'function');
 // this is a static method, it's available as TextField.getFontList
 check_equals(typeof(tfObj.getFontList), 'undefined');
+check_equals(typeof(tfObj._parent), 'undefined'); // no parent
 
 //--------------------------------------------------
 // Check textfield creation trough createTextField
@@ -923,9 +924,9 @@
 //------------------------------------------------------------
 
 #if OUTPUT_VERSION < 8
- check_totals(420);
-#else
  check_totals(421);
+#else
+ check_totals(422);
 #endif
 
 #else // OUTPUT_VERSION <= 5


reply via email to

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