Skip to content

Commit

Permalink
- trying to improve the tearDown (sometimes I see random errors in th…
Browse files Browse the repository at this point in the history
…ese tests)
  • Loading branch information
Unknown committed Jul 11, 2012
1 parent 4ac217a commit 3aea68c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Products/Sessions/tests/testSessionDataManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def setUp(self):

def tearDown(self):
_delDB()
self.app._p_jar.close()
del self.app

def testHasId(self):
Expand Down

0 comments on commit 3aea68c

Please sign in to comment.