You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2012/12/17 10:47:39 UTC

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

Author: philip
Date: Mon Dec 17 09:47:38 2012
New Revision: 1422818

URL: http://svn.apache.org/viewvc?rev=1422818&view=rev
Log:
Followup to r1422706, tweak getopt_tests for "svn --version" change.

* subversion/tests/cmdline/getopt_tests.py
  (del_lines_res): Ignore plaintext and blank lines.

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=1422818&r1=1422817&r2=1422818&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/getopt_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/getopt_tests.py Mon Dec 17 09:47:38 2012
@@ -70,6 +70,8 @@ del_lines_res = [
                  re.compile(r"  - handles '(https?|file|svn)' scheme"),
                  re.compile(r"  - with Cyrus SASL authentication"),
                  re.compile(r"\* fs_(base|fs) :"),
+                 re.compile(r"WARNING: Plaintext"),
+                 re.compile(r"$"), # blank line
                 ]
 
 # This is a list of lines to search and replace text on.