Skip to content

Commit ba0e13a

Browse files
committed
Added approved html report to git attributes as binary to fix failing test on TeamCity
1 parent 9f59c43 commit ba0e13a

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

TestStack.BDDfy.Tests/Reporters/Html/HtmlReport.html renamed to TestStack.BDDfy.Tests/Reporters/Html/HtmlReport.approved.html

File renamed without changes.

TestStack.BDDfy.Tests/Reporters/Html/HtmlReportBuilderSpecs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public void ShouldProduceExpectedHtml()
2727
private string GetReportHtml()
2828
{
2929
var assembly = Assembly.GetExecutingAssembly();
30-
var resourceName = "TestStack.BDDfy.Tests.Reporters.Html.HtmlReport.html";
30+
var resourceName = "TestStack.BDDfy.Tests.Reporters.Html.HtmlReport.approved.html";
3131

3232
string result;
3333
using (Stream stream = assembly.GetManifestResourceStream(resourceName))

TestStack.BDDfy.Tests/TestStack.BDDfy.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<None Include="packages.config" />
142142
</ItemGroup>
143143
<ItemGroup>
144-
<EmbeddedResource Include="Reporters\Html\HtmlReport.html" />
144+
<EmbeddedResource Include="Reporters\Html\HtmlReport.approved.html" />
145145
</ItemGroup>
146146
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
147147
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />

0 commit comments

Comments
 (0)