You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2012/09/02 13:25:46 UTC

svn commit: r1379942 - /activemq/activemq-apollo/trunk/apollo-stomp/src/test/resources/org/apache/activemq/apollo/stomp/test/websocket.html

Author: chirino
Date: Sun Sep  2 11:25:46 2012
New Revision: 1379942

URL: http://svn.apache.org/viewvc?rev=1379942&view=rev
Log:
Allow the websocket test to pass even when building offline.

Modified:
    activemq/activemq-apollo/trunk/apollo-stomp/src/test/resources/org/apache/activemq/apollo/stomp/test/websocket.html

Modified: activemq/activemq-apollo/trunk/apollo-stomp/src/test/resources/org/apache/activemq/apollo/stomp/test/websocket.html
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-stomp/src/test/resources/org/apache/activemq/apollo/stomp/test/websocket.html?rev=1379942&r1=1379941&r2=1379942&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-stomp/src/test/resources/org/apache/activemq/apollo/stomp/test/websocket.html (original)
+++ activemq/activemq-apollo/trunk/apollo-stomp/src/test/resources/org/apache/activemq/apollo/stomp/test/websocket.html Sun Sep  2 11:25:46 2012
@@ -22,7 +22,7 @@
     <!--[if lt IE 9]>
       <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
     <![endif]-->
-    <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js'></script>
+    <script src='../../../../../../../../../apollo-website/src/scripts/jquery.js'></script>
     <script src="../../../../../../../../../apollo-distro/src/main/release/examples/websocket/js/stomp.js"></script>
     <script>//<![CDATA[
     $(document).ready(function() {