~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/launchpad/test_lp_api.py

  • Committer: Robert Collins
  • Date: 2010-04-08 04:34:03 UTC
  • mfrom: (5138 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5139.
  • Revision ID: robertc@robertcollins.net-20100408043403-56z0d07vdqrx7f3t
Update bugfix for 528114 to trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
    def patch(self, obj, name, value):
41
41
        """Temporarily set the 'name' attribute of 'obj' to 'value'."""
42
 
        real_value = getattr(obj, name)
43
 
        setattr(obj, name, value)
44
 
        self.addCleanup(setattr, obj, name, real_value)
 
42
        self.overrideAttr(obj, name, value)
45
43
 
46
44
    def test_get_launchpadlib_version(self):
47
45
        # parse_launchpadlib_version returns a tuple of a version number of