Skip to content

Commit

Permalink
tear down completly, needed if more layers are defined with different…
Browse files Browse the repository at this point in the history
… zcml files
  • Loading branch information
dobe committed Mar 8, 2007
1 parent 4dccfd0 commit 8e3ab23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/z3c/testing/layer.py
Expand Up @@ -87,6 +87,7 @@ def tearDown(self):
fsetup.base_storage.close()
fsetup.base_storage = self.original
fsetup.tearDown()
fsetup.tearDownCompletely()

def defineLayer(name, zcml=None, appSetUp=None, clean=False):
"""Helper function for defining layers.
Expand Down

0 comments on commit 8e3ab23

Please sign in to comment.