Rev 6410: (vila) TestWSGI should use TestCaseInTempDir (Vincent Ladeuil) in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/

Patch Queue Manager pqm at pqm.ubuntu.com
Mon Jan 2 14:21:04 UTC 2012


At file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 6410 [merge]
revision-id: pqm at pqm.ubuntu.com-20120102142103-epe17svwlkx6md5v
parent: pqm at pqm.ubuntu.com-20120102102402-f8tlazxhdypu44ej
parent: v.ladeuil+lp at free.fr-20111223100108-0yvi0me7uembvnpx
committer: Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2012-01-02 14:21:03 +0000
message:
  (vila) TestWSGI should use TestCaseInTempDir (Vincent Ladeuil)
modified:
  bzrlib/tests/test_wsgi.py      test_wsgi.py-20061005091552-rz8pva0olkxv0sd8-1
=== 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