On Tue, Dec 15, 2009 at 5:21 AM, Bert Huijben <bert_at_qqmail.nl> wrote:
>
>
>> -----Original Message-----
>> From: Gavin 'Beau' Baumanis [mailto:gavinb_at_thespidernet.com]
>> Sent: dinsdag 15 december 2009 11:07
>> To: Daniel Shahaf; Chris Foote
>> Cc: dev_at_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
Received on 2009-12-15 15:43:27 CET