Add test page for the new Helper.js
diff --git a/js/testing/.DS_Store b/js/testing/.DS_Store
new file mode 100644
index 0000000..c13445d
--- /dev/null
+++ b/js/testing/.DS_Store
Binary files differ
diff --git a/js/testing/test-path.html b/js/testing/test-path.html
new file mode 100644
index 0000000..1c6330d
--- /dev/null
+++ b/js/testing/test-path.html
@@ -0,0 +1,21 @@
+<?xml version = "1.0" encoding="utf-8" ?>

+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"

+"DTD/xhtml1-strict.dtd">

+<html xmlns = "http://www.w3.org/1999/xhtml">

+<meta charset="UTF-8">

+

+<head>

+	<title>Get path to Helper.js</title>

+	

+	<script type="text/javascript" src="../Helper.js"></script>

+

+	<script type="text/javascript">

+		var ndn = new NDN();

+        //document.write('NDN() object created!');

+        console.log('NDN() object created!');

+	</script>

+	

+</head>

+<body >

+</body>

+</html>