diff --git a/tests/src/python/utilities.py b/tests/src/python/utilities.py index c0c6612b30ae..3ca311458645 100644 --- a/tests/src/python/utilities.py +++ b/tests/src/python/utilities.py @@ -150,6 +150,11 @@ def unitTestDataPath(theSubdir=None): return myPath +def svgSymbolsPath(): + return os.path.abspath( + os.path.join(unitTestDataPath(), '..', '..', 'images', 'svg')) + + def setCanvasCrs(theEpsgId, theOtfpFlag=False): """Helper to set the crs for the CANVAS before a test is run.