Re: svn commit: r1155044 - in /subversion/trunk/subversion/bindings/ctypes-python: csvn/repos.py csvn/wc.py test/localrepos.py test/remoterepos.py test/wc.py

2011-08-09 Thread Julian Foad
On Mon, 2011-08-08 at 21:44 +0300, Daniel Shahaf wrote: > julianf...@apache.org wrote on Mon, Aug 08, 2011 at 18:32:08 -: > > +++ subversion/trunk/subversion/bindings/ctypes-python/test/remoterepos.py > > Mon Aug 8 18:32:07 2011 > > @@ -46,17 +46,24 @@ class RemoteRepositoryTestCase(unittest.

Re: svn commit: r1155044 - in /subversion/trunk/subversion/bindings/ctypes-python: csvn/repos.py csvn/wc.py test/localrepos.py test/remoterepos.py test/wc.py

2011-08-08 Thread Daniel Shahaf
julianf...@apache.org wrote on Mon, Aug 08, 2011 at 18:32:08 -: > +++ subversion/trunk/subversion/bindings/ctypes-python/test/remoterepos.py > Mon Aug 8 18:32:07 2011 > @@ -46,17 +46,24 @@ class RemoteRepositoryTestCase(unittest. > dumpfile = open(os.path.join(os.path.split(__file__)

svn commit: r1155044 - in /subversion/trunk/subversion/bindings/ctypes-python: csvn/repos.py csvn/wc.py test/localrepos.py test/remoterepos.py test/wc.py

2011-08-08 Thread julianfoad
Author: julianfoad Date: Mon Aug 8 18:32:07 2011 New Revision: 1155044 URL: http://svn.apache.org/viewvc?rev=1155044&view=rev Log: Make the ctypes-python tests run properly by clearing the pool in which the repository was opened between tests. This is necessary to ensure the rep-cache DB is clos