Mercurial > hgsubversion
comparison tests/test_urls.py @ 1044:d741f536f23a
tests: remove old test-loading infrastructure
(for those in the know, this is known as a suitectomy)
| author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
|---|---|
| date | Wed, 07 Aug 2013 16:00:52 +0200 |
| parents | 20e73b5ab6f7 |
| children | d890d8d4e168 |
comparison
equal
deleted
inserted
replaced
| 1043:69a9fb45cad5 | 1044:d741f536f23a |
|---|---|
| 70 quoted_subdir = urllib.quote(subdir) | 70 quoted_subdir = urllib.quote(subdir) |
| 71 | 71 |
| 72 repo1 = svnrepo.svnremoterepo(ui, repo_url + subdir) | 72 repo1 = svnrepo.svnremoterepo(ui, repo_url + subdir) |
| 73 repo2 = svnrepo.svnremoterepo(ui, repo_url + quoted_subdir) | 73 repo2 = svnrepo.svnremoterepo(ui, repo_url + quoted_subdir) |
| 74 self.assertEqual(repo1.svnurl, repo2.svnurl) | 74 self.assertEqual(repo1.svnurl, repo2.svnurl) |
| 75 | |
| 76 def suite(): | |
| 77 all_tests = [unittest.TestLoader().loadTestsFromTestCase(TestSubversionUrls)] | |
| 78 return unittest.TestSuite(all_tests) |
