| Index: Tools/GardeningServer/run-unittests.html
|
| diff --git a/Tools/GardeningServer/run-unittests.html b/Tools/GardeningServer/run-unittests.html
|
| index 0d5d53c05f997d530ef199b0a80367fa19142046..9f19e143b48650b5dcd9a1a0d66977e12eb4590c 100644
|
| --- a/Tools/GardeningServer/run-unittests.html
|
| +++ b/Tools/GardeningServer/run-unittests.html
|
| @@ -43,26 +43,20 @@ THE POSSIBILITY OF SUCH DAMAGE.
|
| <ol id="qunit-tests"></ol>
|
|
|
| <script src="bower_components/sugar/release/sugar-full.development.js"></script>
|
| -<script src="scripts/base.js"></script>
|
| <script src="scripts/config.js"></script>
|
| <script src="scripts/net.js"></script>
|
| <script src="scripts/net_unittests.js"></script>
|
| -<script src="scripts/svn-log.js"></script>
|
| -<script src="scripts/svn-log_unittests.js"></script>
|
| <script src="scripts/treestatus.js"></script>
|
| <script src="scripts/treestatus_unittests.js"></script>
|
| -<script src="scripts/builders.js"></script>
|
| -<script src="scripts/builders_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/model.js"></script>
|
| -<script src="scripts/model_unittests.js"></script>
|
|
|
| <script src="bower_components/platform/platform.js"></script>
|
| <link rel="import" href="bower_components/polymer/polymer.html">
|
| <link rel="import" href="polymer-load-warning.html">
|
| <link rel="import" href="model/ct-commit-log-tests.html">
|
| +<link rel="import" href="model/ct-commit-tests.html">
|
| <link rel="import" href="ui/ct-builder-grid-tests.html">
|
| <link rel="import" href="ui/ct-builder-tests.html">
|
| <link rel="import" href="ui/ct-commit-tests.html">
|
|
|