Rev 5559: (vila) Catch the fugitive TestDebuntuExpansions tests and bring them back in in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Fri Dec 3 13:28:31 GMT 2010


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 5559 [merge]
revision-id: pqm at pqm.ubuntu.com-20101203132830-yu290j7s40h9mvmk
parent: pqm at pqm.ubuntu.com-20101203083144-b2qfwgifwp1wq6zv
parent: v.ladeuil+lp at free.fr-20101203111625-7xjhovznx3rh3sbc
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Fri 2010-12-03 13:28:30 +0000
message:
  (vila) Catch the fugitive TestDebuntuExpansions tests and bring them back in
   the isolation jail (Vincent Ladeuil)
modified:
  bzrlib/plugins/launchpad/test_lp_directory.py test_lp_indirect.py-20070126002743-oyle362tzv9cd8mi-1
  doc/en/release-notes/bzr-2.3.txt NEWS-20050323055033-4e00b5db738777ff
=== modified file 'bzrlib/plugins/launchpad/test_lp_directory.py'
--- a/bzrlib/plugins/launchpad/test_lp_directory.py	2010-12-02 10:41:05 +0000
+++ b/bzrlib/plugins/launchpad/test_lp_directory.py	2010-12-03 11:16:25 +0000
@@ -361,7 +361,7 @@
     """Test expansions for ubuntu: and debianlp: schemes."""
 
     def setUp(self):
-        tests.TestCase.setUp(self)
+        super(TestDebuntuExpansions, self).setUp()
         self.directory = LaunchpadDirectory()
 
     def _make_factory(self, package='foo', distro='ubuntu', series=None):

=== modified file 'doc/en/release-notes/bzr-2.3.txt'
--- a/doc/en/release-notes/bzr-2.3.txt	2010-12-03 07:52:35 +0000
+++ b/doc/en/release-notes/bzr-2.3.txt	2010-12-03 11:16:25 +0000
@@ -61,6 +61,8 @@
    suite.  This can include new facilities for writing tests, fixes to 
    spurious test failures and changes to the way things should be tested.
 
+* ``TestDebuntuExpansions`` was escaping the test isolation by calling the
+  wrong base class ``setUp``. (Vincent Ladeuil, #684622)
 
 bzr 2.3b4
 #########




More information about the bazaar-commits mailing list