1 |
2003-05-22 Bernhard Herzog <[email protected]> |
2003-05-22 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* test/test_layer.py (TestLayer.setUp, TestLayer.tearDown): |
4 |
|
Provide a better way to destroy the layers |
5 |
|
(TestLayer.test_base_layer, TestLayer.test_arc_layer) |
6 |
|
(TestLayer.test_point_layer, TestLayer.test_empty_layer) |
7 |
|
(TestLayer.test_polygon_layer, TestLayer.test_get_field_type): Use |
8 |
|
the new way to destroy the layers. |
9 |
|
(TestLayer.test_derived_store): New. Test for using a layer with a |
10 |
|
DerivedShapeStore |
11 |
|
|
12 |
|
* Thuban/Model/layer.py (Layer.SetShapeStore): Only set the |
13 |
|
filename if the shape store actually has one. |
14 |
|
|
15 |
|
2003-05-22 Bernhard Herzog <[email protected]> |
16 |
|
|
17 |
* Thuban/Model/table.py (DBFTable.FileName): New. Accessor method |
* Thuban/Model/table.py (DBFTable.FileName): New. Accessor method |
18 |
for the filename |
for the filename |
19 |
|
|