gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10696: make test xcheck for now.


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10696: make test xcheck for now.
Date: Fri, 13 Mar 2009 12:01:40 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10696
committer: address@hidden
branch nick: trunk
timestamp: Fri 2009-03-13 12:01:40 -0600
message:
  make test xcheck for now.
modified:
  testsuite/actionscript.all/SharedObject.as
=== modified file 'testsuite/actionscript.all/SharedObject.as'
--- a/testsuite/actionscript.all/SharedObject.as        2009-02-25 22:33:03 
+0000
+++ b/testsuite/actionscript.all/SharedObject.as        2009-03-13 18:01:40 
+0000
@@ -275,7 +275,7 @@
 ourPath += "/";
 note ("checking getLocal with path: " + ourPath);
 so4 = SharedObject.getLocal("name", ourPath);
-check_equals(typeof(so4), "null");
+xcheck_equals(typeof(so4), "null");
 
 // Take the last slash off and add a bit of rubbish
 ourPath = ourPath.substr(0, ourPath.lastIndexOf("/"));


reply via email to

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