1 |
|
2003-07-08 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Resources/XML/thuban-0.9.dtd: New. This will become the DTD for |
4 |
|
0.9. |
5 |
|
|
6 |
|
* Thuban/Model/transientdb.py (TransientJoinedTable.JoinType): |
7 |
|
New. Return the join type |
8 |
|
|
9 |
|
* Thuban/Model/save.py (SessionSaver.write_session): Use new 0.9 |
10 |
|
DTD |
11 |
|
(SessionSaver.write_data_containers): Save the join type for |
12 |
|
joined tables |
13 |
|
|
14 |
|
* Thuban/Model/load.py (SessionLoader.__init__): Add the new 0.9 |
15 |
|
namespace |
16 |
|
(SessionLoader.start_jointable): Handle the jointype attribute |
17 |
|
|
18 |
|
* test/test_load_0_8.py: New. Effectively a copy of test_load.py |
19 |
|
as of Thuban 0.8. These are now tests to determine whether Thuban |
20 |
|
can still read files generated by Thuban 0.8 |
21 |
|
|
22 |
|
* test/test_load.py (LoadSessionTest.dtd) |
23 |
|
(TestSingleLayer.file_contents) |
24 |
|
(TestLayerVisibility.file_contents, TestLabels.file_contents) |
25 |
|
(TestLayerProjection.file_contents) |
26 |
|
(TestRasterLayer.file_contents, TestJoinedTable.file_contents) |
27 |
|
(TestJoinedTable.file_contents) |
28 |
|
(TestLoadError.file_contents): Update for new DTD |
29 |
|
(TestJoinedTable.file_contents, TestJoinedTable.setUp): Add test |
30 |
|
for new join type attribute |
31 |
|
|
32 |
|
* test/test_save.py (SaveSessionTest.dtd) |
33 |
|
(SaveSessionTest.testEmptySession) |
34 |
|
(SaveSessionTest.testSingleLayer) |
35 |
|
(SaveSessionTest.testLayerProjection) |
36 |
|
(SaveSessionTest.testRasterLayer) |
37 |
|
(SaveSessionTest.testClassifiedLayer) |
38 |
|
(SaveSessionTest.test_dbf_table) |
39 |
|
(SaveSessionTest.test_joined_table): Update for new DTD |
40 |
|
(SaveSessionTest.test_joined_table): Add test for new join type |
41 |
|
attribute |
42 |
|
|
43 |
2003-07-04 Bernhard Herzog <[email protected]> |
2003-07-04 Bernhard Herzog <[email protected]> |
44 |
|
|
45 |
* Thuban/Model/table.py (_find_dbf_column_names): New. Helper |
* Thuban/Model/table.py (_find_dbf_column_names): New. Helper |