call site 0 for path.svnurl.ensure
path/testing/fscommon.py - line 185
184
185
186
187
188
189
   def test_remove_dir_recursive_by_default(self):
->     d = self.root.ensure('to', 'be', 'deleted')
       assert d.check()
       p = self.root.join('to')
       p.remove()
       assert not p.check()