You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2011/07/02 14:09:29 UTC

svn commit: r1142212 - /subversion/trunk/subversion/tests/cmdline/upgrade_tests.py

Author: rhuijben
Date: Sat Jul  2 12:09:29 2011
New Revision: 1142212

URL: http://svn.apache.org/viewvc?rev=1142212&view=rev
Log:
* subversion/tests/cmdline/upgrade_tests.py
  (upgrade_with_missing_subdir): Expect that the incomplete directory is
    restored before the actual update processing, instead of silently later on.

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

Modified: subversion/trunk/subversion/tests/cmdline/upgrade_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/upgrade_tests.py?rev=1142212&r1=1142211&r2=1142212&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/upgrade_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/upgrade_tests.py Sat Jul  2 12:09:29 2011
@@ -1076,6 +1076,7 @@ def upgrade_with_missing_subdir(sbox):
 
   # And now perform an update. (This used to fail with an assertion)
   expected_output = svntest.wc.State(wc_dir, {
+    'A/B'               : Item(verb='Restored'),
     'A/B/E'             : Item(status='A '),
     'A/B/E/alpha'       : Item(status='A '),
     'A/B/E/beta'        : Item(status='A '),