From 0f383c16278f6ef0959a6d3aa7fcf21cd2c4c730 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 27 Jun 2002 20:21:55 +0000 Subject: Adapted a few tests to go with other code. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@150 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/testing/statisticstest.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rdiff-backup/testing/statisticstest.py') 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() -- cgit v1.2.1