unittest of 'disk' plugin fixed

This commit is contained in:
lars 2007-09-15 19:48:31 +00:00
parent 524555c8e8
commit 8817ede76a
1 changed files with 1 additions and 1 deletions

View File

@ -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