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

Ordering of output for diff tests #29 and #31

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2006-03-28 04:01:35 CEST

Our regression tests for diff #29 (diff to BASE with local property
mods) and #31 (diff a property change plus a local prop edit) expect a
specific ordering that the client will return the diff in.

ra_serf doesn't match the ordering - as it handles directories last
not first. Other than that, the output is correct.

Anybody have any ideas on how to best tweak the suite to handle this?
AFAICT, it can match one line via regex or multiple lines as an exact
match. We sort of need something in the middle, but I'm not quite
sure what that would be.

To demonstrate, the patch that makes ra_serf pass is attached. (With
this, ra_serf passes all of our diff tests too.) -- justin

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

Received on Tue Mar 28 04:01:57 2006

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.