OLD | NEW |
1 <!-- | 1 <!-- |
2 Copyright (C) 2011 Google Inc. All rights reserved. | 2 Copyright (C) 2011 Google Inc. All rights reserved. |
3 | 3 |
4 Redistribution and use in source and binary forms, with or without | 4 Redistribution and use in source and binary forms, with or without |
5 modification, are permitted provided that the following conditions | 5 modification, are permitted provided that the following conditions |
6 are met: | 6 are met: |
7 1. Redistributions of source code must retain the above copyright | 7 1. Redistributions of source code must retain the above copyright |
8 notice, this list of conditions and the following disclaimer. | 8 notice, this list of conditions and the following disclaimer. |
9 2. Redistributions in binary form must reproduce the above copyright | 9 2. Redistributions in binary form must reproduce the above copyright |
10 notice, this list of conditions and the following disclaimer in the | 10 notice, this list of conditions and the following disclaimer in the |
(...skipping 27 matching lines...) Expand all Loading... |
38 <body> | 38 <body> |
39 <h1 id="qunit-header">TestFailures JavaScript Unit Tests</h1> | 39 <h1 id="qunit-header">TestFailures JavaScript Unit Tests</h1> |
40 <h2 id="qunit-banner"></h2> | 40 <h2 id="qunit-banner"></h2> |
41 <div id="qunit-testrunner-toolbar"></div> | 41 <div id="qunit-testrunner-toolbar"></div> |
42 <h2 id="qunit-userAgent"></h2> | 42 <h2 id="qunit-userAgent"></h2> |
43 <ol id="qunit-tests"></ol> | 43 <ol id="qunit-tests"></ol> |
44 | 44 |
45 <script src="bower_components/sugar/release/sugar-full.development.js"></script> | 45 <script src="bower_components/sugar/release/sugar-full.development.js"></script> |
46 <script src="scripts/base.js"></script> | 46 <script src="scripts/base.js"></script> |
47 <script src="scripts/config.js"></script> | 47 <script src="scripts/config.js"></script> |
48 <script src="scripts/base_unittests.js"></script> | |
49 <script src="scripts/net.js"></script> | 48 <script src="scripts/net.js"></script> |
50 <script src="scripts/net_unittests.js"></script> | 49 <script src="scripts/net_unittests.js"></script> |
51 <script src="scripts/svn-log.js"></script> | 50 <script src="scripts/svn-log.js"></script> |
52 <script src="scripts/svn-log_unittests.js"></script> | 51 <script src="scripts/svn-log_unittests.js"></script> |
53 <script src="scripts/treestatus.js"></script> | 52 <script src="scripts/treestatus.js"></script> |
54 <script src="scripts/treestatus_unittests.js"></script> | 53 <script src="scripts/treestatus_unittests.js"></script> |
55 <script src="scripts/builders.js"></script> | 54 <script src="scripts/builders.js"></script> |
56 <script src="scripts/builders_unittests.js"></script> | 55 <script src="scripts/builders_unittests.js"></script> |
57 <script src="scripts/results.js"></script> | 56 <script src="scripts/results.js"></script> |
58 <script src="scripts/results_unittests.js"></script> | 57 <script src="scripts/results_unittests.js"></script> |
(...skipping 15 matching lines...) Expand all Loading... |
74 <link rel="import" href="ui/ct-failing-builders-tests.html"> | 73 <link rel="import" href="ui/ct-failing-builders-tests.html"> |
75 <link rel="import" href="ui/ct-results-by-builder-tests.html"> | 74 <link rel="import" href="ui/ct-results-by-builder-tests.html"> |
76 <link rel="import" href="ui/ct-results-comparison-tests.html"> | 75 <link rel="import" href="ui/ct-results-comparison-tests.html"> |
77 <link rel="import" href="ui/ct-results-detail-tests.html"> | 76 <link rel="import" href="ui/ct-results-detail-tests.html"> |
78 <link rel="import" href="ui/ct-results-panel-tests.html"> | 77 <link rel="import" href="ui/ct-results-panel-tests.html"> |
79 <link rel="import" href="ui/ct-test-list-tests.html"> | 78 <link rel="import" href="ui/ct-test-list-tests.html"> |
80 <link rel="import" href="ui/ct-test-output-tests.html"> | 79 <link rel="import" href="ui/ct-test-output-tests.html"> |
81 <link rel="import" href="ui/ct-tree-status-tests.html"> | 80 <link rel="import" href="ui/ct-tree-status-tests.html"> |
82 | 81 |
83 </body> | 82 </body> |
OLD | NEW |