From 6c5b85626eef62ce513e977d7e693977046fd102 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Wed, 17 May 2006 20:14:30 +0000 Subject: [PATCH] Add tests for WMS layer. This is one of the first tests that probably will catch real errors: addTile is probably relatively thoroughly covered in testing now. git-svn-id: http://svn.openlayers.org/trunk/openlayers@110 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/list-tests.html | 1 + tests/test_Layer_WMS.html | 41 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 tests/test_Layer_WMS.html diff --git a/tests/list-tests.html b/tests/list-tests.html index 8212eb3d1b..77596b3360 100644 --- a/tests/list-tests.html +++ b/tests/list-tests.html @@ -7,6 +7,7 @@
  • test_Events.html
  • test_Layer.html
  • test_Layer_Marker.html
  • +
  • test_Layer_WMS.html
  • test_Tile.html
  • test_Tile_Image.html
  • test_Control.html
  • diff --git a/tests/test_Layer_WMS.html b/tests/test_Layer_WMS.html new file mode 100644 index 0000000000..e47f543fc9 --- /dev/null +++ b/tests/test_Layer_WMS.html @@ -0,0 +1,41 @@ + + + + + + + +