1 |
|
2003-06-20 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/data.py (DerivedShapeStore.__init__): Raise |
4 |
|
an exception if the number of shapes is different from the |
5 |
|
number of rows in the table. Address RTbug #1933. |
6 |
|
|
7 |
|
* test/test_layer.py (TestLayer.test_derived_store): Add |
8 |
|
a test for the new exception in DerivedShapeStore.__init__. |
9 |
|
|
10 |
|
* test/support.py (FloatTestCase): Removed since there is |
11 |
|
already FloatComparisonMixin. Fixes RTbug #1954. |
12 |
|
(FloatComparisonMixin.assertFloatEqual): Include test for |
13 |
|
infinity that was part of FloatTestCase. |
14 |
|
|
15 |
|
* test/test_range.py (RangeTest): Inherit from |
16 |
|
support.FloatComparisonMixin now that we don't have |
17 |
|
support.FloatTestCase. |
18 |
|
|
19 |
2003-06-20 Bernhard Herzog <[email protected]> |
2003-06-20 Bernhard Herzog <[email protected]> |
20 |
|
|
21 |
* test/test_save.py (SaxEventLister, sax_eventlist): Removed. Use |
* test/test_save.py (SaxEventLister, sax_eventlist): Removed. Use |
51 |
|
|
52 |
2003-06-20 Jonathan Coles <[email protected]> |
2003-06-20 Jonathan Coles <[email protected]> |
53 |
|
|
54 |
|
This is mainly about fixing RTbug #1949. |
55 |
|
|
56 |
* Thuban/Model/classification.py: Remove "from __future__" |
* Thuban/Model/classification.py: Remove "from __future__" |
57 |
import statement since python 2.2 is the earliest supported |
import statement since python 2.2 is the earliest supported |
58 |
version. |
version. |