Really fix testcase

This commit is contained in:
Chuck Short
2011-03-16 09:26:37 -04:00
parent 6713aa8f2f
commit 12697bbe30

View File

@@ -256,7 +256,7 @@ class LibvirtConnTestCase(test.TestCase):
'uml': ('uml:///system',
[(lambda t: t.find('.').get('type'), 'uml'),
(lambda t: t.find('./os/type').text, 'uml')]),
'lxc': ('lxc://;',
'lxc': ('lxc:///',
[(lambda t: t.find('.').get('type'), 'lxc'),
(lambda t: t.find('./os/type').text, 'exe')]),
'xen': ('xen:///',