summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-06-15 20:03:57 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-06-15 20:03:57 +0000
commitb72d8da27679c48ace0c493fc9993e1271428dae (patch)
tree99ce2e68646ade1141ac34b89a9780c31e7d96e5
parent127e5a48e7b64b5aa7c01b4ccfcc6852f31c2b20 (diff)
downloadrdiff-backup-b72d8da27679c48ace0c493fc9993e1271428dae.tar.gz
Small test tweak
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@127 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-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