Home
last modified time | relevance | path

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

/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgsproject.cpp245 QString invalidSvgPath = dirPath + "/invalid.svg"; in testPathResolverSvg() local
261 _useRendererWithSvgSymbol( layer2, invalidSvgPath ); in testPathResolverSvg()
283 …QCOMPARE( projectFileSvgPaths["points 2"], invalidSvgPath ); // full path to non-existent file (n… in testPathResolverSvg()
293 QCOMPARE( svg2, invalidSvgPath ); in testPathResolverSvg()
310 QCOMPARE( svg2x, invalidSvgPath ); in testPathResolverSvg()
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgsproject.cpp264 const QString invalidSvgPath = dirPath + "/invalid.svg"; in testPathResolverSvg() local
280 _useRendererWithSvgSymbol( layer2, invalidSvgPath ); in testPathResolverSvg()
302 …QCOMPARE( projectFileSvgPaths["points 2"], invalidSvgPath ); // full path to non-existent file (n… in testPathResolverSvg()
312 QCOMPARE( svg2, invalidSvgPath ); in testPathResolverSvg()
329 QCOMPARE( svg2x, invalidSvgPath ); in testPathResolverSvg()