Fix the test suite's parsing of "svn status" output. It went wrong when the
commita5e1128ff5c5601dbabe3c1b59629a795c8c1b85
authorJulian Foad <julian.foad@wandisco.com>
Sun, 12 Oct 2008 15:17:31 +0000 (12 15:17 +0000)
committerJulian Foad <julian.foad@wandisco.com>
Sun, 12 Oct 2008 15:17:31 +0000 (12 15:17 +0000)
tree9117a38a08f80ac428b4de288964c7925f59e0d4
parent00c01e5935569415600fe0ed428551b5f8e9acf3
Fix the test suite's parsing of "svn status" output. It went wrong when the
working revision field was "?", e.g. on an item whose status is "missing".
No tests seem to have been adversely affected by this.

* subversion/tests/cmdline/svntest/tree.py
  (build_tree_from_status): Skip white space before the working revision
    field with the regex " +" rather than accidentally eating other
    characters with the regex "   [^0-9-]*".

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