Change path to ../JavaSocketBridge.jar because test files are now in a subdirectory.
diff --git a/js/testing/test-connection.html b/js/testing/test-connection.html
index ab68061..eb0d137 100644
--- a/js/testing/test-connection.html
+++ b/js/testing/test-connection.html
@@ -113,7 +113,7 @@
 	<button onclick="getAction()">GET!</button>

 

 	<div >

-		<applet id="JavaSocketBridge" archive="JavaSocketBridge.jar" code="JavaSocketBridge.class" width="0" height="0">

+		<applet id="JavaSocketBridge" archive="../JavaSocketBridge.jar" code="JavaSocketBridge.class" width="0" height="0">

 		</applet>

 	</div>