[svn r38111] remove test order dependency

--HG--
branch : trunk
This commit is contained in:
hpk
2007-02-07 20:52:14 +01:00
parent 07db3fd2cc
commit 028ffa53b2

View File

@@ -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()