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 2010/01/06 14:17:25 UTC

svn commit: r896436 - /subversion/branches/issue-3242-dev/subversion/tests/cmdline/authz_tests.py

Author: cmpilato
Date: Wed Jan  6 13:17:24 2010
New Revision: 896436

URL: http://svn.apache.org/viewvc?rev=896436&view=rev
Log:
On the 'issue-3242-dev' branch, no longer expect failure of the key test.

* subversion/tests/cmdline/authz_tests.py
  (test_list): Stop expecting authz_access_required_at_repo_root() to fail.

Modified:
    subversion/branches/issue-3242-dev/subversion/tests/cmdline/authz_tests.py

Modified: subversion/branches/issue-3242-dev/subversion/tests/cmdline/authz_tests.py
URL: http://svn.apache.org/viewvc/subversion/branches/issue-3242-dev/subversion/tests/cmdline/authz_tests.py?rev=896436&r1=896435&r2=896436&view=diff
==============================================================================
--- subversion/branches/issue-3242-dev/subversion/tests/cmdline/authz_tests.py (original)
+++ subversion/branches/issue-3242-dev/subversion/tests/cmdline/authz_tests.py Wed Jan  6 13:17:24 2010
@@ -926,8 +926,7 @@
                                svntest.main.is_ra_type_svn)),
               XFail(Skip(authz_switch_to_directory,
                          svntest.main.is_ra_type_file)),
-              Skip(XFail(authz_access_required_at_repo_root,
-                         svntest.main.is_ra_type_dav),
+              Skip(authz_access_required_at_repo_root,
                    svntest.main.is_ra_type_file),
              ]