summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Thiem <ptthiem@gmail.com>2013-07-04 11:28:54 -0500
committerPhilip Thiem <ptthiem@gmail.com>2013-07-04 11:28:54 -0500
commit66ae4cd7803942ed2d912d1a43fbb76b8364641c (patch)
tree3addc92339daf4535b80fd2ef4066defd66f0050
parent9fad943dbfead926b3908edcef5c0dc4f4565f5e (diff)
downloadpython-setuptools-bitbucket-66ae4cd7803942ed2d912d1a43fbb76b8364641c.tar.gz
finished remove get_url() doesn't seem needed
-rw-r--r--setuptools/tests/test_svn.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setuptools/tests/test_svn.py b/setuptools/tests/test_svn.py
index 5e8a3e1b..d4216491 100644
--- a/setuptools/tests/test_svn.py
+++ b/setuptools/tests/test_svn.py
@@ -72,8 +72,6 @@ class TestSvn_1_7(unittest.TestCase):
entries = svn_utils.SVNEntries.load_dir('.')
self.assertIsInstance(entries, svn_utils.SVNEntriesCMD)
self.assertTrue(entries.is_valid())
- self.assertEqual(entries.get_url(),
- 'file:///C:/development/svn_example/repo1')
def test_svnentrycmd_enteries(self):
entries = svn_utils.SVNEntries.load_dir('.')