Begin unit tests
[matches/MCTX3420.git] / testing / qunit / index.html
diff --git a/testing/qunit/index.html b/testing/qunit/index.html
new file mode 100644 (file)
index 0000000..4f4dcfe
--- /dev/null
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+       <head>
+       <meta charset="utf-8">
+               <title>MCTX3420 2013 Server API unit tests</title>
+               <link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.12.0.css">
+       </head>
+<body>
+       <div id="qunit"></div>
+       <div id="qunit-fixture"></div>
+    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+       <script src="http://code.jquery.com/qunit/qunit-1.12.0.js"></script>
+       <script src="unit-tests.js"></script>
+</body>
+</html>
\ No newline at end of file

UCC git Repository :: git.ucc.asn.au