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:
Klaus Basan
2017-10-07 03:30:42 +02:00
committed by Mathew Sutcliffe
parent b047004470
commit 2dfb6770da
5 changed files with 159 additions and 38 deletions

View File

@@ -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");