1 |
2003-08-11 Bernhard Herzog <[email protected]> |
2003-08-11 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* test/support.py (FloatComparisonMixin.assertPointListEquals): |
4 |
|
New. This method was used in various derived classes, but it's |
5 |
|
better to have it here. |
6 |
|
|
7 |
|
* test/test_shapefilestore.py |
8 |
|
(ShapefileStoreTests.assertPointListEquals): Removed. It's now in |
9 |
|
FloatComparisonMixin |
10 |
|
|
11 |
|
* test/test_layer.py (TestLayer.assertPointListEquals): Removed. |
12 |
|
It's now in FloatComparisonMixin |
13 |
|
|
14 |
|
* test/test_derivedshapestore.py |
15 |
|
(TestDerivedShapeStore.assertPointListEquals): Removed. It's now |
16 |
|
in FloatComparisonMixin |
17 |
|
|
18 |
|
2003-08-11 Bernhard Herzog <[email protected]> |
19 |
|
|
20 |
* Thuban/UI/join.py (JoinDialog.OnJoin): Add missing space to |
* Thuban/UI/join.py (JoinDialog.OnJoin): Add missing space to |
21 |
error message |
error message |
22 |
|
|