~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_read_bundle.py

  • Committer: Aaron Bentley
  • Date: 2006-12-07 15:30:26 UTC
  • mto: This revision was merged to the branch mainline in revision 2170.
  • Revision ID: abentley@panoramicfeedback.com-20061207153026-443kh4znfmeoo3bg
Fix reading bundles from http URLs

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
            return
75
75
 
76
76
        info = bzrlib.bundle.read_bundle_from_url(
77
 
                    self.get_url('test_bundle'))
 
77
                    unicode(self.get_url('test_bundle')))
78
78
        bundle_tree = info.revision_tree(wt.branch.repository, info.target)
79
79
        self.assertEqual('commit-1', bundle_tree.revision_id)
80
80