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

Re: Fixing stat_test 21: is a directory remotely changed when you add a new child directory?

From: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: 2007-04-30 10:54:55 CEST

Lieven Govaerts wrote:
> Attached patch will fix the test according to above assumption.
>
>
Hereby attached.

Index: subversion/tests/cmdline/stat_tests.py
===================================================================
--- subversion/tests/cmdline/stat_tests.py (revision 24829)
+++ subversion/tests/cmdline/stat_tests.py (working copy)
@@ -399,9 +399,9 @@
   os.chdir(wc_dir)
   try:
     expected_output = [
- ' * C/J\n'
- 'A 0 ? ? C/K\n'
- ' 1 1 jrandom C\n',
+ ' * %s\n' % os.path.join("C", "J"),
+ 'A 0 ? ? %s\n' % os.path.join("C", "K"),
+ ' * 1 1 jrandom C\n',
       'Status against revision: 2\n' ]
 
     os.chdir('A')
@@ -413,7 +413,7 @@
     expected_output = [
       ' * J\n',
       'A 0 ? ? K\n',
- ' 1 1 jrandom .\n',
+ ' * 1 1 jrandom .\n',
       'Status against revision: 2\n']
 
     os.chdir('C')
@@ -1537,7 +1537,7 @@
               status_ignored_dir,
               status_unversioned_dir,
               status_dash_u_missing_dir,
- XFail(status_nonrecursive_update_different_cwd),
+ status_nonrecursive_update_different_cwd,
               status_add_plus_conflict,
               inconsistent_eol,
               status_update_with_incoming_props,

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 30 10:55:09 2007

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.