summaryrefslogtreecommitdiff
path: root/subversion/tests/cmdline/mod_dav_svn_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/tests/cmdline/mod_dav_svn_tests.py')
-rwxr-xr-xsubversion/tests/cmdline/mod_dav_svn_tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/subversion/tests/cmdline/mod_dav_svn_tests.py b/subversion/tests/cmdline/mod_dav_svn_tests.py
index 1ab2464..3aa6cad 100755
--- a/subversion/tests/cmdline/mod_dav_svn_tests.py
+++ b/subversion/tests/cmdline/mod_dav_svn_tests.py
@@ -102,7 +102,7 @@ def compare_xml_elem(a, b):
# iteration.
def sortcmp(x, y):
return compare_xml_elem(x, y)[0]
-
+
a_children = sorted(list(a), key=functools.cmp_to_key(sortcmp))
b_children = sorted(list(b), key=functools.cmp_to_key(sortcmp))
@@ -686,7 +686,7 @@ def last_modified_header(sbox):
raise svntest.Failure('Unexpected Last-Modified header: %s' % last_modified)
r.read()
-
+
########################################################################
# Run the tests