You've already forked linux-packaging-mono
Imported Upstream version 6.4.0.154
Former-commit-id: d9008e108e6ce36e3e1c6643eb17a9257a81f110
This commit is contained in:
parent
354a7ffa75
commit
0f5eeea818
@ -182,9 +182,9 @@ public class TimeZoneTest {
|
||||
TST (t1);
|
||||
break;
|
||||
case "GMT":
|
||||
#if MONOTOUCH
|
||||
#if MOBILE
|
||||
if (string.IsNullOrEmpty (t1.DaylightName))
|
||||
Assert.Ignore ("This test may fail due to: http://www.openradar.me/38174449");
|
||||
Assert.Ignore ("This test may fail due to: http://www.openradar.me/38174449. This value is also empty on recent Android versions.");
|
||||
#endif
|
||||
GMT (t1);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user