First stab at time machine using fixed two week expiration policy.

This commit is contained in:
Jake Moshenko 2015-02-11 11:54:30 -05:00
parent 0f3d87466e
commit 90c0a9c1e0
6 changed files with 78 additions and 43 deletions

View file

@ -207,7 +207,7 @@ class TestGarbageColection(unittest.TestCase):
self.assertNotDeleted(repository,'i1', 'i2', 'i3', 't1', 't2', 't3', 'f1', 'f2')
def test_gc_storage_empty(self):
model.garbage_collect_storage(set())
model._garbage_collect_storage(set())
if __name__ == '__main__':
unittest.main()