Change path to ../JavaSocketBridge.jar because test files are now in a subdirectory.
diff --git a/js/testing/test-request-send-hex.html b/js/testing/test-request-send-hex.html
index 647b648..1458c18 100644
--- a/js/testing/test-request-send-hex.html
+++ b/js/testing/test-request-send-hex.html
@@ -294,7 +294,7 @@
</form>
<button onclick="run()">Request Data!</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>