diff options
Diffstat (limited to 'src/mailman/testing/layers.py')
| -rw-r--r-- | src/mailman/testing/layers.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mailman/testing/layers.py b/src/mailman/testing/layers.py index 006feef9c..74ad99dc8 100644 --- a/src/mailman/testing/layers.py +++ b/src/mailman/testing/layers.py @@ -194,9 +194,6 @@ class ConfigLayer(MockAndMonkeyLayer): # Destroy the test database after the tests are done so that there is # no data in case the tests are rerun with a database layer like mysql # or postgresql which are not deleted in teardown. - # - # XXX 2014-11-01 BAW: Shouldn't reset_the_world() take care of this? - config.db.destroy() config.pop('test config') shutil.rmtree(cls.var_dir) cls.var_dir = None |
