1776
1776
self.assertListRaises((errors.ShortReadvError, errors.InvalidRange),
1777
1777
transport.readv, 'a', [(12,2)])
1794
1779
def test_stat_symlink(self):
1795
1780
# if a transport points directly to a symlink (and supports symlinks
1796
1781
# at all) you can tell this. helps with bug 32669.