You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by as...@apache.org on 2014/03/05 22:14:55 UTC

svn commit: r1574665 - /subversion/trunk/subversion/tests/cmdline/getopt_tests.py

Author: astieger
Date: Wed Mar  5 21:14:55 2014
New Revision: 1574665

URL: http://svn.apache.org/r1574665
Log:
Fix getopt tests with KWallet, followup to r1572106

Obvious fix.

* subversion/tests/cmdline/getopt_tests.py
  (del_lines_res): Adjust pattern to fit actual output of --version
    with KWallet

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

Modified: subversion/trunk/subversion/tests/cmdline/getopt_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/getopt_tests.py?rev=1574665&r1=1574664&r2=1574665&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/getopt_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/getopt_tests.py Wed Mar  5 21:14:55 2014
@@ -82,7 +82,7 @@ del_lines_res = [
                  re.compile(r"\* Gnome Keyring"),
                  re.compile(r"\* GPG-Agent"),
                  re.compile(r"\* Mac OS X Keychain"),
-                 re.compile(r"\* Kwallet \(KDE\)"),
+                 re.compile(r"\* KWallet \(KDE\)"),
                 ]
 
 # This is a list of lines to search and replace text on.