File tree Expand file tree Collapse file tree
MapWinGisTests-net6/MapWinGisTests/UnitTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public void GlobalSettingsProjPathTest()
6060 var projPath = _gs . ProjPath ;
6161 _testOutputHelper . WriteLine ( "projPath: " + projPath ) ;
6262 projPath . ShouldNotBeNullOrEmpty ( "ProjPath is not set" ) ;
63- projPath . EndsWith ( "\\ proj7 \\ share\\ " ) . ShouldBeTrue ( ) ;
63+ projPath . EndsWith ( "\\ proj9 \\ share\\ " ) . ShouldBeTrue ( ) ;
6464 // Change:
6565 var newpath = Path . Combine ( Path . GetTempPath ( ) , "new-proj-Воздух" ) ;
6666 _testOutputHelper . WriteLine ( newpath ) ;
@@ -79,7 +79,7 @@ public void GlobalSettingsGdalVersionTest()
7979 var gdalVersion = _gs . GdalVersion ;
8080 _testOutputHelper . WriteLine ( gdalVersion ) ;
8181 gdalVersion . ShouldNotBeNullOrEmpty ( "GdalVersion is not set" ) ;
82- gdalVersion . StartsWith ( "GDAL 3.5 " ) . ShouldBeTrue ( ) ;
82+ gdalVersion . StartsWith ( "GDAL 3.10 " ) . ShouldBeTrue ( ) ;
8383 // Change:
8484 // GdalVersion is read-only
8585 }
You can’t perform that action at this time.
0 commit comments