summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/regressiontest.py
diff options
context:
space:
mode:
Diffstat (limited to 'rdiff-backup/testing/regressiontest.py')
-rw-r--r--rdiff-backup/testing/regressiontest.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/rdiff-backup/testing/regressiontest.py b/rdiff-backup/testing/regressiontest.py
index 354cbbb..ea90230 100644
--- a/rdiff-backup/testing/regressiontest.py
+++ b/rdiff-backup/testing/regressiontest.py
@@ -131,6 +131,15 @@ class PathSetter(unittest.TestCase):
class IncrementTest1(unittest.TestCase):
dirlist = ["testfiles/increment1", "testfiles/increment2",
"testfiles/increment3", "testfiles/increment4"]
+ gzip_dirlist = ["testfiles/gzips/inc1", "testfiles/gzips/inc2"]
+
+ def testLocalGzipinc(self):
+ """Local test small archive which exercises gzip options"""
+ BackupRestoreSeries(1, 1, self.gzip_dirlist)
+
+ def testRemoteBothGzipinc(self):
+ """Remote test small archive which exercises gzip options"""
+ BackupRestoreSeries(None, None, self.gzip_dirlist)
def testLocalinc(self):
"""Test self.incrementing, and then restoring, local"""