We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69dce8c commit 05b3e98Copy full SHA for 05b3e98
test/NetTopologySuite.IO.Esri.Test/Issues/Issue033.cs
@@ -16,7 +16,7 @@ internal class Issue033
16
[Test]
17
public void WriteAllFeatures_NullAttributeValue()
18
{
19
- string shpPath = TestShapefiles.PathTo(@"Issues/03/sample/ne_10m_admin_0_countries_fra.shp");
+ string shpPath = TestShapefiles.PathTo(@"Issues/033/sample/ne_10m_admin_0_countries_fra.shp");
20
string shpCopyPath = TestShapefiles.GetTempShpPath();
21
22
var config = new ShapefileReaderOptions()
0 commit comments