Home
last modified time | relevance | path

Searched refs:testDataDir (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeojson/
H A Dtst_qgeojson.cpp46 QString testDataDir; member in tst_QGeoJson
69 testDataDir = QFileInfo(QFINDTESTDATA("01-point.json")).absolutePath(); in testGeojson()
70 if (testDataDir.isEmpty()) in testGeojson()
71 testDataDir = QCoreApplication::applicationDirPath(); in testGeojson()
75 QFile file(testDataDir + QStringLiteral("/") + exampleGeometries[i]); in testGeojson()