log tests/test_svnwrap.py @ 882:07234759a3f7 1.4

age author description
2012-04-20 Patrick Mezard tests: remove useless imp imports
2012-04-20 Patrick Mezard test_svnwrap: use test_util.rmtree() (or fix it)
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-08-11 Dan Villiom Podlaski Christiansen svnwrap: remove dead code
2010-07-14 Dan Villiom Podlaski Christiansen tests: import test_util as the first module in all relevant tests
2010-07-14 Dan Villiom Podlaski Christiansen tests: get rid of DOS line endings.
2009-07-29 Risto Kankkunen Reclaim repository object to avoid tearDown() failing to remove the open file 'testrepo/db/rep-cache.db'
2009-07-29 Risto Kankkunen Make tearDown() be able to delete read-only files to avoid an exception when removing 'testrepo/db/format'
2009-07-29 Risto Kankkunen Avoid 'Abort: Illegal repository URL' exception
2009-07-29 Risto Kankkunen Avoid 'ValueError: close_fds is not supported on Windows platforms' exception
2009-07-29 Risto Kankkunen No os.spawnvp() in Windows, use subprocess.call() instead
2009-05-22 Dan Villiom Podlaski Christiansen Remove the 'outgoing' wrapper, and use the Mercurial infrastructure instead.