1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 22:51:39 +00:00

[#199 state:fixed] Added a mtime column to PE's cache DB so that we can purge outdated caches.

This commit is contained in:
Virgil Dupras
2012-08-10 15:58:37 -04:00
parent 24771af955
commit 20320f539f
3 changed files with 42 additions and 15 deletions

View File

@@ -141,5 +141,5 @@ class TestCaseCacheSQLEscape:
try:
del c["foo'bar"]
except KeyError:
self.fail()
assert False