1 |
2004-12-13 Bernhard Herzog <[email protected]> |
2004-12-13 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* test/test_load.py (TestAltPath.test_01_single_path_error_fix) |
4 |
|
(TestAltPath.test_02_path_error_fix_from_list) |
5 |
|
(TestAltPath.test_05_path_error_fix_from_list_changed) |
6 |
|
(TestAltPath.test_06_path_error_fix_from_list_fails): self.session |
7 |
|
is destroyed in tearDown, so there's no need to do it in a test |
8 |
|
case. |
9 |
|
|
10 |
|
* Thuban/Model/load.py (SessionLoader.open_shapefile): Remove a |
11 |
|
debug print |
12 |
|
|
13 |
|
2004-12-13 Bernhard Herzog <[email protected]> |
14 |
|
|
15 |
* Extensions/svgexport/test/test_svgmapwriter.py |
* Extensions/svgexport/test/test_svgmapwriter.py |
16 |
(TestDrawSplines.setUp): Do not use super with the unittest |
(TestDrawSplines.setUp): Do not use super with the unittest |
17 |
classes because in Python 2.2 they're still old-style classes. |
classes because in Python 2.2 they're still old-style classes. |