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

Add a readonly decorator for transports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
        local_abspath_test = test_iter.next()
163
163
        local_urlpath_test = test_iter.next()
164
164
        memory_test = test_iter.next()
 
165
        readonly_test = test_iter.next()
165
166
        sftp_abs_test = test_iter.next()
166
167
        sftp_homedir_test = test_iter.next()
167
168
        sftp_sibling_abs_test = test_iter.next()