You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by jo...@apache.org on 2010/07/20 04:39:48 UTC

svn commit: r965715 - /shindig/trunk/content/container/rpctest_container.html

Author: johnh
Date: Tue Jul 20 02:39:47 2010
New Revision: 965715

URL: http://svn.apache.org/viewvc?rev=965715&view=rev
Log:
Fix the rpc test harness, part #1.


Modified:
    shindig/trunk/content/container/rpctest_container.html

Modified: shindig/trunk/content/container/rpctest_container.html
URL: http://svn.apache.org/viewvc/shindig/trunk/content/container/rpctest_container.html?rev=965715&r1=965714&r2=965715&view=diff
==============================================================================
--- shindig/trunk/content/container/rpctest_container.html (original)
+++ shindig/trunk/content/container/rpctest_container.html Tue Jul 20 02:39:47 2010
@@ -54,10 +54,10 @@
       var uabackward = window.location.search.indexOf('&uabackward=1') !== -1;
 
       // Useful per-page variables.
-      var gadgeturl = gadgethost + '/gadgets/files/container/rpctest_gadget.xml';
+      var gadgeturl = gadgethost + '/container/rpctest_gadget.xml';
       var cachebust = 'cachebust=' + Math.random();
       var gadgetrenderingurl = gadgethost + '/gadgets/ifr?url=' + gadgeturl + '&libs=rpc&parent=' + window.location.protocol + '//' + window.location.host + '&debug=1&' + cachebust;
-      var gadgetrelay = gadgethost + '/gadgets/files/container/rpc_relay.uncompressed.html';
+      var gadgetrelay = gadgethost + '/container/rpc_relay.uncompressed.html';
 
       // Set up faux gadgets.config(...)
       var gadgets = {};
@@ -76,7 +76,7 @@
 
       // Include rpctest_perf.js JS test helper, also with cachebusting.
       document.write('<scr' + 'ipt language="JavaScript" type="text/javascript" src="' +
-                     '/gadgets/files/container/rpctest_perf.js?' + cachebust + '"></scr' + 'ipt>');
+                     '/container/rpctest_perf.js?' + cachebust + '"></scr' + 'ipt>');
     </script>
     <!-- need a script break to allow rpc.js to load before calling referenced methods -->
     <script>