call site 8 for path.svnurl.listdir
path/testing/common.py - line 147
146
147
148
149
150
   def test_listdir_sorted(self):
->     l = self.root.listdir(checker(basestarts="sample"), sort=True)
       assert self.root.join('sampledir') == l[0]
       assert self.root.join('samplefile') == l[1]
       assert self.root.join('samplepickle') == l[2]