diff --git a/py/path/svn/testing/test_test_repo.py b/py/path/svn/testing/test_test_repo.py index 9c42ee32e..bc43bb4a3 100644 --- a/py/path/svn/testing/test_test_repo.py +++ b/py/path/svn/testing/test_test_repo.py @@ -15,6 +15,7 @@ class TestMakeRepo(object): assert len(self.wc.listdir()) == 0 def test_commit(self): + self.wc.checkout(self.repo) p = self.wc.join("a_file") p.write("test file") p.add()