| Index: Tools/GardeningServer/run-unittests.html
|
| diff --git a/Tools/GardeningServer/run-unittests.html b/Tools/GardeningServer/run-unittests.html
|
| index ae830eb3ff8fb44625495a90a9f6472fbcb28341..e9a91f81b4c1d0faba3c6297b7b69f26e03bcf16 100644
|
| --- a/Tools/GardeningServer/run-unittests.html
|
| +++ b/Tools/GardeningServer/run-unittests.html
|
| @@ -47,8 +47,6 @@ THE POSSIBILITY OF SUCH DAMAGE.
|
| <script src="scripts/net_unittests.js"></script>
|
| <script src="scripts/results.js"></script>
|
| <script src="scripts/results_unittests.js"></script>
|
| -<script src="scripts/ui.js"></script>
|
| -<script src="scripts/ui_unittests.js"></script>
|
|
|
| <script src="bower_components/platform/platform.js"></script>
|
| <link rel="import" href="bower_components/polymer/polymer.html">
|
| @@ -56,6 +54,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
|
| <link rel="import" href="model/ct-builder-tests.html">
|
| <link rel="import" href="model/ct-commit-log-tests.html">
|
| <link rel="import" href="model/ct-commit-tests.html">
|
| +<link rel="import" href="model/ct-failure-tests.html">
|
| <link rel="import" href="model/tree-status-tests.html">
|
| <link rel="import" href="ui/ct-builder-grid-tests.html">
|
| <link rel="import" href="ui/ct-builder-tests.html">
|
|
|