/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_transport_implementations.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-04-12 08:40:15 UTC
  • mfrom: (1651.1.7 bzr.mbp.escape-stores)
  • Revision ID: pqm@pqm.ubuntu.com-20060412084015-e6472a0717edbca6
(mbp) storage escaping, cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
247
247
        t = self.get_transport()
248
248
        if t.is_readonly():
249
249
            return
 
250
        if not t._can_roundtrip_unix_modebits():
 
251
            # no sense testing on this transport
 
252
            return
250
253
        # Test mkdir with a mode
251
254
        t.mkdir('dmode755', mode=0755)
252
255
        self.assertTransportMode(t, 'dmode755', 0755)