You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2012/03/02 17:45:48 UTC

svn commit: r1296303 - /subversion/trunk/subversion/tests/cmdline/depth_tests.py

Author: cmpilato
Date: Fri Mar  2 16:45:47 2012
New Revision: 1296303

URL: http://svn.apache.org/viewvc?rev=1296303&view=rev
Log:
* subversion/tests/cmdline/depth_tests.py
  (commit_then_immediates_update): Oops!  Expect the wc root directory
    to be updated to revision 2, too.

Found by: danielsh

Modified:
    subversion/trunk/subversion/tests/cmdline/depth_tests.py

Modified: subversion/trunk/subversion/tests/cmdline/depth_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/depth_tests.py?rev=1296303&r1=1296302&r2=1296303&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/depth_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/depth_tests.py Fri Mar  2 16:45:47 2012
@@ -2872,6 +2872,7 @@ def commit_then_immediates_update(sbox):
   expected_disk.tweak('A/mu', contents="modified mu\n")
   expected_status = svntest.wc.State(wc_dir, { '' : svntest.wc.StateItem() })
   expected_status = svntest.actions.get_virginal_state(wc_dir, 1)
+  expected_status.tweak('',     wc_rev=2, status='  ')
   expected_status.tweak('A',    wc_rev=2, status='  ')
   expected_status.tweak('A/mu', wc_rev=2, status='  ')
   expected_status.tweak('iota', wc_rev=2, status='  ')