Second attempt to fix tests failing to build

This commit is contained in:
Jyrki Vesterinen 2017-01-07 22:31:11 +02:00
parent f6e3f4ae31
commit 15bea098c4

View file

@ -551,12 +551,12 @@ template<>
struct dialog_tester<addon_manager>
{
CVideo& video = test_utils::get_fake_display(10, 10).video();
addons_client client(video, "localhost:15999");
dialog_tester()
{
}
addon_manager* create()
{
addons_client client(video, "localhost:15999");
return new addon_manager(client);
}
};