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

[py tests] status on file externals ignored intentionally?

From: Neels Janosch Hofmeyr <neels_at_elego.de>
Date: Sun, 29 Mar 2009 01:31:19 +0100

Hi,

I just noticed that in the python tests, status verification on externals
isn't possible, because the function that creates the status tree from the
output conveniently ignores lines on file externals.

A file external line looks like this:

" X 3 2 jrandom /A/C/external"

and that X in the fifth column doesn't match the patterns used in

  svntest.wc.State.from_status()

and these lines are ignored.

In effect, externals can't be covered by run_and_verify_status(), for instance.

I'd just like to know whether that is actually intentional. Otherwise I'll
try grokking how to enhance the patterns in State.from_status().

~Neels

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1463475

Received on 2009-03-29 01:31:37 CET

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.