Statistics
| Branch: | Tag: | Revision:

root / ui / templates / tests.html @ 8d08f18a

History | View | Annotate | Download (1.4 kB)

1
<html>
2
    <head>
3
        <script src="static/snf/js/lib/jquery.js"></script>
4
        <script src="static/snf/js/lib/jquery.cookie.js"></script>
5
        <script src="static/snf/js/lib/jquery.client.js"></script>
6
        <script src="static/snf/js/lib/jquery.tools.min.js"></script>
7
        <script src="static/snf/js/lib/jquery.dataTables.min.js"></script>
8

    
9
        <script src="static/snf/js/lib/underscore.js"></script>
10
        <script src="static/snf/js/lib/backbone.js"></script>
11
        <script src="static/snf/js/lib/json2.js"></script>
12

    
13

    
14
        <script src="static/snf/js/utils.js"></script>
15
        <script src="static/snf/js/sync.js"></script>
16
        <script src="static/snf/js/models.js"></script>
17
        <script src="static/snf/js/views.js"></script>
18
        <script src="static/snf/js/ui/ui.js"></script>
19

    
20
        <script src="static/snf/js/tests.js"></script>
21

    
22
        <script src="static/snf/js/tests/jquery.mockjax.js"></script>
23

    
24
        <link rel="stylesheet" href="http://code.jquery.com/qunit/git/qunit.css" type="text/css" media="screen" />
25
        <script type="text/javascript" src="http://code.jquery.com/qunit/git/qunit.js"></script>
26
    </head>
27
    <body>
28
        <h1 id="qunit-header">SNF JS API Tests</h1>
29
        <h2 id="qunit-banner"></h2>
30
        <div id="qunit-testrunner-toolbar"></div>
31
        <h2 id="qunit-userAgent"></h2>
32
        <ol id="qunit-tests"></ol>
33
        <div id="qunit-fixture">test markup, will be hidden</div>
34
    </body>
35
</html>