| Index: Tools/GardeningServer/test/run-unit-tests.html
|
| diff --git a/Tools/GardeningServer/test/run-unit-tests.html b/Tools/GardeningServer/test/run-unit-tests.html
|
| index 38a1075c4615d38dc64bb765e63a01a12ad83c82..fc3d53fbc8c5df675d9855af0ea2a1d7416d3bdc 100644
|
| --- a/Tools/GardeningServer/test/run-unit-tests.html
|
| +++ b/Tools/GardeningServer/test/run-unit-tests.html
|
| @@ -16,6 +16,10 @@ found in the LICENSE file.
|
| <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">
|
| +<script src='//www.google.com/jsapi'></script>
|
| +<script>
|
| +google.load("visualization", "1", {packages: ["corechart"]});
|
| +</script>
|
|
|
| <script>
|
| mocha.checkLeaks();
|
|
|