/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 breezy/tests/per_transport.py

  • Committer: Jelmer Vernooij
  • Date: 2018-08-08 02:14:32 UTC
  • mfrom: (7063 work)
  • mto: This revision was merged to the branch mainline in revision 7065.
  • Revision ID: jelmer@jelmer.uk-20180808021432-nomib3je4cu2xqkm
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1020
1020
        except TransportNotPossible:
1021
1021
            raise TestSkipped("Transport %s does not support symlinks." %
1022
1022
                              self._server.__class__)
1023
 
        except IOError:
1024
 
            self.knownFailure("Paramiko fails to create symlinks during tests")
1025
1023
 
1026
1024
    def test_list_dir(self):
1027
1025
        # TODO: Test list_dir, just try once, and if it throws, stop testing