gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10078: Don't start the test again w


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10078: Don't start the test again when finished.
Date: Fri, 24 Oct 2008 16:52:09 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10078
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Fri 2008-10-24 16:52:09 +0200
message:
  Don't start the test again when finished.
  
  Override markReachableResources properly.
modified:
  libcore/asobj/flash/geom/Transform_as.cpp
  testsuite/misc-ming.all/BitmapDataTest.c
=== modified file 'libcore/asobj/flash/geom/Transform_as.cpp'
--- a/libcore/asobj/flash/geom/Transform_as.cpp 2008-10-19 18:04:05 +0000
+++ b/libcore/asobj/flash/geom/Transform_as.cpp 2008-10-24 14:52:09 +0000
@@ -112,7 +112,7 @@
 
 protected:
 
-    void markReachableResources()
+    void markReachableResources() const
     {
         _movieClip.setReachable();
         markAsObjectReachable();

=== modified file 'testsuite/misc-ming.all/BitmapDataTest.c'
--- a/testsuite/misc-ming.all/BitmapDataTest.c  2008-10-24 14:18:56 +0000
+++ b/testsuite/misc-ming.all/BitmapDataTest.c  2008-10-24 14:52:09 +0000
@@ -244,7 +244,6 @@
             "squares were. Click to proceed.');"
             "stop();"
             );
-    SWFMovie_nextFrame(mo);
 
     add_actions(mo, "_root.onKeyDown = _root.onMouseUp = undefined;"
             "_root.eof = true;" // hook for test runner...


reply via email to

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