1 |
|
2003-07-15 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/save.py (SessionSaver.write_classification): Encode |
4 |
|
string values (in addition to the labels) as UTF 8 |
5 |
|
|
6 |
|
* Thuban/Model/load.py (SessionLoader.start_clpoint): Decode the |
7 |
|
values if the field type is string |
8 |
|
|
9 |
|
* test/test_save.py (SaveSessionTest.testClassifiedLayer): Test |
10 |
|
saving a session with non-ascii string classification values. |
11 |
|
|
12 |
|
* test/test_load.py (TestClassification.file_contents) |
13 |
|
(TestClassification.test): Check for non-ascii values in string |
14 |
|
classifications |
15 |
|
|
16 |
2003-07-14 Jonathan Coles <[email protected]> |
2003-07-14 Jonathan Coles <[email protected]> |
17 |
|
|
18 |
* test/test_view.py: New. Tests for ViewPort. |
* test/test_view.py: New. Tests for ViewPort. |