1 |
2003-11-19 Bernhard Herzog <[email protected]> |
2003-11-19 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
Remove the old table interface and its test cases |
4 |
|
|
5 |
|
* Thuban/Model/table.py (OldTableInterfaceMixin): Removed. |
6 |
|
(DBFTable, MemoryTable): Do not derive from OldTableInterfaceMixin |
7 |
|
anymore |
8 |
|
|
9 |
|
* Thuban/Model/transientdb.py (TransientTableBase) |
10 |
|
(AutoTransientTable): Do not derive from OldTableInterfaceMixin |
11 |
|
anymore |
12 |
|
|
13 |
|
* test/test_table.py: Removed since the old interface it tests is |
14 |
|
gone. |
15 |
|
|
16 |
|
* test/runtests.py (main): The old table interface is gone and |
17 |
|
with it the deprecation warnings so remove the code that turns |
18 |
|
these warnings into errors |
19 |
|
|
20 |
|
2003-11-19 Bernhard Herzog <[email protected]> |
21 |
|
|
22 |
* test/test_table.py: Revert to revision 1.5 again. Changing the |
* test/test_table.py: Revert to revision 1.5 again. Changing the |
23 |
tests to use the new table interface is completely wrong since the |
tests to use the new table interface is completely wrong since the |
24 |
whole purpose of the tests in this module is to test the old |
whole purpose of the tests in this module is to test the old |