-
Notifications
You must be signed in to change notification settings - Fork 45
/
unittest.html
27 lines (26 loc) · 1004 Bytes
/
unittest.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
<head>
<script>
// for testing IE, remove array.indexOf
// delete Array.prototype.indexOf;
</script>
<script type="text/javascript" src="lib/underscore.js"></script>
<link rel="stylesheet" type="text/css" href="lib/qunit/qunit.css"/>
<script type="text/javascript" src="lib/qunit/qunit.js"></script>
<script type="text/javascript" src="lib/jquery-1.7.1.js"></script>
<script type="text/javascript" src="lib/moment.js"></script>
<script type="text/javascript" src="lib/Raphael.js"></script>
<script type="text/javascript" src="polychart2.js"></script>
<script type="text/javascript" src="tests.js"></script>
</head>
<body>
<h1 id="qunit-header">Polychart V2 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>
<div id="none"></div>
</body>
</html>