Implement the test suite's ExpectedOutput(..., match_all=False) code path
commita3ac5f00a2c76e0e61ea4f563a6b94d3647a36bd
authorJulian Foad <julian.foad@wandisco.com>
Tue, 23 Dec 2008 22:27:28 +0000 (23 22:27 +0000)
committerJulian Foad <julian.foad@wandisco.com>
Tue, 23 Dec 2008 22:27:28 +0000 (23 22:27 +0000)
treee0aa4ca3b39a9973c34be38b2617bc5656f0e23e
parent571ba3b181ec613a4c05650f4a62e0df62521ad3
Implement the test suite's ExpectedOutput(..., match_all=False) code path
which was simply assumed never to be the case unless regular expressions
were being used.

* subversion/tests/cmdline/svntest/verify.py
  (ExpectedOutput): Implement the (not is_reg_exp, not match_all) case.
    Give a proper doc string for __init__ and tweak other comments.

git-svn-id: http://svn.apache.org/repos/asf/subversion/trunk/subversion/tests/cmdline@874980 13f79535-47bb-0310-9956-ffa450edef68
svntest/verify.py