[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: FAIL: rev 5064

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-02-24 19:39:11 CET

Karl Fogel <kfogel@newton.ch.collab.net> writes:

> David Summers <david@summersoft.fay.ar.us> writes:
> > Rev 5064 is still failing the commit_tests.py for me. :-(
> >
> > CMD: svn "ci" "-m" "log msg" "-F" "working_copies/commit_tests-28/log-message" "working_copies/commit_tests-28/iota" <TIME = 0.001526>
> > FAIL: commit_tests.py 28: commit with a log message containing bad data.
>
> What the heck?
>
> It's passing for me... Can you tell why it's failing?

It's failing for me as well. The first commit succeeds which causes
the test to fail:

$ svn st working_copies/commit_tests-28/
? working_copies/commit_tests-28/log-message
$ od -c working_copies/commit_tests-28/log-message
0000000 \b
0000001
$ svnlook youngest repositories/commit_tests-28/
2
$ svn log -r2 working_copies/commit_tests-28/|od -c
0000000 - - - - - - - - - - - - - - - -
*
0000100 - - - - - - - - \n r e v 2 :
0000120 p m | 2 0 0 3 - 0 2 - 2 4
0000140 1 8 : 2 7 : 0 6 + 0 0 0 0
0000160 ( M o n , 2 4 F e b 2 0 0
0000200 3 ) | 1 l i n e \n \n \b \n -
0000220 - - - - - - - - - - - - - - - -
*
0000320 - - - - - - - \n
0000330

Should the commit fail? The test relies on a "Non-ascii" error
message, that can only be generated in the code path that is run if
UTF-8 conversion is unavailable.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 24 19:39:58 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.