In the test suite's checking of multi-line property values, fix a line-ending
commit926d0cfec09192a0c32f31a98704ebf49a28ea47
authorJulian Foad <julian.foad@wandisco.com>
Wed, 13 Aug 2008 23:57:56 +0000 (13 23:57 +0000)
committerJulian Foad <julian.foad@wandisco.com>
Wed, 13 Aug 2008 23:57:56 +0000 (13 23:57 +0000)
treedfee6497fd5d74d1787ec0dc744a8617fff331c5
parent85cc8d740f408c8aa6f75026a4a9c8fff28fcbea
In the test suite's checking of multi-line property values, fix a line-ending
quirk and make the parsing a bit more robust and simpler.

* subversion/tests/cmdline/merge_tests.py
  (avoid_repeated_merge_on_subtree_with_merge_info,
   merge_old_and_new_revs_from_renamed_dir,
   merge_source_normalization_and_subtree_merges,
   dont_add_mergeinfo_from_own_history): Remove the spurious newline from
    the end of the expected mergeinfo value.

* subversion/tests/cmdline/svntest/tree.py
  (get_props): Don't add an extra newline to a multi-line property value.
    Be more careful in matching a property name line. When stripping the
    line-ending characters, avoid accidentally stripping other white space
    from the beginning or end of a line.

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