Add Intel copyright header.
[profile/ivi/cowhide.git] / examples / hoofbeats / tests / index.html
1 <!--
2  * Copyright (c) 2012, Intel Corporation.
3  *
4  * This program is licensed under the terms and conditions of the
5  * Apache License, version 2.0.  The full text of the Apache License is at
6  * http://www.apache.org/licenses/LICENSE-2.0
7  *
8 -->
9
10 <!DOCTYPE HTML>
11 <html>
12 <head>
13   <title>Hoofbeats Test Suite</title>
14
15   <!-- jquery -->
16   <!--<script src="http://code.jquery.com/jquery-1.7.min.js"></script>-->
17   <script src="vendor/jquery-1.8.3.js"></script>
18
19   <!-- qunit -->
20   <link rel="stylesheet" href="vendor/qunit.css" type="text/css" media="screen" />
21   <script src="vendor/qunit.js"></script>
22
23   <!-- phantomjs logging script-->
24   <script src="unit/hoofbeats-phantom.js"></script>
25
26   <!-- source -->
27   <script src="javascripts/resolvers/dummy.js"></script>
28   <script src="javascripts/resolvers/musicbrainz.js"></script>
29   <script src="javascripts/library.js"></script>
30
31   <!-- unit tests -->
32   <script src="unit/resolvers/musicbrainz.js"></script>
33   <script src="unit/library.js"></script>
34 </head>
35 <body>
36   <div>
37     <h1 id="qunit-header">Hoofbeats Test Suite</h1>
38     <h2 id="qunit-banner"></h2>
39     <h2 id="qunit-userAgent"></h2>
40     <ol id="qunit-tests"></ol>
41     <div id="qunit-fixture"></div>
42   </div>
43 </body>
44 </html>