From 3c6dcd1d79878299b59964613f40df99418a117c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Mon, 23 Sep 2019 17:07:10 +0100 Subject: [PATCH] Add notes --- tests/system_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system_tests.rs b/tests/system_tests.rs index c145eea..f4b0743 100644 --- a/tests/system_tests.rs +++ b/tests/system_tests.rs @@ -132,5 +132,5 @@ fn forbid_backup_of_paths_within_repository() -> Result<(), BakareError> { } // TODO: test concurrent writes -// TODO: test that index is stored separately from data // TODO: index corruption +// TODO: encryption