gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r9564: Add an interlaced gif in the


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9564: Add an interlaced gif in the test suite.
Date: Wed, 06 Aug 2008 11:18:04 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9564
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Wed 2008-08-06 11:18:04 +0200
message:
  Add an interlaced gif in the test suite.
added:
  testsuite/media/gif-interlaced.gif
modified:
  testsuite/media/gif.gif
  testsuite/misc-ming.all/loadImageTest.c
    ------------------------------------------------------------
    revno: 9560.1.11
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Wed 2008-08-06 11:16:54 +0200
    message:
      Add an interlaced gif for testing.
    added:
      testsuite/media/gif-interlaced.gif
    modified:
      testsuite/media/gif.gif
      testsuite/misc-ming.all/loadImageTest.c
=== added file 'testsuite/media/gif-interlaced.gif'
Binary files a/testsuite/media/gif-interlaced.gif       1970-01-01 00:00:00 
+0000 and b/testsuite/media/gif-interlaced.gif      2008-08-06 09:16:54 +0000 
differ
=== modified file 'testsuite/media/gif.gif'
Binary files a/testsuite/media/gif.gif  2008-08-06 08:48:23 +0000 and 
b/testsuite/media/gif.gif 2008-08-06 09:18:04 +0000 differ
=== modified file 'testsuite/misc-ming.all/loadImageTest.c'
--- a/testsuite/misc-ming.all/loadImageTest.c   2008-08-06 08:48:23 +0000
+++ b/testsuite/misc-ming.all/loadImageTest.c   2008-08-06 09:18:04 +0000
@@ -127,9 +127,11 @@
 
        char url_png[256];
     char url_gif[256];
+    char url_igif[256];
 
     char png_action[256];
     char gif_action[256];
+    char igif_action[256];
 
        /*********************************************
         *
@@ -146,6 +148,7 @@
 
        sprintf(url_png, "%s/png.png", mediadir);
        sprintf(url_gif, "%s/gif.gif", mediadir);
+       sprintf(url_igif, "%s/gif-interlaced.gif", mediadir);
 
        puts("Setting things up");
 
@@ -181,6 +184,9 @@
     sprintf(gif_action, "_root.window.loadMovie(\"%s\");", url_gif);
     add_button(mo, 50, 150, "Load GIF", newSWFAction(gif_action));
 
+    sprintf(igif_action, "_root.window.loadMovie(\"%s\");", url_igif);
+    add_button(mo, 50, 200, "Load interlaced GIF", newSWFAction(igif_action));
+
 
        /*****************************************************
         *


reply via email to

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