[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Fix python testsuite issues ("Can't remove re-cache.db")

From: Jens Peters <jpeters7677_at_gmx.de>
Date: Mon, 04 May 2009 22:46:28 +0200

Hello there,

I looked somewhat further into the "Cannot remove <repository>" issue
(http://svn.haxx.se/dev/archive-2009-04/0943.shtml and following) when
running the python testsuite on my Windows box. The following patch
fixes all "Can't remove <repos>" exceptions for me. I have still 2 other
failures, but these have to wait for now...

Regards,
jens

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

* subversion/bindings/swig/python/tests/mergeinfo.py
   (tearDown):
* 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
   (tearDown):
* 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: jpeters7677 { at } gmx.de
]]]

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2059997

Received on 2009-05-04 22:47:09 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.