call site 5 for path.svnurl.read
path/testing/common.py - line 214
213
214
215
   def test_simple_read(self):
->     x = self.root.join('samplefile').read('ru')
       assert x == 'samplefile\n'