## Summary pluginloadtest and sendfiletest are crashing. This patch fixes that…

Authored by sredman on Jun 2 2019, 9:26 PM.

Description

Summary pluginloadtest and sendfiletest are crashing. This patch fixes that by allowing Daemon::init() to be called from TestDaemon

Test Plan

Before:

Both tests are crashing because it is not able to find any devices. It is not able to find any devices because the LanLinkProvider is not being added because Daemon::init() is not being called.

After:

pluginloadtest and sendfiletest pass

Details

Committed
sredmanJun 2 2019, 9:26 PM
Parents
R224:163f10c7979c: Remove unneeded include dir definition
Branches
Unknown
Tags
Unknown