joey: thuban/Extensions/wms/test test_parser.py,1.4,1.5
cvs@intevation.de
cvs at intevation.de
Wed Mar 24 17:38:24 CET 2004
Author: joey
Update of /thubanrepository/thuban/Extensions/wms/test
In directory doto:/tmp/cvs-serv12006
Modified Files:
test_parser.py
Log Message:
We don't need getLayerBBoxSRS() anymore since the SRS is calculated
from the BoundingBoxes anyway in order to provide correct information,
hence this routine is obsoleted by getLayerSRS().
Index: test_parser.py
===================================================================
RCS file: /thubanrepository/thuban/Extensions/wms/test/test_parser.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- test_parser.py 24 Mar 2004 16:34:13 -0000 1.4
+++ test_parser.py 24 Mar 2004 16:38:21 -0000 1.5
@@ -192,24 +192,6 @@
self.compareDicts (self.getLayerLatLonBBox('gewaesserpolyl'),bbox)
- def test_BBoxSRS (self):
- """
- Check if the BoundingBoxSRS' are returned properly
- """
-
- if not self.capabilities:
- self.load_frida()
-
- # Single SRS:BBox
- self.compareLists (self.getLayerBBoxSRS('gruenflaechen'),[31493])
-
- # Single inherited SRS:BBox
- self.compareLists (self.getLayerBBoxSRS('gewaesser'),[31493])
-
- # Multiple SRS:BBox
- self.compareLists (self.getLayerBBoxSRS('gewaesserpolyl'),[31493, 31494])
-
-
def test_BoundingBoxes (self):
"""
Check if the BoundingBoxes are returned properly
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)