summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/rdifftest.py
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-04-12 04:18:41 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-04-12 04:18:41 +0000
commitf0b35195e0832dcc91d485010f2503902d78eaf8 (patch)
treec0bc628153462fb925ee9ce4ab24dc1c1e50852b /rdiff-backup/testing/rdifftest.py
parentae666de6c68c36daa946946303196f8be96e9cfe (diff)
downloadrdiff-backup-f0b35195e0832dcc91d485010f2503902d78eaf8.tar.gz
Changed testfiles, testing code to deal with Select instead of DS.Iterate
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@44 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing/rdifftest.py')
-rw-r--r--rdiff-backup/testing/rdifftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/testing/rdifftest.py b/rdiff-backup/testing/rdifftest.py
index 1c307ab..93d9f37 100644
--- a/rdiff-backup/testing/rdifftest.py
+++ b/rdiff-backup/testing/rdifftest.py
@@ -1,7 +1,7 @@
import unittest, random
execfile("commontest.py")
-rbexec("destructive_stepping.py")
+rbexec("selection.py")
Log.setverbosity(6)