tests: fix MimeHandlers after "29c602c tests: prefix internal functions with underscore"

This commit is contained in:
Marek Marczykowski-Górecki 2016-03-13 03:37:04 +01:00
parent b24ba307c3
commit 63f0966cdd
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -1227,12 +1227,12 @@ class TC_50_MimeHandlers(qubes.tests.SystemTestsMixin):
qc = QubesVmCollection()
cls.kill_test_vms(qc, prefix=qubes.tests.CLSVMPREFIX)
cls._kill_test_vms(qc, prefix=qubes.tests.CLSVMPREFIX)
qc.lock_db_for_writing()
qc.load()
cls.remove_test_vms(qc, qubes.qubes.vmm.libvirt_conn,
cls._remove_test_vms(qc, qubes.qubes.vmm.libvirt_conn,
prefix=qubes.tests.CLSVMPREFIX)
cls.source_vmname = cls.make_vm_name('source', True)