484
482
self.failUnless(os.path.exists(os.path.join(self._tmpdir,'output')))
485
483
self.failUnless(os.path.exists(os.path.join(self._tmpdir,'output', 'c','+trunk')))
486
484
self.failUnless(os.path.exists(os.path.join(self._tmpdir,'output', 'c1', '0.2','branch')))
488
486
len(list(os.walk(os.path.join(self._tmpdir,'output')))))
490
488
def test_run_twice(self):