Remove bogus test.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 13 Dec 2011 18:49:27 +0000 (19:49 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 13 Dec 2011 18:49:27 +0000 (19:49 +0100)
subvertpy/tests/test_client.py

index 98ebf4e188b7154e11a09e11ae7ef80959dee2d1..10b34d3b32bb2570b715a8f9ba8df5c6f3493b0f 100644 (file)
@@ -94,7 +94,6 @@ class TestClient(SubversionTestCase):
         adm = wc.WorkingCopy(None, os.path.join(os.getcwd(), "dc"))
         e = adm.entry(os.path.join(os.getcwd(), "dc", "trunk"))
         self.assertEquals(e.kind, NODE_DIR)
-        self.assertEquals(e.revision, -1)
         adm2 = wc.WorkingCopy(None, os.path.join(os.getcwd(), "dc", "trunk"))
         e = adm2.entry(os.path.join(os.getcwd(), "dc", "trunk", "foo"))
         self.assertEquals(e.kind, NODE_FILE)