1 |
|
2004-03-24 Martin Schulze <[email protected]> |
2 |
|
|
3 |
|
* Extensions/wms/capabilities.py: Renamed the class to contain |
4 |
|
'WMS', also added a linebreak where required |
5 |
|
|
6 |
|
* Extensions/wms/parser.py: Finally added the XML parser for the |
7 |
|
GetCapabilities response. |
8 |
|
|
9 |
|
* Extensions/wms/test/sample.xml: Adjusted the sample file so that |
10 |
|
<SRS> elements match the <BoundingBox> elements, except for the |
11 |
|
layer 'beschriftung'. |
12 |
|
|
13 |
|
* Extensions/wms/test/test_parser.py: Encode non-ascii strings |
14 |
|
since Python uses unicode strings internally, otherwise |
15 |
|
comparisons will fail. Removed tests for getLayerBBoxSRS() since |
16 |
|
the SRS will be calculated anyway and this method is obsoleted by |
17 |
|
getLayerSRS(). Denote SRS as strings and not as cardinal numbers. |
18 |
|
Move loading the sample file into the setUp method. Added a test |
19 |
|
for finding the integrity problem in the sample response. |
20 |
|
Improved formatting. |
21 |
|
|
22 |
|
* Extensions/wms/domutils.py: Added convenience routines for |
23 |
|
handling of Document Object Model (DOM) nodes. |
24 |
|
|
25 |
|
* Extensions/wms/test/test_domutils.py: Added a test for the |
26 |
|
domutils module |
27 |
|
|
28 |
|
2004-03-19 Martin Schulze <[email protected]> |
29 |
|
|
30 |
|
* Extensions/wms/test/test_parser.py (TestWMSCapabilitiesParser): |
31 |
|
Moved path detection and adding into a module of its own, |
32 |
|
adjustpath, which exports thubandir as main Thuban directory. |
33 |
|
|
34 |
|
* Extensions/wms/test/test_ogclib.py (TestWMSLib): Moved path |
35 |
|
detection and adding into a module of its own, adjustpath, which |
36 |
|
exports thubandir as main Thuban directory. Reorganised the |
37 |
|
module in order to support the SkipTest feature for Thuban test |
38 |
|
cases. |
39 |
|
|
40 |
|
* Extensions/wms/test/adjustpath.py: Moved path detection and |
41 |
|
adding into a module of its own. |
42 |
|
|
43 |
2004-03-18 Martin Schulze <[email protected]> |
2004-03-18 Martin Schulze <[email protected]> |
44 |
|
|
45 |
* Extensions/wms/test/test_parser.py: Added another test for |
* Extensions/wms/test/test_parser.py: Added another test for |