CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 07/08/30 12:58:29
Modified files:
. : ChangeLog
testsuite/misc-swfc.all: movieclip_destruction_test1.sc
Log message:
* testsuite/misc-swfc.all/movieclip_destruction_test1.sc: expect
gnash failures.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4160&r2=1.4161
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-swfc.all/movieclip_destruction_test1.sc?cvsroot=gnash&r1=1.2&r2=1.3
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4160
retrieving revision 1.4161
diff -u -b -r1.4160 -r1.4161
--- ChangeLog 30 Aug 2007 09:47:35 -0000 1.4160
+++ ChangeLog 30 Aug 2007 12:58:28 -0000 1.4161
@@ -1,5 +1,7 @@
2007-08-30 Sandro Santilli <[EMAIL PROTECTED]>
+ * testsuite/misc-swfc.all/movieclip_destruction_test1.sc: expect
+ gnash failures.
* testsuite/actionscript.all/: Makefile.am, AsBroadcaster.as:
new test for AsBroadcaster.
Index: testsuite/misc-swfc.all/movieclip_destruction_test1.sc
===================================================================
RCS file:
/sources/gnash/gnash/testsuite/misc-swfc.all/movieclip_destruction_test1.sc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- testsuite/misc-swfc.all/movieclip_destruction_test1.sc 30 Aug 2007
05:31:32 -0000 1.2
+++ testsuite/misc-swfc.all/movieclip_destruction_test1.sc 30 Aug 2007
12:58:29 -0000 1.3
@@ -105,8 +105,8 @@
.end
.initaction mc3: // Add initactions for mc3(mc3 is not placed)
- _root.check_equals(mc1, null);
- _root.check_equals(typeof(mc1), 'undefined');
+ _root.xcheck_equals(mc1, null);
+ _root.xcheck_equals(typeof(mc1), 'undefined');
.end
.del mc1 // Remove sprite mc1
@@ -114,7 +114,7 @@
.frame 6 // target frame
.action:
- check_equals(_root.x, 0);
+ xcheck_equals(_root.x, 0);
stop();
.end
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit