CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 07/12/02 00:46:59
Modified files:
testsuite/actionscript.all: Boolean.as
Log message:
test passing arg to Boolean ctor
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/Boolean.as?cvsroot=gnash&r1=1.16&r2=1.17
Patches:
Index: Boolean.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Boolean.as,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- Boolean.as 2 Dec 2007 00:45:29 -0000 1.16
+++ Boolean.as 2 Dec 2007 00:46:59 -0000 1.17
@@ -20,12 +20,13 @@
// compile this test case with Ming makeswf, and then
// execute it like this gnash -1 -r 0 -v out.swf
-rcsid="$Id: Boolean.as,v 1.16 2007/12/02 00:45:29 strk Exp $";
+rcsid="$Id: Boolean.as,v 1.17 2007/12/02 00:46:59 strk Exp $";
#include "check.as"
check_equals(typeof(Boolean), 'function');
xcheck_equals(typeof(Boolean()), 'undefined');
+xcheck_equals(typeof(Boolean(true)), 'boolean');
check_equals(typeof(new Boolean()), 'object');
var boolObj = new Boolean;
@@ -104,4 +105,4 @@
check( trueBoolean );
-check_totals(30);
+check_totals(31);
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit