X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem%2FTimeZoneInfo.AdjustmentRuleTest.cs;h=ed45adfb13775ec29015ce83e62cfed9d4503b36;hb=fcca9846c82626dd094b2ca0c5f35991f8afc3a5;hp=62ae67cfc814755576e69e8a862864bc5bc71e36;hpb=c750efbb037f2702917b7ebd6def4872a9a74a1b;p=mono.git diff --git a/mcs/class/corlib/Test/System/TimeZoneInfo.AdjustmentRuleTest.cs b/mcs/class/corlib/Test/System/TimeZoneInfo.AdjustmentRuleTest.cs index 62ae67cfc81..ed45adfb137 100644 --- a/mcs/class/corlib/Test/System/TimeZoneInfo.AdjustmentRuleTest.cs +++ b/mcs/class/corlib/Test/System/TimeZoneInfo.AdjustmentRuleTest.cs @@ -82,8 +82,6 @@ namespace MonoTests.System [Test] public void DeltaNotInSeconds () { - if (Environment.OSVersion.Platform != PlatformID.Unix) - throw new ArgumentOutOfRangeException ();; DateTime dateStart = new DateTime (2007,01,01); DateTime dateEnd = new DateTime (2008,01,01); TimeZoneInfo.TransitionTime daylightTransitionStart = TimeZoneInfo.TransitionTime.CreateFixedDateRule (new DateTime (1,1,1,2,0,0), 03, 11);