jamietre / CsQuery

CsQuery is a complete CSS selector engine, HTML parser, and jQuery port for C# and .NET 4.
Other
1.15k stars 249 forks source link

Fixed web IO integration tests (GitHub HTML changed). #114

Closed joelverhagen closed 11 years ago

joelverhagen commented 11 years ago

The following tests were failing:

CsQuery.Tests.Core.WebIO.GetHtml
CsQuery.Tests.Core.WebIO.GetHtmlAsyncPromisesFailed

The following test never completed. The infinite spin wait at the bottom is a problem...

CsQuery.Tests.Core.WebIO.GetHtmlAsyncPromises

All three problems were due to the recent change in GitHub's HTML.