summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2004-05-31 20:45:02 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2004-05-31 20:45:02 +0000
commit01a367ac95cd68c53acd461e72b2b395b467e473 (patch)
tree97cd357cb8e080c0c2cc90f4087c8e50debc85b6
parent7e87a01c8e01e179ae6b5d432c9e42f94472c993 (diff)
downloadrdiff-backup-01a367ac95cd68c53acd461e72b2b395b467e473.tar.gz
Added a bit of debugging info to assertion
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-12@545 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/testing/statisticstest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/testing/statisticstest.py b/rdiff-backup/testing/statisticstest.py
index b198b61..686c4ca 100644
--- a/rdiff-backup/testing/statisticstest.py
+++ b/rdiff-backup/testing/statisticstest.py
@@ -184,7 +184,7 @@ class IncStatTest(unittest.TestCase):
assert len(incs) == 2
s2 = statistics.StatsObj().read_stats_from_rp(incs[0])
assert s2.SourceFiles == 7
- assert 700000 <= s2.SourceFileSize < 750000
+ assert 700000 <= s2.SourceFileSize < 750000, s2.SourceFileSize
self.stats_check_initial(s2)
root_stats = statistics.StatsObj().read_stats_from_rp(incs[1])