gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10082: Correct test.


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10082: Correct test.
Date: Fri, 24 Oct 2008 18:49:49 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10082
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Fri 2008-10-24 18:49:49 +0200
message:
  Correct test.
modified:
  testsuite/misc-ming.all/BitmapDataTest.c
=== modified file 'testsuite/misc-ming.all/BitmapDataTest.c'
--- a/testsuite/misc-ming.all/BitmapDataTest.c  2008-10-24 14:52:09 +0000
+++ b/testsuite/misc-ming.all/BitmapDataTest.c  2008-10-24 16:49:49 +0000
@@ -195,8 +195,8 @@
     add_actions(mo, "bmp3 = new BitmapData(100, 100, false);"
             "rect3 = new Rectangle(20, 20, 90, 90);"
             "bmp3.fillRect(rect3, 0x0000ff);"
-            "_root.createEmptyMovieClip('original', 40);"
-            "ch = original.attachBitmap(bmp3, getNextHighestDepth());"
+            "ch = _root.createEmptyMovieClip('original', 40);"
+            "original.attachBitmap(bmp3, getNextHighestDepth());"
             "ch._name = 'duplicate';"
             "newch = _root.createEmptyMovieClip('original', "
                     "getNextHighestDepth());"
@@ -208,15 +208,15 @@
     SWFMovie_nextFrame(mo);    
     
     add_actions(mo, 
+            "original.removeMovieClip();"
+            "note('12. There should have been no change. Click to proceed.');"
+            "stop();"
+            );
+
+    SWFMovie_nextFrame(mo);    
+    
+    add_actions(mo, 
             "duplicate.removeMovieClip();"
-            "note('12. There should have been no change. Click to proceed.');"
-            "stop();"
-            );
-
-    SWFMovie_nextFrame(mo);    
-    
-    add_actions(mo, 
-            "original.removeMovieClip();"
             "note('13. You should see the red square again. Click to "
             "proceed.');"
             "stop();"


reply via email to

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