You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.160
Former-commit-id: c53882cc1707d973c4b74b4c6c7d98622ea24677
This commit is contained in:
parent
80d55115d1
commit
efb22d3209
@ -186,6 +186,10 @@ public class TimeZoneTest {
|
||||
TST (t1);
|
||||
break;
|
||||
case "GMT":
|
||||
#if MONOTOUCH
|
||||
if (string.IsNullOrEmpty (t1.DaylightName))
|
||||
Assert.Ignore ("This test may fail due to: http://www.openradar.me/38174449");
|
||||
#endif
|
||||
GMT (t1);
|
||||
break;
|
||||
case "NZST":
|
||||
|
Reference in New Issue
Block a user