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

Commit f00c7c6

Browse files
author
Cesar Blum Silveira
committed
Fix CoreCLR test pass on Linux (fixes #442).
1 parent 221df71 commit f00c7c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Microsoft.AspNet.Html.Abstractions.Test/HtmlContentBuilderExtensionsTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ public void Builder_AppendFormat_WithDifferentCulture()
326326
}
327327

328328
[Fact]
329-
[ReplaceCulture]
329+
[ReplaceCulture("de-DE", "de-DE")]
330330
public void Builder_AppendFormat_WithDifferentCurrentCulture()
331331
{
332332
// Arrange
@@ -337,7 +337,7 @@ public void Builder_AppendFormat_WithDifferentCurrentCulture()
337337

338338
// Assert
339339
Assert.Equal(
340-
"HtmlEncode[[01 February 2015]]",
340+
"HtmlEncode[[Sonntag, 1. Februar 2015]]",
341341
HtmlContentToString(builder));
342342
}
343343

0 commit comments

Comments
 (0)