From 759d36cd7c488fc59548fa8a099e9e9009132504 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sat, 22 Oct 2011 19:14:51 -0400 Subject: - 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. --- src/mailman/testing/testing.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mailman/testing') 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 -- cgit v1.3.1