gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-68-g585aa24
Date: Thu, 17 Feb 2011 08:31:03 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  585aa241f405ec6ac0b963ea4b93b8aecc5416f2 (commit)
      from  ec729608fd05bf88a5b1457a50077035c9485dd3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=585aa241f405ec6ac0b963ea4b93b8aecc5416f2


commit 585aa241f405ec6ac0b963ea4b93b8aecc5416f2
Author: Sandro Santilli <address@hidden>
Date:   Thu Feb 17 09:29:33 2011 +0100

    Automate test for bug #32508

diff --git a/testsuite/actionscript.all/TextFieldHTML.as 
b/testsuite/actionscript.all/TextFieldHTML.as
index ae81f6f..f88b8f2 100644
--- a/testsuite/actionscript.all/TextFieldHTML.as
+++ b/testsuite/actionscript.all/TextFieldHTML.as
@@ -129,6 +129,10 @@
  format = tf.getTextFormat(1, 4);
  xcheck_equals(format.color, 0x00ff00);
 
- totals(30);
+ // Check empty face value (bug #32508)
+ tf.htmlText = '<font face="">#32508</font>';
+ xcheck_equals(tf.text, "#32508");
+
+ totals(31);
 
 #endif

-----------------------------------------------------------------------

Summary of changes:
 testsuite/actionscript.all/TextFieldHTML.as |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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