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

Commit d6460f4

Browse files
committed
Merge pull request #307 from mortezag/httpTestMicrosoftServer
Fix http test for checking microsoft server
2 parents 13973e2 + ad48ef8 commit d6460f4

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)