diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-11-08 16:52:03 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-11-08 16:52:03 +0100 |
commit | 5dfa8d79e1ec28093056e5f52529ee3103361534 (patch) | |
tree | 9166aa62eeb54ed87f9d754b6ad750ce05f2b6a1 /testlib/selenium/testhost.html | |
parent | afb9fba64be1f15a3ce3ed31214a704e73e5e8bb (diff) |
fixes to test harness
Diffstat (limited to 'testlib/selenium/testhost.html')
-rw-r--r-- | testlib/selenium/testhost.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testlib/selenium/testhost.html b/testlib/selenium/testhost.html index 263fe6316..62c1a4e82 100644 --- a/testlib/selenium/testhost.html +++ b/testlib/selenium/testhost.html @@ -2,10 +2,10 @@ <html> <head> <title>Browser Test Host</title> - <script src="../../lib/vendor/system-csp-production.src.js"></script> + <script src="/lib/vendor/system-csp-production.src.js"></script> <script> System.config({ - baseURL: "../../", + baseURL: "/", defaultJSExtensions: true, meta: { "lib/emscripten/taler-emscripten-lib": { |