You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2018/12/18 23:17:58 UTC

svn commit: r1849249 - /subversion/trunk/subversion/tests/cmdline/dav_tests.py

Author: brane
Date: Tue Dec 18 23:17:58 2018
New Revision: 1849249

URL: http://svn.apache.org/viewvc?rev=1849249&view=rev
Log:
Change the expected result of our GitHub connection test now that they've
added the 'DAV: 1' header to the OPTIONS response of their Subversion bridge.

* subversion/tests/cmdline/dav_tests.py
  (connect_to_github_server): Remove the @XFail() annotation.

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

Modified: subversion/trunk/subversion/tests/cmdline/dav_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/dav_tests.py?rev=1849249&r1=1849248&r2=1849249&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/dav_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/dav_tests.py Tue Dec 18 23:17:58 2018
@@ -69,7 +69,6 @@ def connect_other_dav_server(sbox):
 
 #----------------------------------------------------------------------
 
-@XFail()
 @SkipUnless(svntest.main.is_remote_http_connection_allowed)
 def connect_to_github_server(sbox):
   "connect to GitHub's SVN bridge"