/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_smart_transport.py

  • Committer: Robert J. Tanner
  • Date: 2009-04-28 23:20:23 UTC
  • mfrom: (4309 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4310.
  • Revision ID: tanner@real-time.com-20090428232023-9oevb3ggwhjaxgmp
[merge] bzr-1.13.2 back to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1069
1069
        self._captureVar('BZR_NO_SMART_VFS', None)
1070
1070
        err = self.assertRaises(
1071
1071
            errors.NoSuchFile, self.transport.get, 'not%20a%20file')
1072
 
        self.assertEqual('not%20a%20file', err.path)
 
1072
        self.assertSubset([err.path], ['not%20a%20file', './not%20a%20file'])
1073
1073
 
1074
1074
    def test_simple_clone_conn(self):
1075
1075
        """Test that cloning reuses the same connection."""