Index: test/Common/DelftTools.TestUtils/TestDataPath.cs =================================================================== diff -u -rdbf346f0cc265bf639c1b94ac0eedc1c7bd9d0e4 -rc42d0c47753135357002db6026ebbefc3603a62b --- test/Common/DelftTools.TestUtils/TestDataPath.cs (.../TestDataPath.cs) (revision dbf346f0cc265bf639c1b94ac0eedc1c7bd9d0e4) +++ test/Common/DelftTools.TestUtils/TestDataPath.cs (.../TestDataPath.cs) (revision c42d0c47753135357002db6026ebbefc3603a62b) @@ -37,5 +37,13 @@ public static readonly TestDataPath DeltaShellDeltaShellPluginsSharpMapGisTestsRasterData = @"DeltaShell/DeltaShell.Plugins.SharpMapGis.Tests/RasterData/"; } + + public static class Plugins + { + public static class Wti + { + public static readonly TestDataPath WtiIOPath = @"Plugins/Wti/IO/"; + } + } } } \ No newline at end of file