Commit 817fbeaf authored by Don Gagne's avatar Don Gagne

Don't show ui do unit tests

parent 866c327d
......@@ -93,7 +93,6 @@ void FlightModeConfigTest::init(void)
_configWidget = new FlightModeConfig;
Q_CHECK_PTR(_configWidget);
_configWidget->setVisible(true);
// Setup combo maps
......
......@@ -166,9 +166,7 @@ void PX4RCCalibrationTest::init(void)
// This will instatiate the widget with an active uas with ready parameters
_calWidget = new PX4RCCalibration();
Q_CHECK_PTR(_calWidget);
_calWidget->_setUnitTestMode();
_calWidget->setVisible(true);
_calWidget->_setUnitTestMode();
// Get pointers to the push buttons
_cancelButton = _calWidget->findChild<QPushButton*>("rcCalCancel");
......
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