| 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..10d0d907ded2cadf7e983391cb1d4ffc9458d3c3 100644
|
| --- a/Tools/GardeningServer/test/run-unit-tests.html
|
| +++ b/Tools/GardeningServer/test/run-unit-tests.html
|
| @@ -19,7 +19,10 @@ found in the LICENSE file.
|
|
|
| <script>
|
| mocha.checkLeaks();
|
| -mocha.globals(['net']);
|
| +mocha.globals(['net', 'scrolled', 'oCursor', 'availableWidth', 'topNotUsableSize',
|
| + 'xLabelWidth', 'nblab', 'bottomNotUsableHeightWithoutXLabels',
|
| + 'bottomNotUsableHeightWithXLabels', 'availableHeight', 'clrx', 'clrwidth',
|
| + 'clry', 'clrheight']);
|
| mocha.setup('bdd');
|
| </script>
|
|
|
|
|