From 84e5c47caa74cd9e0d304ded97d879b5e7c2e00a Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Fri, 13 Apr 2012 09:58:59 +0200 Subject: [PATCH] Add tests for the ZoomToMaxExtent control. --- tests/Control/ZoomToMaxExtent.html | 85 ++++++++++++++++++++++++++++++ tests/list-tests.html | 1 + 2 files changed, 86 insertions(+) create mode 100644 tests/Control/ZoomToMaxExtent.html diff --git a/tests/Control/ZoomToMaxExtent.html b/tests/Control/ZoomToMaxExtent.html new file mode 100644 index 0000000000..d22c24717b --- /dev/null +++ b/tests/Control/ZoomToMaxExtent.html @@ -0,0 +1,85 @@ + + + + + + + +
+ + diff --git a/tests/list-tests.html b/tests/list-tests.html index 283bc69eb8..2ac92fd933 100644 --- a/tests/list-tests.html +++ b/tests/list-tests.html @@ -49,6 +49,7 @@
  • Control/PanPanel.html
  • Control/SLDSelect.html
  • Control/Zoom.html
  • +
  • Control/ZoomToMaxExtent.html
  • Events.html
  • Events/buttonclick.html
  • Extras.html