gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10077: Test a bit more.


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10077: Test a bit more.
Date: Fri, 24 Oct 2008 16:19:34 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10077
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Fri 2008-10-24 16:19:34 +0200
message:
  Test a bit more.
modified:
  testsuite/misc-ming.all/BitmapDataTest.c
    ------------------------------------------------------------
    revno: 10074.1.3
    committer: Benjamin Wolsey <address@hidden>
    branch nick: bitmapchar
    timestamp: Fri 2008-10-24 16:18:56 +0200
    message:
      Minor modifications.
    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:07:32 +0000
+++ b/testsuite/misc-ming.all/BitmapDataTest.c  2008-10-24 14:18:56 +0000
@@ -151,7 +151,7 @@
     SWFMovie_nextFrame(mo);
 
     add_actions(mo, "_root.attachBitmap(bmp, 2);"
-            "note('6. You should see the green square and the blue square "
+            "note('6. You should see the green and blue squares "
             "under the red square. The purple square should still be there. "
             "Click to proceed.');"
             "stop();"
@@ -165,11 +165,14 @@
             );
 
     SWFMovie_nextFrame(mo);
+
+    SWFDisplayItem_remove(it);
     
     add_actions(mo, "_root.attachBitmap(bmp2, 20);"
             "note('8. The purple square should have gone. The small yellow "
             "square should have replaced the top left corner of the red "
-            "square. Click to proceed.');"
+            "square. The green and blue squares should still be there. "
+            "Click to proceed.');"
             "stop();"
             );
 


reply via email to

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