Commit 3f048b21 authored by Don Gagne's avatar Don Gagne

Update MockLink params to latest PX4 firmware

parent e6086127
......@@ -57,7 +57,7 @@ void LogDownloadTest::downloadTest(void)
}
_multiSpyLogDownloadController->clearAllSignals();
QString downloadFile = QDir(downloadTo).filePath("log_0_UnknownDate.px4log");
QString downloadFile = QDir(downloadTo).filePath("log_0_UnknownDate.ulg");
QVERIFY(UnitTest::fileCompare(downloadFile, _mockLink->logDownloadFile()));
QFile::remove(downloadFile);
......
This diff is collapsed.
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