reverse bodyOnly

This commit is contained in:
2013-12-25 21:08:21 +01:00
parent 5c73d51068
commit 6987384e81
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ namespace ReadSharp.Tests
Article result = await reader.Read(new Uri("http://frontendplay.com/story/4/http-caching-demystified-part-2-implementation"), new ReadOptions()
{
HasNoHeadline = true,
HasOnlyBody = false
HasHeaderTags = true
});
Assert.Contains("<!DOCTYPE html>", result.Content);