Skip to content

Commit

Permalink
Update test description to include full bug report url
Browse files Browse the repository at this point in the history
  • Loading branch information
grendello committed Apr 23, 2014
1 parent 3df2360 commit 73f0987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcs/class/System.Core/Test/System/TimeZoneInfoTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ public void ConverTime_DateTime_TimeZoneInfo_TimeZoneInfo_DestinationTimeZoneIsN
TimeZoneInfo.ConvertTime (DateTime.Now, TimeZoneInfo.Utc, null);
}

[Test (Description="Description xambug #17155")]
[Test (Description="Fix for xambug https://bugzilla.xamarin.com/show_bug.cgi?id=17155")]
public void ConvertTime_AdjustmentRuleAfterNewYears ()
{
TimeZoneInfo tz;
Expand Down

0 comments on commit 73f0987

Please sign in to comment.