Ping. This submission has received no new comments.
Gavin. On 16/12/2009, at 01:42 , Paul Burba wrote: > On Tue, Dec 15, 2009 at 5:21 AM, Bert Huijben <b...@qqmail.nl> wrote: >> >> >>> -----Original Message----- >>> From: Gavin 'Beau' Baumanis [mailto:gav...@thespidernet.com] >>> Sent: dinsdag 15 december 2009 11:07 >>> To: Daniel Shahaf; Chris Foote >>> Cc: dev@subversion.apache.org; Bert Huijben >>> Subject: Re: [PATCH] v2: Simplify running specific tests on Windows >>> >>> Ping. This Patch Submission, originally here; >>> http://svn.haxx.se/dev/archive-2009-12/0086.shtml >>> >>> Has received no comments. >> >> I applied the patch locally and it works fine, but it looks like it changes >> more than I think is needed. (It changes some output format lengths, >> probably for a good reason, but I haven't checked). > > Bert, > > I suspect it changes output length because currently the > tree-conflict-data-test.exe abuts the [success|FAILURE] result, i.e.: > > C:\SVN\src-trunk>win-tests.py -r -c -p > Testing Release configuration on local repository. > <snip> > Running all tests in translate-test.exe [29/74].........success > Running all tests in tree-conflict-data-test.exe [30/74]success > Running all tests in utf-test.exe [31/74]...............success > > The patch just gives it a bit more room: > > Running all tests in tree-conflict-data-test.exe [30/74].....success > > Paul