diff options
author | Philip Thiem <ptthiem@gmail.com> | 2013-07-04 11:28:54 -0500 |
---|---|---|
committer | Philip Thiem <ptthiem@gmail.com> | 2013-07-04 11:28:54 -0500 |
commit | d30f79227d14b87b2610bcf726de1c20e7cbf10f (patch) | |
tree | 6eecd6ee557780511c8f8cadb35d490a64f8275f | |
parent | dda57f982edf3a5f6758bfcc0016f66ec138c510 (diff) | |
download | external_python_setuptools-d30f79227d14b87b2610bcf726de1c20e7cbf10f.tar.gz external_python_setuptools-d30f79227d14b87b2610bcf726de1c20e7cbf10f.tar.bz2 external_python_setuptools-d30f79227d14b87b2610bcf726de1c20e7cbf10f.zip |
finished remove get_url() doesn't seem needed
--HG--
extra : rebase_source : 7dc845ac0d00407fe087e15d04fc3f75962d0fe6
-rw-r--r-- | setuptools/tests/test_svn.py | 2 |
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('.') |