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 2013/01/20 00:07:34 UTC

svn commit: r1435754 - /subversion/trunk/subversion/tests/cmdline/update_tests.py

Author: rhuijben
Date: Sat Jan 19 23:07:34 2013
New Revision: 1435754

URL: http://svn.apache.org/viewvc?rev=1435754&view=rev
Log:
* subversion/tests/cmdline/update_tests.py
  (update_removes_switched): Verify the final status.

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

Modified: subversion/trunk/subversion/tests/cmdline/update_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/update_tests.py?rev=1435754&r1=1435753&r2=1435754&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/update_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/update_tests.py Sat Jan 19 23:07:34 2013
@@ -6240,11 +6240,11 @@ def update_removes_switched(sbox):
     'mu'                : Item(status='  ', wc_rev='3'),
   })
   
-  # But I call it XFail that the node is not brought back in by this update
+  # And this final update brings back the node, as it was before switching.
   svntest.actions.run_and_verify_update(wc_dir,
                                        expected_output,
                                        None,
-                                       None)
+                                       expected_status)
 
 #######################################################################
 # Run the tests