~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_upgrade.py

  • Committer: Martin Pool
  • Date: 2011-01-20 23:07:25 UTC
  • mfrom: (5626 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5630.
  • Revision ID: mbp@canonical.com-20110120230725-12l7ltnko5x3fgnz
merge news

Show diffs side-by-side

added added

removed removed

Lines of Context:
222
222
            bzrdir.BzrDirMetaFormat1))
223
223
        self.assertTrue(t.has(backup_dir2))
224
224
 
 
225
 
225
226
class SFTPTests(TestCaseWithSFTPServer):
226
227
    """Tests for upgrade over sftp."""
227
228