joey: thuban/Extensions/wms/test test_parser.py,1.13,1.14
cvs@intevation.de
cvs at intevation.de
Tue Mar 30 18:25:05 CEST 2004
Author: joey
Update of /thubanrepository/thuban/Extensions/wms/test
In directory doto:/tmp/cvs-serv17384
Modified Files:
test_parser.py
Log Message:
Adjust the tests to reflect the corrected interpretation of the
standard: i.e. a layer does not have to define a BoundingBox for all
SRSes it supports. Hence the <SRS></SRS> specification is
authoritative, not the list of BoundingBoxes.
Index: test_parser.py
===================================================================
RCS file: /thubanrepository/thuban/Extensions/wms/test/test_parser.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- test_parser.py 24 Mar 2004 19:39:06 -0000 1.13
+++ test_parser.py 30 Mar 2004 16:25:02 -0000 1.14
@@ -172,7 +172,8 @@
['31493', '31494', '31495'])
# Single SRS with inheritance but overwriting
- self.compareLists(self.getLayerSRS('beschriftung'), ['31493'])
+ self.compareLists(self.getLayerSRS('beschriftung'),
+ ['31493', '31494', '31495'])
def test_LatLonBoundingBoxes(self):
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)