~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_transport.py

  • Committer: Jelmer Vernooij
  • Date: 2011-08-12 13:04:56 UTC
  • mto: (5268.8.2 switch-colocated)
  • mto: This revision was merged to the branch mainline in revision 6079.
  • Revision ID: jelmer@samba.org-20110812130456-66qle1zx44c66ilc
Fix tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
796
796
        self.assertEquals(t._parsed_url.path, '/path/')
797
797
 
798
798
        # Base should not keep track of the password
799
 
        self.assertEquals(t.base, 'http://robey@exAmple.com:2222/path/')
 
799
        self.assertEquals(t.base, 'http://ro%62ey@ex%41mple.com:2222/path/')
800
800
 
801
801
    def test_parse_invalid_url(self):
802
802
        self.assertRaises(errors.InvalidURL,