From a339074539ccf2de403173c0ea64e06819e6ea07 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Tue, 4 Sep 2007 15:28:14 +0000 Subject: [PATCH] Add test_KML stub (does nothing useful.) git-svn-id: http://svn.openlayers.org/trunk/openlayers@4188 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Format/test_KML.html | 41 ++++++++++++++++++++++++++++++++++++++ tests/list-tests.html | 1 + 2 files changed, 42 insertions(+) create mode 100644 tests/Format/test_KML.html diff --git a/tests/Format/test_KML.html b/tests/Format/test_KML.html new file mode 100644 index 0000000000..119af2a1d9 --- /dev/null +++ b/tests/Format/test_KML.html @@ -0,0 +1,41 @@ + + + + + + + + diff --git a/tests/list-tests.html b/tests/list-tests.html index 735d0a3805..ce54945b82 100644 --- a/tests/list-tests.html +++ b/tests/list-tests.html @@ -21,6 +21,7 @@
  • Geometry/test_Surface.html
  • test_Format.html
  • Format/test_XML.html
  • +
  • Format/test_KML.html
  • Format/test_GeoRSS.html
  • Format/test_JSON.html
  • Format/test_GeoJSON.html