Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit ad48ef8

Browse files
committed
Fix http test for checking microsoft server
1 parent 7e18234 commit ad48ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/Platform/Tests/CLR/System/Http/FunctionalTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public MFTestResults VisitMicrosoft()
4545
{
4646
Log.Comment("Small web page - redirect");
4747
// Print for now, Parse later
48-
string data = new string(Encoding.UTF8.GetChars(GetRequested("http://www.microsoft.com", "IIS")));
48+
string data = new string(Encoding.UTF8.GetChars(GetRequested("http://www.microsoft.com", "APACHE")));
4949
}
5050
catch (Exception ex)
5151
{

0 commit comments

Comments
 (0)