File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
test/GeoJSON.Net.Contrib.Wkb.Test Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,20 +45,20 @@ public void EncodeDecodePolygonTest()
4545 Assert . Equal ( polygon , processedPolygon ) ;
4646 }
4747
48- [ Fact ( Skip = "Equal method does not seem to be working right" ) ]
48+ [ Fact ]
4949 public void EncodeDecodePolygonWithHoleTest ( )
5050 {
5151 var processedPolygon = polygonWithHole . ToWkb ( ) . ToGeoJSONObject < Polygon > ( ) ;
5252
53- Assert . Equal ( polygon , processedPolygon ) ;
53+ Assert . Equal ( polygonWithHole , processedPolygon ) ;
5454 }
5555
56- [ Fact ( Skip = "Equal method does not seem to be working right" ) ]
56+ [ Fact ]
5757 public void EncodeDecodePolygonWithHoleReverseWindingTest ( )
5858 {
5959 var processedPolygon = polygonWithHoleReverseWinding . ToWkb ( ) . ToGeoJSONObject < Polygon > ( ) ;
6060
61- Assert . Equal ( polygon , processedPolygon ) ;
61+ Assert . Equal ( polygonWithHoleReverseWinding , processedPolygon ) ;
6262 }
6363
6464 [ Fact ]
You can’t perform that action at this time.
0 commit comments