Mercurial > hgsubversion
diff tests/test_urls.py @ 866:20e73b5ab6f7
test_util: merge load_svndump_fixture() into TestBase
author | Patrick Mezard <patrick@mezard.eu> |
---|---|
date | Thu, 19 Apr 2012 18:29:28 +0200 |
parents | 312b37bc5e20 |
children | d741f536f23a |
line wrap: on
line diff
--- a/tests/test_urls.py +++ b/tests/test_urls.py @@ -63,10 +63,9 @@ class TestSubversionUrls(test_util.TestB def test_quoting(self): ui = self.ui() - test_util.load_svndump_fixture(self.repo_path, - 'non_ascii_path_1.svndump') + repo_path = self.load_svndump('non_ascii_path_1.svndump') - repo_url = test_util.fileurl(self.repo_path) + repo_url = test_util.fileurl(repo_path) subdir = '/b\xC3\xB8b' quoted_subdir = urllib.quote(subdir)