unittest of 'disk' plugin fixed
This commit is contained in:
parent
524555c8e8
commit
8817ede76a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue