aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-01-14 12:25:41 +0100
committerRobin Krahl <robin.krahl@ireas.org>2020-01-14 16:52:55 +0100
commit45b2bc5c77a2f5c22ee6a75c1c1d2b4f9b458943 (patch)
tree563a708907280ecc11bc892a91b7c0925ddb6993
parent73c8aebac338d3454d7e345ffd687324317077ec (diff)
downloadnitrokey-rs-45b2bc5c77a2f5c22ee6a75c1c1d2b4f9b458943.tar.gz
nitrokey-rs-45b2bc5c77a2f5c22ee6a75c1c1d2b4f9b458943.tar.bz2
Remove todo notes for Storage tests and refactoring
This patch removes two items from the todo list: - Check timing in Storage tests: Since we introduced the two seconds timeout, no test failed due to timing issues. There is nothing we can do to check it more precisely, so we just have to live with it for now. - Consider restructuring `device::StorageStatus`: We already have structs for the volume status and firmware version. There is no need to extract more fields.
-rw-r--r--TODO.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 3c095e0..79a68e4 100644
--- a/TODO.md
+++ b/TODO.md
@@ -10,7 +10,5 @@ SPDX-License-Identifier: CC0-1.0
- Lock password safe in `PasswordSafe::drop()` (see [nitrokey-storage-firmware
issue 65][]).
- Disable creation of multiple password safes at the same time.
-- Check timing in Storage tests.
-- Consider restructuring `device::StorageStatus`.
[nitrokey-storage-firmware issue 65]: https://github.com/Nitrokey/nitrokey-storage-firmware/issues/65