summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rdiff-backup/testing/lazytest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rdiff-backup/testing/lazytest.py b/rdiff-backup/testing/lazytest.py
index fb28604..83f4d20 100644
--- a/rdiff-backup/testing/lazytest.py
+++ b/rdiff-backup/testing/lazytest.py
@@ -2,7 +2,7 @@ from __future__ import generators
import unittest, pickle
execfile("commontest.py")
-rbexec("lazy.py")
+rbexec("robust.py")
class Iterators(unittest.TestCase):
one_to_100 = lambda s: iter(range(1, 101))
@@ -261,7 +261,7 @@ class TreeReducerTest(unittest.TestCase):
itm = ITRadder()
for index in self.i1:
val = itm(index)
- assert val, elem.index
+ assert val, (val, index)
itm.Finish()
assert itm.total == 6, itm.total