1 |
|
2003-08-18 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
Fix some bugs in Thuban and the test suite that were uncovered by |
4 |
|
changes introduced in Python 2.3: |
5 |
|
|
6 |
|
* Thuban/Model/table.py (DBFTable.__init__): Make sure the |
7 |
|
filename is an absolute name |
8 |
|
|
9 |
|
* Thuban/Model/layer.py (RasterLayer.__init__): Make sure the |
10 |
|
filename is an absolute name |
11 |
|
|
12 |
|
* test/test_save.py (SaveSessionTest.testRasterLayer): Use a |
13 |
|
unique filename to save to and use the correct relative filename |
14 |
|
in the expected output. |
15 |
|
(SaveSessionTest.test_dbf_table): Use the correct relative |
16 |
|
filename in the expected output. |
17 |
|
|
18 |
|
* test/test_layer.py (TestLayer.test_raster_layer): Update the |
19 |
|
test to check whether the filename is absolute. |
20 |
|
|
21 |
2003-08-18 Jan-Oliver Wagner <[email protected]> |
2003-08-18 Jan-Oliver Wagner <[email protected]> |
22 |
|
|
23 |
* Thuban/UI/about.py (About.__init__): Added Silke Reimer. |
* Thuban/UI/about.py (About.__init__): Added Silke Reimer. |