gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10956: check -> xcheck for _soundbu


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10956: check -> xcheck for _soundbuftime (it's not implemented yet, is it?).
Date: Mon, 01 Jun 2009 20:04:31 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 10956
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Mon 2009-06-01 20:04:31 +0200
message:
  check -> xcheck for _soundbuftime (it's not implemented yet, is it?).
modified:
  testsuite/actionscript.all/MovieClip.as
=== modified file 'testsuite/actionscript.all/MovieClip.as'
--- a/testsuite/actionscript.all/MovieClip.as   2009-05-31 22:56:35 +0000
+++ b/testsuite/actionscript.all/MovieClip.as   2009-06-01 18:04:31 +0000
@@ -506,11 +506,11 @@
 
  // _soundbuftime points to the same value, is not MovieClip-specific
  mc._soundbuftime = 10;
- check_equals(mc._soundbuftime, 10);
+ xcheck_equals(mc._soundbuftime, 10);
  mc2 = createEmptyMovieClip("mc2_mc", 50, 0, 0, 0);
- check_equals(mc2._soundbuftime, 10);
+ xcheck_equals(mc2._soundbuftime, 10);
  mc2._soundbuftime = 20;
- check_equals(mc._soundbuftime, 20);
+ xcheck_equals(mc._soundbuftime, 20);
  mc2.unloadMovie();
 
 #endif


reply via email to

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