Index: trunk/src/Dam/Tests/Importers/LocationShapeFileImporterDotSpatialTests.cs =================================================================== diff -u -r7 -r13 --- trunk/src/Dam/Tests/Importers/LocationShapeFileImporterDotSpatialTests.cs (.../LocationShapeFileImporterDotSpatialTests.cs) (revision 7) +++ trunk/src/Dam/Tests/Importers/LocationShapeFileImporterDotSpatialTests.cs (.../LocationShapeFileImporterDotSpatialTests.cs) (revision 13) @@ -13,7 +13,7 @@ [Test] public void CanReadLoactions() { - const string locationFilename = @"..\..\..\data\Dam\Waterboards\HHNK All\shapefiles\LocationID.shp"; + const string locationFilename = @"..\..\..\data\Dam\Waterboards\HHNK\shapefiles\LocationID.shp"; var configuredAttributes = new List(); configuredAttributes.Add(new DataAttribute{AttributeId = "location_id", AttributeName = "LOCATIONID", DataSource = ""}); configuredAttributes.Add(new DataAttribute { AttributeId = "damtype", AttributeName = "DAMTYPE", DataSource = "" });