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

'diff_tests.py 29 31' test failures over ra_serf

From: Daniel Rall <dlr_at_collab.net>
Date: 2006-11-30 01:51:35 CET

'diff_tests.py 29 31' are both failing for me over ra_serf because the
paths don't have their output listed in the expected order. Here's an
example from the test 29 failure, with "iota" listed before "A" (both
paths are at the root of the Greek tree):

--- snip ---
EXPECTED STDOUT:

Property changes on: A
___________________________________________________________________
Name: dirprop
   + r2value

Property changes on: iota
___________________________________________________________________
Name: fileprop
   + r2value

ACTUAL STDOUT:

Property changes on: iota
___________________________________________________________________
Name: fileprop
   + r2value

Property changes on: A
___________________________________________________________________
Name: dirprop
   + r2value

EXCEPTION: SVNLineUnequal
FAIL: diff_tests.py 29: diff to BASE with local property mods
--- snip ---

  • application/pgp-signature attachment: stored
Received on Thu Nov 30 01:52: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.