gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11414: Expect new TextFormat passes


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11414: Expect new TextFormat passes.
Date: Thu, 13 Aug 2009 08:43:32 +0200
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11414
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Thu 2009-08-13 08:43:32 +0200
message:
  Expect new TextFormat passes.
modified:
  testsuite/actionscript.all/TextFormat.as
=== modified file 'testsuite/actionscript.all/TextFormat.as'
--- a/testsuite/actionscript.all/TextFormat.as  2009-07-31 05:27:56 +0000
+++ b/testsuite/actionscript.all/TextFormat.as  2009-08-13 06:43:32 +0000
@@ -61,7 +61,7 @@
 xcheck_equals(typeof(tfObj.display), 'string');
 xcheck_equals(tfObj.display, 'block');
 check_equals(typeof(tfObj.bullet), 'null');
-xcheck_equals(typeof(tfObj.tabStops), 'null');
+check_equals(typeof(tfObj.tabStops), 'null');
 check_equals(typeof(tfObj.blockIndent), 'null');
 check_equals(typeof(tfObj.leading), 'null');
 check_equals(typeof(tfObj.indent), 'null');
@@ -83,7 +83,7 @@
 xcheck_equals(typeof(tfObj.display), 'string');
 xcheck_equals(tfObj.display, 'block');
 check_equals(typeof(tfObj.bullet), 'null');
-xcheck_equals(typeof(tfObj.tabStops), 'null');
+check_equals(typeof(tfObj.tabStops), 'null');
 check_equals(typeof(tfObj.blockIndent), 'null');
 check_equals(tfObj.leading, 4);
 check_equals(tfObj.indent, 12);


reply via email to

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