call site 2 for path.svnurl.listdir
path/testing/common.py - line 142
141
142
143
144
   def test_listdir_filter(self):
->     l = self.root.listdir(checker(dir=1))
       assert self.root.join('sampledir') in l
       assert not self.root.join('samplefile') in l