Skip to content
  • Daniel Vrátil's avatar
    Prevent ViewerPluginCreate*Tests from starting Akonadi · e2f9f14b
    Daniel Vrátil authored
    The tests accidentally started Akonadi because the tested class
    instantiates EventEdit (or Todo/NoteEdit) class, which internally
    instantiates CollectionComboBox, which then starts Akonadi. This
    can be workaround by passing setting the MessageViewer::_k_fooEditStubModel,
    which prevents the CollectionComboBox from using Akonadi models.
    e2f9f14b