> -----Original Message----- > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Sent: woensdag 2 maart 2011 4:13 > To: Bert Huijben > Cc: dev@subversion.apache.org > Subject: Re: svn commit: r1075984 - /subversion/branches/1.6.x/STATUS > > Bert Huijben wrote on Tue, Mar 01, 2011 at 23:06:33 +0100: > > (Our test suite assumes a shared library apr). > > How does the test suite assume that? (Is it the build.conf settings for > the C tests?)
win-tests.py wants to copy the apr dll's to the right location and if it doesn't find these DLL's it fails before even starting the first test. Bert