Update cswinrt tests for 4 part version numbers

This commit is contained in:
Sarah Oslund 2020-08-31 15:41:21 -07:00
parent b5732c59b2
commit 1455151d84

View file

@ -13,9 +13,9 @@ namespace EndToEnd
public class GivenWindows50App : TestBase public class GivenWindows50App : TestBase
{ {
[WindowsOnlyTheory] [WindowsOnlyTheory]
[InlineData("10.0.17763")] [InlineData("10.0.17763.0")]
[InlineData("10.0.18362")] [InlineData("10.0.18362.0")]
[InlineData("10.0.19041")] [InlineData("10.0.19041.0")]
public void ItCanBuildAndRun(string targetPlatformVersion) public void ItCanBuildAndRun(string targetPlatformVersion)
{ {
var testInstance = TestAssets.Get(TestAssetKinds.TestProjects, "UseCswinrt") var testInstance = TestAssets.Get(TestAssetKinds.TestProjects, "UseCswinrt")