diff options
Diffstat (limited to 'rdiff-backup/testing/highleveltest.py')
-rw-r--r-- | rdiff-backup/testing/highleveltest.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rdiff-backup/testing/highleveltest.py b/rdiff-backup/testing/highleveltest.py index c46f528..c55694b 100644 --- a/rdiff-backup/testing/highleveltest.py +++ b/rdiff-backup/testing/highleveltest.py @@ -19,6 +19,11 @@ class RemoteMirrorTest(unittest.TestCase): MirrorTest(1, None, ['testfiles/increment1', 'testfiles/increment2', 'testfiles/increment3', 'testfiles/increment4']) + def testMirror3(self): + """Local version of testMirror2""" + MirrorTest(1, 1, ['testfiles/increment1', 'testfiles/increment2', + 'testfiles/increment3', 'testfiles/increment4']) + def testMirrorWithCheckpointing(self): """Like testMirror but this time checkpoint""" MirrorTest(None, None, ["testfiles/increment1"], 1) |