Jens Peters <jpeters7677 { at } gmx.de>


Patch
r877660

r877660 | djames | 2009-05-05 12:33:39 -0500 (Tue, 05 May 2009)

Fixes some python testsuite failures on Windows.
("Can't remove <path>\rep-cache.db") 

* subversion/bindings/swig/python/tests/mergeinfo.py,
  subversion/bindings/swig/python/tests/wc.py
   (tearDown): Close references to the test repository so that
   it can be deleted nicely.

* subversion/bindings/swig/python/tests/ra.py,
  subversion/bindings/swig/python/tests/repository.py
   (tearDown): Override tearDown to close references to the test
   repository so that it can be deleted nicely.

Patch by: Jens Peters <jpeters7677 { at } gmx.de>
          me