[Commits] (bkirsch)
commits at osafoundation.org
commits at osafoundation.org
Mon Aug 16 16:51:30 PDT 2004
Commit by: bkirsch
Modified files:
chandler/parcels/osaf/mail/tests/MailTestCase.py 1.1 1.2
Log message:
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/mail/tests/MailTestCase.py.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
Index: chandler/parcels/osaf/mail/tests/MailTestCase.py
diff -u chandler/parcels/osaf/mail/tests/MailTestCase.py:1.1 chandler/parcels/osaf/mail/tests/MailTestCase.py:1.2
--- chandler/parcels/osaf/mail/tests/MailTestCase.py:1.1 Mon Aug 9 17:46:41 2004
+++ chandler/parcels/osaf/mail/tests/MailTestCase.py Mon Aug 16 16:51:29 2004
@@ -7,8 +7,15 @@
class MailTestCase(RepositoryTestCase.RepositoryTestCase):
+ __setup = False
+
def setUp(self):
+ if self.__setup:
+ return
+
+ self.__setup = True
+
super(MailTestCase, self)._setup(self)
self.testdir = os.path.join(self.rootdir, 'parcels', 'osaf',
More information about the Commits
mailing list