~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_interbranch/test_push.py

  • Committer: Vincent Ladeuil
  • Date: 2012-03-14 10:17:12 UTC
  • mto: This revision was merged to the branch mainline in revision 6501.
  • Revision ID: v.ladeuil+lp@free.fr-20120314101712-8m19vlkis5yr0xtp
Yet more deprecated code removals

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
        # result object contains some structured data
65
65
        self.assertEqual(result.old_revid, 'M1')
66
66
        self.assertEqual(result.new_revid, 'P2')
67
 
        # and it can be treated as an integer for compatibility
68
 
        self.assertEqual(self.applyDeprecated(
69
 
            symbol_versioning.deprecated_in((2, 3, 0)),
70
 
            result.__int__),
71
 
            0)
72
67
 
73
68
    def test_push_merged_indirect(self):
74
69
        # it should be possible to do a push from one branch into another