Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Fix CoreCLR test pass on Linux #443

Merged
merged 1 commit into from
Oct 19, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ public void Builder_AppendFormat_WithDifferentCulture()
}

[Fact]
[ReplaceCulture]
[ReplaceCulture("de-DE", "de-DE")]
public void Builder_AppendFormat_WithDifferentCurrentCulture()
{
// Arrange
Expand All @@ -337,7 +337,7 @@ public void Builder_AppendFormat_WithDifferentCurrentCulture()

// Assert
Assert.Equal(
"HtmlEncode[[01 February 2015]]",
"HtmlEncode[[Sonntag, 1. Februar 2015]]",
HtmlContentToString(builder));
}

Expand Down