gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11213: Sound.duration passes when a


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11213: Sound.duration passes when a media handler is compiled in
Date: Tue, 07 Jul 2009 18:42:05 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11213
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Tue 2009-07-07 18:42:05 +0200
message:
  Sound.duration passes when a media handler is compiled in
modified:
  testsuite/misc-swfc.all/sound.sc
=== modified file 'testsuite/misc-swfc.all/sound.sc'
--- a/testsuite/misc-swfc.all/sound.sc  2007-12-06 15:19:10 +0000
+++ b/testsuite/misc-swfc.all/sound.sc  2009-07-07 16:42:05 +0000
@@ -21,9 +21,8 @@
                trace("Sound duration is: ");
                trace(snd.duration);
                trace("Correct value should be 13740");
-               // fails due to missing sound handler when using gprocessor
-               // TODO: use gnash or register a sound handler with gprocessor !
-                xcheck_equals(snd.duration, 13740);
+               // fails when no media handler is compiled-in
+               check_equals(snd.duration, 13740);
        
                trace("Now I'll get the position before starting it");
                sndpos=snd.position;


reply via email to

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