tests: Updating tests to have correct include path for ndn-js
Now all test cases include ndn-js.js directly. Helper.js has been
removed from the source.
Status:
- there is some problem with tests/test-PIT-matching.html
In Chrome it complains about missing to_ccnb call on Object,
In Firefox it is doing something, but not everything
diff --git a/tests/test-throughput-http.html b/tests/test-throughput-http.html
index 3720be7..8635b2e 100644
--- a/tests/test-throughput-http.html
+++ b/tests/test-throughput-http.html
@@ -7,7 +7,7 @@
<head>
<title>HTTP Get via XHR</title>
- <script type="text/javascript" src="../tools/build/ndn-js.js"></script>
+ <script type="text/javascript" src="../build/ndn-js.js"></script>
<script type="text/javascript">
function run() {