Begin unit tests
[matches/MCTX3420.git] / testing / qunit / index.html
1 <!DOCTYPE html>
2 <html>
3         <head>
4         <meta charset="utf-8">
5                 <title>MCTX3420 2013 Server API unit tests</title>
6                 <link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.12.0.css">
7         </head>
8 <body>
9         <div id="qunit"></div>
10         <div id="qunit-fixture"></div>
11     <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
12         <script src="http://code.jquery.com/qunit/qunit-1.12.0.js"></script>
13         <script src="unit-tests.js"></script>
14 </body>
15 </html>

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