From e88c6abb1f2b50458839b7ceb2ce4deed90fe32b Mon Sep 17 00:00:00 2001 From: crschmidt Date: Sat, 20 May 2006 13:29:11 +0000 Subject: [PATCH] Initial tests for OpenLayers.Feature. tests the createMarker method added in r212. git-svn-id: http://svn.openlayers.org/trunk/openlayers@213 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/list-tests.html | 1 + tests/test_Feature.html | 71 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 tests/test_Feature.html diff --git a/tests/list-tests.html b/tests/list-tests.html index 97ea373341..fa39b3ad9c 100644 --- a/tests/list-tests.html +++ b/tests/list-tests.html @@ -4,6 +4,7 @@
  • test_LonLat.html
  • test_Icon.html
  • test_Marker.html
  • +
  • test_Feature.html
  • test_Bounds.html
  • test_Events.html
  • test_Util.html
  • diff --git a/tests/test_Feature.html b/tests/test_Feature.html new file mode 100644 index 0000000000..c010f18650 --- /dev/null +++ b/tests/test_Feature.html @@ -0,0 +1,71 @@ + + + + + + +
    + +