--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/unittests/index.html Mon Oct 10 16:14:58 2011 +0200
@@ -0,0 +1,23 @@
+<html>
+<head>
+ <title>Unit Tests</title>
+ <script src="http://code.jquery.com/jquery-latest.js"></script>
+ <script src="qunit.js" type="text/javascript"></script>
+ <link rel="stylesheet" href="qunit.css" type="text/css" media="screen" />
+ <script src="tests/serializer.js" type="text/javascript"></script>
+</head>
+<body>
+<script>
+ $(document).ready(function(){
+ test_serializer();
+});
+</script>
+<body>
+ <h1 id="qunit-header">Metadataplayer Unit Tests</h1>
+ <h2 id="qunit-banner"></h2>
+ <div id="qunit-testrunner-toolbar"></div>
+ <h2 id="qunit-userAgent"></h2>
+ <ol id="qunit-tests"></ol>
+ <div id="qunit-fixture">test markup, will be hidden</div>
+</body>
+</html>
\ No newline at end of file