From 4cedaa5bf425792cf7cca82a3891d112b9df27ac Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Sat, 7 Nov 2015 12:21:17 -0800 Subject: [PATCH] Fixed failing test cases (was a fault in cpputils library and was fixed there) --- src/Cli.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Cli.cpp b/src/Cli.cpp index 15ed7663..ee82c8ce 100644 --- a/src/Cli.cpp +++ b/src/Cli.cpp @@ -55,7 +55,6 @@ using boost::none; //TODO Did deadlock in bonnie++ second run (in the create files sequentially) - maybe also in a later run or different step? //TODO Improve error message when root blob wasn't found. //TODO Replace ASSERTs with other error handling when it is not a programming error but an environment influence (e.g. a block is missing) -//TODO Test cases fail indeterministically. Fix! namespace cryfs {