mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-05 08:55:59 +08:00
Ref T129, improved flight plan remarks parsing
* unit tests * improved parsing * return value objects instead of just strings where applicable
This commit is contained in:
committed by
Mathew Sutcliffe
parent
b047004470
commit
2dfb6770da
@@ -29,6 +29,7 @@
|
||||
#include "testvariantandmap.h"
|
||||
#include "testweather.h"
|
||||
#include "testdbus.h"
|
||||
#include "testflightplan.h"
|
||||
#include "blackmisc/test/test.h"
|
||||
|
||||
#include <QStringList>
|
||||
@@ -60,6 +61,10 @@ namespace BlackMiscTest
|
||||
CTestGeo geoTests;
|
||||
status |= test.exec(&geoTests, "blackmisc_geo");
|
||||
}
|
||||
{
|
||||
CTestFlightPlan fpTests;
|
||||
status |= test.exec(&fpTests, "blackmisc_flightplan");
|
||||
}
|
||||
{
|
||||
CTestContainers containerTests;
|
||||
status |= test.exec(&containerTests, "blackmisc_containers");
|
||||
|
||||
Reference in New Issue
Block a user