gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Syst...


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Syst...
Date: Fri, 11 Apr 2008 08:06:06 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   08/04/11 08:06:06

Modified files:
        .              : ChangeLog 
        testsuite/actionscript.all: System.as 

Log message:
                * testsuite/actionscript.all/System.as: test for hasIME and 
hasTLS. 
                  The former doesn't exist on at least one pp version but is
                  documented.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6246&r2=1.6247
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/System.as?cvsroot=gnash&r1=1.19&r2=1.20

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6246
retrieving revision 1.6247
diff -u -b -r1.6246 -r1.6247
--- ChangeLog   11 Apr 2008 07:27:45 -0000      1.6246
+++ ChangeLog   11 Apr 2008 08:06:05 -0000      1.6247
@@ -1,5 +1,11 @@
 2008-04-11 Benjamin Wolsey <address@hidden>
 
+       * testsuite/actionscript.all/System.as: test for hasIME and hasTLS. 
+         The former doesn't exist on at least one pp version but is
+         documented.
+
+2008-04-11 Benjamin Wolsey <address@hidden>
+
        * gui/gtk.cpp: a way of getting pixel aspect ratio.
 
 2008-04-11 Benjamin Wolsey <address@hidden>

Index: testsuite/actionscript.all/System.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/System.as,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- testsuite/actionscript.all/System.as        9 Apr 2008 11:57:35 -0000       
1.19
+++ testsuite/actionscript.all/System.as        11 Apr 2008 08:06:06 -0000      
1.20
@@ -21,7 +21,7 @@
 // execute it like this gnash -1 -r 0 -v out.swf
 
 
-rcsid="$Id: System.as,v 1.19 2008/04/09 11:57:35 bwy Exp $";
+rcsid="$Id: System.as,v 1.20 2008/04/11 08:06:06 bwy Exp $";
 #include "check.as"
 
 check_equals(typeof(System), 'object');
@@ -85,6 +85,8 @@
 check_equals(typeof(System.capabilities.hasAudio), 'boolean');
 check_equals(typeof(System.capabilities.hasAccessibility), 'boolean');
 check_equals(typeof(System.capabilities.avHardwareDisable), 'boolean');
+xcheck_equals(typeof(System.capabilities.hasIME), 'boolean');
+xcheck_equals(typeof(System.capabilities.hasTLS), 'boolean');
 
 #if OUTPUT_VERSION >= 6
 check(this.hasOwnProperty("$version"));
@@ -92,11 +94,11 @@
 #endif
 
 #if OUTPUT_VERSION > 6
- check_totals(40);
+ check_totals(42);
 #else
 # if OUTPUT_VERSION == 6
-   check_totals(39);
+   check_totals(41);
 # else
-   check_totals(37);
+   check_totals(39);
 # endif
 #endif




reply via email to

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