* subversion/tests/cmdline/commit_tests.py
  (test_list): Expect commit_out_of_date_deletions to pass over DAV now.
    I'm not sure when it started XPASSing; it seems to have been doing
    so at least since r34008, but it may have started long before then.
git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@874175 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/subversion/tests/cmdline/commit_tests.py b/subversion/tests/cmdline/commit_tests.py
index 46264d8..b106744 100755
--- a/subversion/tests/cmdline/commit_tests.py
+++ b/subversion/tests/cmdline/commit_tests.py
@@ -2699,7 +2699,7 @@
               commit_multiple_wc,
               commit_nonrecursive,
               failed_commit,
-              XFail(commit_out_of_date_deletions, svntest.main.is_ra_type_dav),
+              commit_out_of_date_deletions,
               commit_with_bad_log_message,
               commit_with_mixed_line_endings,
               commit_with_mixed_line_endings_in_ignored_part,