summaryrefslogtreecommitdiff
path: root/src/mailman/testing
diff options
context:
space:
mode:
authorBarry Warsaw2012-07-25 21:50:42 -0400
committerBarry Warsaw2012-07-25 21:50:42 -0400
commitfc7e14405afd9a89ae1b6cc8cabd861ec4e72ee8 (patch)
tree9d4d13881af752fb42d6389fccf2fc10ce9c4881 /src/mailman/testing
parent12b1c4ca12668e6269d367886f8141005ae8c112 (diff)
downloadmailman-fc7e14405afd9a89ae1b6cc8cabd861ec4e72ee8.tar.gz
mailman-fc7e14405afd9a89ae1b6cc8cabd861ec4e72ee8.tar.zst
mailman-fc7e14405afd9a89ae1b6cc8cabd861ec4e72ee8.zip
Fix resetting PostgreSQL databases, thus making the full test suite pass with
them.
Diffstat (limited to 'src/mailman/testing')
-rw-r--r--src/mailman/testing/testing.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mailman/testing/testing.cfg b/src/mailman/testing/testing.cfg
index 141d74a8f..0be01298b 100644
--- a/src/mailman/testing/testing.cfg
+++ b/src/mailman/testing/testing.cfg
@@ -18,9 +18,9 @@
# A testing configuration.
# For testing against PostgreSQL.
-# [database]
-# class: mailman.database.postgresql.PostgreSQLDatabase
-# url: postgres://barry:barry@localhost/mailman
+[database]
+class: mailman.database.postgresql.PostgreSQLDatabase
+url: postgres://barry:barry@localhost/mailman
[mailman]
site_owner: noreply@example.com