You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2011/08/19 22:26:25 UTC

svn commit: r1159772 - /subversion/trunk/subversion/tests/cmdline/svndumpfilter_tests.py

Author: danielsh
Date: Fri Aug 19 20:26:24 2011
New Revision: 1159772

URL: http://svn.apache.org/viewvc?rev=1159772&view=rev
Log:
Unbreak the build.

* subversion/tests/cmdline/svndumpfilter_tests.py
  (filter_mergeinfo_revs_outside_of_dump_stream): Update error string.

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

Modified: subversion/trunk/subversion/tests/cmdline/svndumpfilter_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/svndumpfilter_tests.py?rev=1159772&r1=1159771&r2=1159772&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/svndumpfilter_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/svndumpfilter_tests.py Fri Aug 19 20:26:24 2011
@@ -439,7 +439,7 @@ def filter_mergeinfo_revs_outside_of_dum
   # Check that all the blather above really happens.  First does
   # svndumpfilter report what we expect to stderr?
   expected_err = [
-      "Excluding (and dropping empty revisions for) prefix patterns:\n",
+      "Excluding (and dropping empty revisions for) prefixes:\n",
       "   '/branches/B2'\n",
       "\n",
       "Revision 6 committed as 6.\n",