> -----Original Message----- > From: Philip Martin [mailto:philip.mar...@wandisco.com] > Sent: dinsdag 26 april 2011 11:26 > To: dev@subversion.apache.org > Subject: Re: svn commit: r1095829 - in /subversion/trunk: ./ > subversion/tests/cmdline/ subversion/tests/cmdline/svntest/ > subversion/tests/libsvn_client/ subversion/tests/libsvn_wc/ > > rhuij...@apache.org writes: > > > Author: rhuijben > > Date: Thu Apr 21 22:00:57 2011 > > New Revision: 1095829 > > > > URL: http://svn.apache.org/viewvc?rev=1095829&view=rev > > Log: > > Fix the Windows shared library build by renaming a test tool to something > > that contains the magic word 'test'. In that case it is linked against the > > static libraries, which allows it to access private apis. > > > > At the same time move it to the libsvn_wc specific tests folder. > > > > * build.conf > > (lock-wc-dir): Rename to ... > > (wc-lock-tester): ... this and update paths. > > (__ALL_TESTS__): Update reference > > > > * subversion/tests/libsvn_wc > > (svn:ignore): Add posix output to svn:ignore. > > > > * subversion/tests/libsvn_wc/wc-lock-tester.c > > Moved file here. Update names. > > > > * subversion/tests/cmdline > > (svn:ignore): Remove old output > > > > * subversion/tests/cmdline/lock-wc-dir.c > > Remove old file. > > > > * subversion/tests/cmdline/svntest/actions.py > > (lock_admin_dir): Update caller. Add optional recursive argument. > > > > * subversion/tests/cmdline/svntest/main.py > > (lock_wc_dir_binary): Rename to ... > > (wc_lock_tester_binary): ... this and fix reference. > > (run_lock_wc_dir): Rename to ... > > (run_wc_lock_tester): ... this and update caller. > > > --- subversion/trunk/subversion/tests/libsvn_client/client-test.c (original) > > +++ subversion/trunk/subversion/tests/libsvn_client/client-test.c Thu Apr > 21 22:00:57 2011 > > @@ -650,7 +650,7 @@ test_16k_add(const svn_test_opts_t *opts > > &peg_rev, &rev, svn_depth_infinity, > > TRUE, FALSE, ctx, pool)); > > > > - for (i = 0; i < 16384; i++) > > + for (i = 0; i < 4000; i++) > > { > > const char *path; > > Accidental? It's not in the log message.
Yes; accidental change to a commented out test. Bert