Index: test/DeltaShell/DeltaShell.Plugins.SharpMapGis.Tests/Forms/MapViewTest.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r65f2e7d6ac377e64d885b6379ba3553a2deef981 --- test/DeltaShell/DeltaShell.Plugins.SharpMapGis.Tests/Forms/MapViewTest.cs (.../MapViewTest.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ test/DeltaShell/DeltaShell.Plugins.SharpMapGis.Tests/Forms/MapViewTest.cs (.../MapViewTest.cs) (revision 65f2e7d6ac377e64d885b6379ba3553a2deef981) @@ -95,7 +95,7 @@ var path = DataPath + filePath; - ShapeFile shp = null; + ShapeFile shp; Map.CoordinateSystemFactory = new OgrCoordinateSystemFactory(); var src = Map.CoordinateSystemFactory.CreateFromEPSG(4326 /* WGS84 */);