1 |
|
2003-11-20 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* test/test_proj.py (ProjFileReadTests.test_read_unreadable_file): |
4 |
|
Skip this test if run under non-posix systems since it only works |
5 |
|
there |
6 |
|
|
7 |
|
2003-11-19 Bernhard Herzog <[email protected]> |
8 |
|
|
9 |
|
* Thuban/Model/resource.py: Rework the way gdal support is |
10 |
|
determined so that we can give a reason in the about why gdal is |
11 |
|
not supported. |
12 |
|
(gdal_support_status): New. Variable holding a string with the |
13 |
|
reason for no gdal support |
14 |
|
|
15 |
|
* Thuban/UI/about.py (About.__init__): Add the reason why gdal is |
16 |
|
not supported to the message |
17 |
|
|
18 |
|
2003-11-19 Bernhard Herzog <[email protected]> |
19 |
|
|
20 |
|
Remove the old table interface and its test cases |
21 |
|
|
22 |
|
* Thuban/Model/table.py (OldTableInterfaceMixin): Removed. |
23 |
|
(DBFTable, MemoryTable): Do not derive from OldTableInterfaceMixin |
24 |
|
anymore |
25 |
|
|
26 |
|
* Thuban/Model/transientdb.py (TransientTableBase) |
27 |
|
(AutoTransientTable): Do not derive from OldTableInterfaceMixin |
28 |
|
anymore |
29 |
|
|
30 |
|
* test/test_table.py: Removed since the old interface it tests is |
31 |
|
gone. |
32 |
|
|
33 |
|
* test/runtests.py (main): The old table interface is gone and |
34 |
|
with it the deprecation warnings so remove the code that turns |
35 |
|
these warnings into errors |
36 |
|
|
37 |
|
2003-11-19 Bernhard Herzog <[email protected]> |
38 |
|
|
39 |
|
* test/test_table.py: Revert to revision 1.5 again. Changing the |
40 |
|
tests to use the new table interface is completely wrong since the |
41 |
|
whole purpose of the tests in this module is to test the old |
42 |
|
interface. |
43 |
|
|
44 |
|
2003-11-18 Bernhard Herzog <[email protected]> |
45 |
|
|
46 |
|
* Thuban/Model/postgisdb.py (PostGISConnection.MatchesParameters): |
47 |
|
New. Test whether the connection matches a set of connection |
48 |
|
parameters |
49 |
|
|
50 |
|
* Thuban/UI/dbdialog.py (DBFrame.conns_changed): Fix doc-string |
51 |
|
(DBFrame.OnAdd): Use the new MatchesParameters method when looking |
52 |
|
for existing connections with the same parameters and break out of |
53 |
|
the loop correctly. |
54 |
|
|
55 |
|
* test/test_postgis_db.py (TestBriefDescription) |
56 |
|
(TestPostGISSimple.test_brief_description): Rename |
57 |
|
TestBriefDescription to TestPostGISSimple and the test method to |
58 |
|
test_brief_description so that we can add more test methods. |
59 |
|
(TestPostGISSimple.test_matches_parameters): New. Test the new |
60 |
|
MatchesParameters method |
61 |
|
|
62 |
2003-11-18 Bernhard Herzog <[email protected]> |
2003-11-18 Bernhard Herzog <[email protected]> |
63 |
|
|
64 |
* Thuban/Lib/connector.py (Publisher): Introdcue a new flag, |
* Thuban/Lib/connector.py (Publisher): Introduce a new flag, |
65 |
_was_destroyed, to indicate whether an publisher instance has |
_was_destroyed, to indicate whether an publisher instance has |
66 |
already been destroyed. |
already been destroyed. |
67 |
(Publisher.Unsubscribe): Only disconnect if the publisher has not |
(Publisher.Unsubscribe): Only disconnect if the publisher has not |