summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/statisticstest.py
diff options
context:
space:
mode:
Diffstat (limited to 'rdiff-backup/testing/statisticstest.py')
-rw-r--r--rdiff-backup/testing/statisticstest.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/rdiff-backup/testing/statisticstest.py b/rdiff-backup/testing/statisticstest.py
index 032badc..819bb85 100644
--- a/rdiff-backup/testing/statisticstest.py
+++ b/rdiff-backup/testing/statisticstest.py
@@ -70,6 +70,10 @@ IncrementFileSize 10 (10 bytes)
statline = s.get_stats_line(())
assert statline == ". 1 2 13 14 3 4 5 6 7 8 9 15 10"
+ statline = s.get_stats_line(("file name with spaces",))
+ assert statline == "file\\x20name\\x20with\\x20spaces 1 2 13 14 " \
+ "3 4 5 6 7 8 9 15 10", repr(statline)
+
def test_byte_summary(self):
"""Test conversion of bytes to strings like 7.23MB"""
s = StatsObj()