Update cswinrt tests for 4 part version numbers
This commit is contained in:
parent
b5732c59b2
commit
1455151d84
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue