fix NReadability CSS issue

This commit is contained in:
2013-10-17 13:28:17 +02:00
parent 1c74d6ebf4
commit 352af4f736
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ namespace PocketSharp.Tests
string result = await reader.Read(new Uri("http://frontendplay.com/story/4/http-caching-demystified-part-2-implementation"));
Assert.True(result.Length > 0);
Assert.True(result.Length > 15000);
}
}
}
+3
View File
@@ -77,6 +77,9 @@
<Reference Include="Microsoft.Threading.Tasks.Extensions">
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.16\lib\portable-net40+sl4+win8+wp71\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\portable-net40+sl4+wp7+win8\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System.IO">
<HintPath>..\packages\Microsoft.Bcl.1.1.3\lib\portable-net40+sl4+win8+wp71\System.IO.dll</HintPath>
</Reference>
@@ -49,7 +49,7 @@ namespace PocketSharp.Ports.NReadability
#endregion
private static readonly string _ReadabilityStylesheetResourceName = typeof(NReadabilityTranscoder).Namespace + ".Resources.readability.css";
private static readonly string _ReadabilityStylesheetResourceName = "NReadability.Resources.readability.css";
#region Algorithm constants