Skip to content

Commit e5f0e1b

Browse files
committed
Fix unit test
1 parent f8787c3 commit e5f0e1b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Dataflow/Engine/Controller/NetworkEditorController.cc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ NetworkEditorController::NetworkEditorController(ModuleFactoryHandle mf, ModuleS
8787
}
8888

8989
NetworkEditorController::NetworkEditorController(NetworkHandle network, ExecutionStrategyFactoryHandle executorFactory, NetworkEditorSerializationManager* nesm)
90-
: theNetwork_(network), executorFactory_(executorFactory), serializationManager_(nesm),
90+
: theNetwork_(network), executorFactory_(executorFactory),
91+
eventCmdFactory_(new NullCommandFactory),
92+
serializationManager_(nesm),
9193
signalSwitch_(true)
9294
{
9395
}

0 commit comments

Comments
 (0)