Commit 58b4ddb0 authored by bescoto's avatar bescoto

Added a bit of debugging info to assertion


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@545 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent d5c39cd2
......@@ -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])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment