summaryrefslogtreecommitdiff
path: root/src/mailman/testing/testing.cfg
diff options
context:
space:
mode:
authorBarry Warsaw2011-10-22 19:14:51 -0400
committerBarry Warsaw2011-10-22 19:14:51 -0400
commit759d36cd7c488fc59548fa8a099e9e9009132504 (patch)
tree0678d045f1d357485a4a949406ad1c8ffda1818c /src/mailman/testing/testing.cfg
parent3ecf213a31e198f7dee11abb66091842d3c11241 (diff)
downloadmailman-759d36cd7c488fc59548fa8a099e9e9009132504.tar.gz
mailman-759d36cd7c488fc59548fa8a099e9e9009132504.tar.zst
mailman-759d36cd7c488fc59548fa8a099e9e9009132504.zip
- Ensure that class removal is deterministic.
- Comment out a few more foreign key constraints since they break the tests. - Enable the PostgreSQLDatabase for testing (this one should not be committed on trunk.
Diffstat (limited to '')
-rw-r--r--src/mailman/testing/testing.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mailman/testing/testing.cfg b/src/mailman/testing/testing.cfg
index 8ed784621..4d1280b65 100644
--- a/src/mailman/testing/testing.cfg
+++ b/src/mailman/testing/testing.cfg
@@ -17,6 +17,10 @@
# A testing configuration.
+[database]
+class: mailman.database.postgresql.PostgreSQLDatabase
+url: postgres://barry:barry@localhost/mailman
+
[mta]
smtp_port: 9025
lmtp_port: 9024