| Index: Tools/GardeningServer/test/unit-tests.html
|
| diff --git a/Tools/GardeningServer/polymer-load-warning.html b/Tools/GardeningServer/test/unit-tests.html
|
| similarity index 54%
|
| copy from Tools/GardeningServer/polymer-load-warning.html
|
| copy to Tools/GardeningServer/test/unit-tests.html
|
| index 7e3625e685e947a40e203a3b50ea958e3a80816c..6327576b6daf9e5f1857d835bfd3e1f9f74146fc 100644
|
| --- a/Tools/GardeningServer/polymer-load-warning.html
|
| +++ b/Tools/GardeningServer/test/unit-tests.html
|
| @@ -4,7 +4,5 @@ Use of this source code is governed by a BSD-style license that can be
|
| found in the LICENSE file.
|
| -->
|
|
|
| -<script>
|
| -if (!window.Polymer)
|
| - alert('Polymer did not load correctly. Did you run "bower update" from Tools/GardeningServer?');
|
| -</script>
|
| +<link rel="import" href="../ui/test/ct-builder-grid-tests.html">
|
| +<link rel="import" href="../ui/test/ct-builder-tests.html">
|
|
|