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 fffaa63 commit 4d13175Copy full SHA for 4d13175
1 file changed
src/GeoJSON.Net.Tests/Geometry/MultiPolygonTests.cs
@@ -110,12 +110,14 @@ public void Can_Serialize()
110
[Test]
111
public void Equals_GetHashCode_Contract()
112
{
113
- var rnd = new System.Random();
114
- var offset = rnd.NextDouble() * 20;
115
- if (rnd.NextDouble() < 0.5)
116
- {
117
- offset *= -1;
118
- }
+ //var rnd = new System.Random();
+ //var offset = rnd.NextDouble() * 20;
+ //if (rnd.NextDouble() < 0.5)
+ //{
+ // offset *= -1;
+ //}
119
+
120
+ double offset = 0d;
121
122
var left = GetMultiPolygon(offset);
123
var right = GetMultiPolygon(offset);
0 commit comments