summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/statisticstest.py
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-06-25 18:04:45 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-06-25 18:04:45 +0000
commit2caa9e388288e044183b45d18542a31fa1f4d4af (patch)
tree33af095ff4e665be96010e76cb03188e163d17a8 /rdiff-backup/testing/statisticstest.py
parentaa36fa26a216b2faf89b0bbd4d90fb16fd082f38 (diff)
downloadrdiff-backup-2caa9e388288e044183b45d18542a31fa1f4d4af.tar.gz
Added root selection test, and modified tests to jive with new
IterTreeReducer fast_process code. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@146 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing/statisticstest.py')
-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 62ad0b7..032badc 100644
--- a/rdiff-backup/testing/statisticstest.py
+++ b/rdiff-backup/testing/statisticstest.py
@@ -29,7 +29,7 @@ class StatsObjTest(unittest.TestCase):
self.set_obj(s)
assert s.get_stat('SourceFiles') == 1
- s1 = StatsITR()
+ s1 = StatsITRB()
assert s1.get_stat('SourceFiles') == 0
def test_get_stats_string(self):