You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Karl Fogel <kf...@newton.ch.collab.net> on 2002/12/05 22:40:00 UTC

Re: svn commit: rev 4013 - trunk/subversion/tests/clients/cmdline

Branko Čibej <br...@xbc.nu> writes:
> Ah, that's an easy one. I tried and failed.
> 
> It's not just the tests themselves; the tree comparison code would also
> have to read the files in binary mode. When I did that, other tests
> started failing because they new contents in text mode. Et cetera ad
> nauseam. So instead of fixint the whole test suite to be binary-safe, I
> threw away that lovely PNG.

Huh.  I would think that's a test-suite bug right there -- the test
suite should not need need to read test data in text mode to succeed.
I mean, we're comparing bit strings here.  How hard can this be? :-)

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 4013 - trunk/subversion/tests/clients/cmdline

Posted by Branko Čibej <br...@xbc.nu>.
Karl Fogel wrote:

>Branko Čibej <br...@xbc.nu> writes:
>  
>
>>Ah, that's an easy one. I tried and failed.
>>
>>It's not just the tests themselves; the tree comparison code would also
>>have to read the files in binary mode. When I did that, other tests
>>started failing because they new contents in text mode. Et cetera ad
>>nauseam. So instead of fixint the whole test suite to be binary-safe, I
>>threw away that lovely PNG.
>>    
>>
>
>Huh.  I would think that's a test-suite bug right there -- the test
>suite should not need need to read test data in text mode to succeed.
>I mean, we're comparing bit strings here.  How hard can this be? :-)
>  
>

It's not necessarily hard, but it involves checking every file read and
write operation in the whole test suite -- for a start. That's a huge
amount of work.

-- 
Brane Čibej   <br...@xbc.nu>   http://www.xbc.nu/brane/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org