summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-04-17 09:21:29 +0100
committerLars Wirzenius <liw@liw.fi>2011-04-17 09:21:29 +0100
commite698a180cc6d044951e38e2760e69890760932e3 (patch)
treef53da1d8df9c49be8cff2e6b396f86b9189331ff
parent015633989208358ec17c8bf93e01ef885e19331d (diff)
downloadobnam-e698a180cc6d044951e38e2760e69890760932e3.tar.gz
Remove test that can't be done with encryption.
Of course it can be done. Just not easily.
-rwxr-xr-xblackboxtest9
1 files changed, 0 insertions, 9 deletions
diff --git a/blackboxtest b/blackboxtest
index c7465283..6177e666 100755
--- a/blackboxtest
+++ b/blackboxtest
@@ -391,15 +391,6 @@ class BackupTests(ObnamTestCase):
self.restore()
self.assert_restored_correctly()
- def test_reuses_chunk(self):
- n = 100
- for i in range(n):
- self.create_file(self.data, 'target%d' % i, 'content1')
- self.backup()
-
- s = self.open_repository()
- self.assertEqual(len(s.list_chunks()), 1)
-
def test_does_not_include_roots_from_old_gens_unless_specified_again(self):
foo = self.create_dir(self.data, 'foo')
self.backup(roots=[foo])