Rev 6405: Cleanup a test that requires a log file in some cases in file:///home/vila/src/bzr/cleanup/cleanup-testcaseintempdir/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Fri Dec 23 10:01:08 UTC 2011
At file:///home/vila/src/bzr/cleanup/cleanup-testcaseintempdir/
------------------------------------------------------------
revno: 6405
revision-id: v.ladeuil+lp at free.fr-20111223100108-0yvi0me7uembvnpx
parent: pqm at pqm.ubuntu.com-20111222185258-wgcba8590pbw5sf1
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: cleanup-testcaseintempdir
timestamp: Fri 2011-12-23 11:01:08 +0100
message:
Cleanup a test that requires a log file in some cases
-------------- next part --------------
=== modified file 'bzrlib/tests/test_wsgi.py'
--- a/bzrlib/tests/test_wsgi.py 2011-01-12 01:01:53 +0000
+++ b/bzrlib/tests/test_wsgi.py 2011-12-23 10:01:08 +0000
@@ -65,7 +65,7 @@
self.headers = headers
-class TestWSGI(tests.TestCase, WSGITestMixin):
+class TestWSGI(tests.TestCaseInTempDir, WSGITestMixin):
def setUp(self):
tests.TestCase.setUp(self)
More information about the bazaar-commits
mailing list