You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2021/02/16 11:06:55 UTC

svn commit: r1886582 - /subversion/trunk/subversion/tests/cmdline/mod_authz_svn_tests.py

Author: stsp
Date: Tue Feb 16 11:06:55 2021
New Revision: 1886582

URL: http://svn.apache.org/viewvc?rev=1886582&view=rev
Log:
* subversion/tests/cmdline/mod_authz_svn_tests.py
  (nonexistent_repos_relative_access_file): Fix typo in comment: CVS -> CVE

Spotted by: danielsh

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

Modified: subversion/trunk/subversion/tests/cmdline/mod_authz_svn_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/mod_authz_svn_tests.py?rev=1886582&r1=1886581&r2=1886582&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/mod_authz_svn_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/mod_authz_svn_tests.py Tue Feb 16 11:06:55 2021
@@ -1072,7 +1072,7 @@ def repos_relative_access_file(sbox):
 
   verify_gets(test_area_url, in_repos_authz_tests)
 
-# test for the bug also known as CVS-2020-17525
+# test for the bug also known as CVE-2020-17525
 @SkipUnless(svntest.main.is_ra_type_dav)
 def nonexistent_repos_relative_access_file(sbox):
   "repos-relative access file with bad repository URL"