1 |
|
2002-10-18 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* test/test_map.py |
4 |
|
(TestMapWithContents.test_projected_bounding_box): Use an explicit |
5 |
|
epsilon. |
6 |
|
|
7 |
|
* test/support.py (FloatComparisonMixin.assertFloatEqual) |
8 |
|
(FloatComparisonMixin.assertFloatSeqEqual): give a more useful |
9 |
|
message if the assertion fails and don't return the return value |
10 |
|
of self.assert_. In assertFloatSeqEqual the return meant that not |
11 |
|
all items of the sequence were compared. |
12 |
|
|
13 |
|
2002-09-20 Bernhard Herzog <[email protected]> |
14 |
|
|
15 |
|
* test/test_fileutil.py: New. Test cases for Thuban.Lib.fileutil |
16 |
|
|
17 |
|
* Thuban/Lib/fileutil.py: Fixup some whitespace and typos |
18 |
|
|
19 |
|
* test/test_map.py (TestMapWithContents.test_tree_info): Create |
20 |
|
the string with the bounding box on the fly because of platform |
21 |
|
differences in the way %g is handled. |
22 |
|
|
23 |
|
* test/test_layer.py (TestLayer.test_empty_layer): Create an empty |
24 |
|
DBFfile too because Thuban layers can't yet cope missing DBF |
25 |
|
files. |
26 |
|
|
27 |
2002-09-20 Bernhard Herzog <[email protected]> |
2002-09-20 Bernhard Herzog <[email protected]> |
28 |
|
|
29 |
* test/test_menu.py: Use initthuban instead of |
* test/test_menu.py: Use initthuban instead of |