From 8817ede76a6bbc2fe7497721adcc73a1624898ee Mon Sep 17 00:00:00 2001 From: lars Date: Sat, 15 Sep 2007 19:48:31 +0000 Subject: [PATCH] unittest of 'disk' plugin fixed --- src/cryptobox/tests/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptobox/tests/tools.py b/src/cryptobox/tests/tools.py index ddb201f..5031195 100644 --- a/src/cryptobox/tests/tools.py +++ b/src/cryptobox/tests/tools.py @@ -26,7 +26,7 @@ just inherit one of its classes and add some test functions __revision__ = "$Id$" -TEST_DEVICE_LIST = ["ubdb", "loop", "ubda", "udbc", "ubdd", "sd"] +TEST_DEVICE_LIST = ["hda", "hdb", "ubdb", "loop", "ubda", "udbc", "ubdd", "sd"] import os