log tests/test_urls.py @ 1454:5d4888f3cd12

age author description
2016-06-11 Jun Wu svnrepo: change svnurl to not use self.svn
2013-08-07 Dan Villiom Podlaski Christiansen tests: remove old test-loading infrastructure
2012-04-19 Patrick Mezard test_util: merge load_svndump_fixture() into TestBase
2011-10-12 Yonggang Luo tests: avoid shadowing Python builtin all()
2011-10-12 Yonggang Luo globally: clean up whitespace around operators and commas to conform with PEP8
2010-10-05 Dan Villiom Podlaski Christiansen svnwrap: fix handling of quotable URLs (fixes #197, refs #132)
2010-09-29 Dan Villiom Podlaski Christiansen svnrepo: make the svnurl property obtain the URL from Subversion.
2010-09-14 Dan Villiom Podlaski Christiansen tests_urls: activate a test that was previously overlooked
2010-08-11 Dan Villiom Podlaski Christiansen svnwrap: factor out a common module
2009-07-20 David Stanek Remove the svn+ from svn+https urls before calling the Subversion API. This was already being done for svn+http urls.
2009-07-19 Patrick Mezard Revive svn+http(s) URLs support (issue94)
2009-07-19 Patrick Mezard svnrepo: expose the same svnurl than SubversionRepo