You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2013/01/18 17:42:01 UTC

svn commit: r1435240 - /subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c

Author: philip
Date: Fri Jan 18 16:42:01 2013
New Revision: 1435240

URL: http://svn.apache.org/viewvc?rev=1435240&view=rev
Log:
* subversion/tests/libsvn_wc/op-depth-test.c
  (nested_move2): Correct expectation.

Modified:
    subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c

Modified: subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c?rev=1435240&r1=1435239&r2=1435240&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c Fri Jan 18 16:42:01 2013
@@ -5734,7 +5734,7 @@ nested_moves2(const svn_test_opts_t *opt
       {1, "D",           "normal",       1, "A/A/A/A", MOVED_HERE},
       {1, "D/A",         "normal",       1, "A/A/A/A/A", MOVED_HERE},
       {1, "D/A/A",       "normal",       1, "A/A/A/A/A/A", MOVED_HERE},
-      {3, "D/A/A",       "base-deleted", NO_COPY_FROM, "E"},  /* XFAIL */
+      {3, "D/A/A",       "base-deleted", NO_COPY_FROM, "C"},  /* XFAIL */
       {1, "C",           "normal",       1, "A/A/A/A/A/A", MOVED_HERE},
       {0}
     };