Skip to content

Commit

Permalink
FZ300 allmenu test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Rambalac committed Apr 28, 2017
1 parent f5703ed commit fbcda2e
Show file tree
Hide file tree
Showing 3 changed files with 2,420 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Core.Tests/Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
</ItemGroup>
<ItemGroup>
<Content Include="TestCurMenu.xml" />
<Content Include="TestMenuSetFZ300.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="TestMenuSetGH3.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down
1 change: 1 addition & 0 deletions Core.Tests/MenuSetHelperTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public void Load(string filename)
[InlineData("TestMenuSetGH3_S.xml")]
[InlineData("TestMenuSetGH4.xml")]
[InlineData("TestMenuSetGH5.xml")]
[InlineData("TestMenuSetFZ300.xml")]
public void TestLiveviewQualiyty(string filename)
{
Load(filename);
Expand Down
Loading

0 comments on commit fbcda2e

Please sign in to comment.