~barry/mailtyrant/buildout

« back to all changes in this revision

Viewing changes to mailclient/tests/test_dbcache.py

  • Committer: Aaron Bentley
  • Date: 2009-05-24 08:36:21 UTC
  • Revision ID: aaron@aaronbentley.com-20090524083621-t1k70d49y7gruc3q
Implement Cache.close

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
        self.cache.reset_cache()
14
14
 
15
15
    def tearDown(self):
16
 
        self.cache.save()
 
16
        self.cache.close()
17
17
        TestCase.tearDown(self)
18
18
 
19
19
    def test_get_set_cached(self):