From 028ffa53b2b41d7edc3b4916dbd2868068c118ce Mon Sep 17 00:00:00 2001 From: hpk Date: Wed, 7 Feb 2007 20:52:14 +0100 Subject: [PATCH] [svn r38111] remove test order dependency --HG-- branch : trunk --- py/path/svn/testing/test_test_repo.py | 1 + 1 file changed, 1 insertion(+) 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()