First unit test and testswarm connector
[bookreader.git] / BookReaderIA / test / index.html
diff --git a/BookReaderIA/test/index.html b/BookReaderIA/test/index.html
new file mode 100644 (file)
index 0000000..5314571
--- /dev/null
@@ -0,0 +1,17 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
+                    "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+  <script src="http://code.jquery.com/jquery-latest.js"></script>
+  <link rel="stylesheet" href="http://test.archive.org/qunit/qunit.css" type="text/css" media="screen" />
+<script type="text/javascript" src="http://test.archive.org/qunit/qunit.js"></script>
+<script type="text/javascript" src="unit/JSLocate.js"></script>
+
+</head>
+<body>
+  <h1 id="qunit-header">QUnit example</h1>
+ <h2 id="qunit-banner"></h2>
+ <h2 id="qunit-userAgent"></h2>
+ <ol id="qunit-tests"></ol>
+</body>
+</html>