Commit 21e80f46 authored by Don Gagne's avatar Don Gagne

Convert to MockLink and FactSystem

parent 6daa362e
This diff is collapsed.
......@@ -25,11 +25,11 @@
#define PX4RCCALIBRATIONTEST_H
#include "UnitTest.h"
#include "MockUASManager.h"
#include "MockUAS.h"
#include "MockLink.h"
#include "MultiSignalSpy.h"
#include "px4_configuration/PX4RCCalibration.h"
#include "QGCLoggingCategory.h"
#include "AutoPilotPlugin.h"
/// @file
/// @brief PX4RCCalibration Widget unit test
......@@ -94,8 +94,8 @@ private:
void _validateParameters(void);
MockUASManager* _mockUASManager;
MockUAS* _mockUAS;
MockLink* _mockLink;
AutoPilotPlugin* _autopilot;
PX4RCCalibration* _calWidget;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment