diff tests/test_urls.py @ 699:181ec1929b2a

tests_urls: activate a test that was previously overlooked
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Tue, 14 Sep 2010 19:24:55 +0200
parents 2cc1342d4476
children db56e65906f4
line wrap: on
line diff
--- a/tests/test_urls.py
+++ b/tests/test_urls.py
@@ -46,7 +46,6 @@ class TestSubversionUrls(test_util.TestB
             ('bob', '123abc', 'https://svn.testurl.com/repo'),
             parse_url('https://joe:t3stpw@svn.testurl.com/repo', 'bob', '123abc'))
 
-class TestSvnRepo(test_util.TestBase):
     def test_url_rewriting(self):
         ui = test_util.ui.ui()
         ui.setconfig('hgsubversion', 'username', 'bob')