log tests/test_svnwrap.py @ 1506:332e803044e5

age author description
Tue, 07 Jun 2016 09:15:53 +0200 Dan Villiom Podlaski Christiansen tests: optimise creating repositories and loading dumps
Wed, 07 Aug 2013 16:00:52 +0200 Dan Villiom Podlaski Christiansen tests: remove old test-loading infrastructure
Fri, 20 Apr 2012 18:10:15 +0200 Patrick Mezard tests: remove useless imp imports
Fri, 20 Apr 2012 18:07:42 +0200 Patrick Mezard test_svnwrap: use test_util.rmtree() (or fix it)
Wed, 12 Oct 2011 15:43:31 +0800 Yonggang Luo tests: avoid shadowing Python builtin all()
Wed, 12 Oct 2011 15:35:25 +0800 Yonggang Luo globally: clean up whitespace around operators and commas to conform with PEP8
Wed, 11 Aug 2010 19:57:35 +0200 Dan Villiom Podlaski Christiansen svnwrap: remove dead code
Wed, 14 Jul 2010 15:39:18 +0200 Dan Villiom Podlaski Christiansen tests: import test_util as the first module in all relevant tests
Wed, 14 Jul 2010 15:39:14 +0200 Dan Villiom Podlaski Christiansen tests: get rid of DOS line endings.
Wed, 29 Jul 2009 18:38:28 +0300 Risto Kankkunen Reclaim repository object to avoid tearDown() failing to remove the open file 'testrepo/db/rep-cache.db'
Wed, 29 Jul 2009 18:03:02 +0300 Risto Kankkunen Make tearDown() be able to delete read-only files to avoid an exception when removing 'testrepo/db/format'
Wed, 29 Jul 2009 17:41:40 +0300 Risto Kankkunen Avoid 'Abort: Illegal repository URL' exception
Wed, 29 Jul 2009 17:26:29 +0300 Risto Kankkunen Avoid 'ValueError: close_fds is not supported on Windows platforms' exception
Wed, 29 Jul 2009 16:34:15 +0300 Risto Kankkunen No os.spawnvp() in Windows, use subprocess.call() instead
Fri, 22 May 2009 15:12:31 +0200 Dan Villiom Podlaski Christiansen Remove the 'outgoing' wrapper, and use the Mercurial infrastructure instead.