1 |
|
2003-08-19 Jan-Oliver Wagner <[email protected]> |
2 |
|
|
3 |
|
* Examples/simple_extensions/hello_world.py: New. Raises a Hello World |
4 |
|
message dialog. |
5 |
|
|
6 |
|
2003-08-18 Bernhard Herzog <[email protected]> |
7 |
|
|
8 |
|
* test/support.py (ThubanTestResult.printErrors): Indent the |
9 |
|
reason for the skips in the output to make it a bit more readable. |
10 |
|
(execute_as_testsuite): New helper function to run a test suite |
11 |
|
and print some more information. |
12 |
|
(run_tests): Use execute_as_testsuite to run the tests |
13 |
|
|
14 |
|
* test/runtests.py (main): Use execute_as_testsuite to run the |
15 |
|
tests |
16 |
|
|
17 |
|
2003-08-18 Bernhard Herzog <[email protected]> |
18 |
|
|
19 |
|
Fix some bugs in Thuban and the test suite that were uncovered by |
20 |
|
changes introduced in Python 2.3: |
21 |
|
|
22 |
|
* Thuban/Model/table.py (DBFTable.__init__): Make sure the |
23 |
|
filename is an absolute name |
24 |
|
|
25 |
|
* Thuban/Model/layer.py (RasterLayer.__init__): Make sure the |
26 |
|
filename is an absolute name |
27 |
|
|
28 |
|
* test/test_save.py (SaveSessionTest.testRasterLayer): Use a |
29 |
|
unique filename to save to and use the correct relative filename |
30 |
|
in the expected output. |
31 |
|
(SaveSessionTest.test_dbf_table): Use the correct relative |
32 |
|
filename in the expected output. |
33 |
|
|
34 |
|
* test/test_layer.py (TestLayer.test_raster_layer): Update the |
35 |
|
test to check whether the filename is absolute. |
36 |
|
|
37 |
2003-08-18 Jan-Oliver Wagner <[email protected]> |
2003-08-18 Jan-Oliver Wagner <[email protected]> |
38 |
|
|
39 |
* Thuban/UI/about.py (About.__init__): Added Silke Reimer. |
* Thuban/UI/about.py (About.__init__): Added Silke Reimer. |