gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10429: change the hard-coded url of


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10429: change the hard-coded url of the remoting tester to gnashdev.org
Date: Sun, 14 Dec 2008 22:44:31 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10429
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Sun 2008-12-14 22:44:31 +0100
message:
  change the hard-coded url of the remoting tester to gnashdev.org
modified:
  testsuite/misc-ming.all/remoting.as
=== modified file 'testsuite/misc-ming.all/remoting.as'
--- a/testsuite/misc-ming.all/remoting.as       2008-12-14 21:16:56 +0000
+++ b/testsuite/misc-ming.all/remoting.as       2008-12-14 21:44:31 +0000
@@ -22,7 +22,9 @@
 #include "../actionscript.all/utils.as"
 
 if ( ! _root.hasOwnProperty('url') ) {
-       url='http://flash.jasonwoof.com/echo/echo.php';
+    // updated daily from bzr !
+    // TODO: let ./configure specify another one
+    url='http://www.gnashdev.org/testcases/remoting.php';
 }
 
 stop();


reply via email to

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