diff options
| author | Barry Warsaw | 2012-07-25 21:50:42 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2012-07-25 21:50:42 -0400 |
| commit | fc7e14405afd9a89ae1b6cc8cabd861ec4e72ee8 (patch) | |
| tree | 9d4d13881af752fb42d6389fccf2fc10ce9c4881 /src/mailman/testing | |
| parent | 12b1c4ca12668e6269d367886f8141005ae8c112 (diff) | |
| download | mailman-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.cfg | 6 |
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 |
