Tweak “svnrdump load” tests to pass with svnadmin 1.6
commit4db2b8f2d31eac788ac83bb2fd4b356aa19ff513
authorJonathan Nieder <jrnieder@gmail.com>
Sat, 7 Aug 2010 01:31:11 +0000 (6 20:31 -0500)
committerJonathan Nieder <jrnieder@gmail.com>
Sat, 7 Aug 2010 01:31:11 +0000 (6 20:31 -0500)
treea1cf39ddb42f594938ce46054bf6ac4c14151105
parent3012fd05fead56781f25f3f319d618f109f9ec0a
Tweak “svnrdump load” tests to pass with svnadmin 1.6

svnadmin 1.6 does not dump properties in alphabetical order, but
svnadmin 1.7 and “svnrdump dump” do.

In this 1.6-backporting branch, let’s tolerate reordered lines
in the “svnadmin dump” output (though not the “svnradmin dump” output,
of course).  After that change, all tests expected to pass do pass.

Theoretically the resulting repository could be broken in some
way (e.g., reordered commits), so it would be nice to check that
“svnrdump load” followed by “svnrdump dump” is still the identity;
but this patch does not do that yet.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
svnrdump_tests.py