|
57
|
1 |
<html> |
|
|
2 |
<head> |
|
|
3 |
<title>Unit Tests</title> |
|
|
4 |
<script src="http://code.jquery.com/jquery-latest.js"></script> |
|
|
5 |
<script src="qunit.js" type="text/javascript"></script> |
|
|
6 |
<link rel="stylesheet" href="qunit.css" type="text/css" media="screen" /> |
|
|
7 |
<script src="tests/serializer.js" type="text/javascript"></script> |
|
|
8 |
</head> |
|
|
9 |
<body> |
|
|
10 |
<script> |
|
|
11 |
$(document).ready(function(){ |
|
|
12 |
test_serializer(); |
|
|
13 |
}); |
|
|
14 |
</script> |
|
|
15 |
<body> |
|
|
16 |
<h1 id="qunit-header">Metadataplayer Unit Tests</h1> |
|
|
17 |
<h2 id="qunit-banner"></h2> |
|
|
18 |
<div id="qunit-testrunner-toolbar"></div> |
|
|
19 |
<h2 id="qunit-userAgent"></h2> |
|
|
20 |
<ol id="qunit-tests"></ol> |
|
|
21 |
<div id="qunit-fixture">test markup, will be hidden</div> |
|
|
22 |
</body> |
|
|
23 |
</html> |