Skip to content
Snippets Groups Projects
Commit 9ae4dbc1 authored by Jorit Schaap's avatar Jorit Schaap
Browse files

SW-796: fixed tMessaging

parent a9051bef
No related branches found
No related tags found
1 merge request!47Merge Lofar release 4 0 back to master
......@@ -40,8 +40,8 @@ using namespace std;
struct BusFixture
{
BusFixture() :
fromBus("testqueue", "{create: always, delete: always}"),
toBus ("testqueue"),
fromBus("testqueue", defaultBroker, "{create: always, delete: always}"),
toBus ("testqueue", defaultBroker),
timeOut(0.5)
{}
FromBus fromBus;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment