Skip to content

Commit 66afd84

Browse files
committed
[WIP] More test fixes for minimum available API level
1 parent e22e855 commit 66afd84

File tree

1 file changed

+4
-4
lines changed
  • src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests

1 file changed

+4
-4
lines changed

src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/ManifestTest.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ public void DirectBootAwareAttribute ()
440440
/* pattern */ "{abi}{minSDK:00}{versionCode:000}",
441441
/* props */ null,
442442
/* shouldBuild */ true,
443-
/* expected */ "219012;316012",
443+
/* expected */ "219012;319012",
444444
},
445445
new object[] {
446446
/* seperateApk */ true,
@@ -450,7 +450,7 @@ public void DirectBootAwareAttribute ()
450450
/* pattern */ "{abi}{minSDK:00}{screen}{versionCode:000}",
451451
/* props */ "screen=24",
452452
/* shouldBuild */ true,
453-
/* expected */ "21924012;31624012",
453+
/* expected */ "21924012;31924012",
454454
},
455455
new object[] {
456456
/* seperateApk */ true,
@@ -460,7 +460,7 @@ public void DirectBootAwareAttribute ()
460460
/* pattern */ "{abi}{minSDK:00}{screen}{foo:0}{versionCode:000}",
461461
/* props */ "screen=24;foo=$(Foo)",
462462
/* shouldBuild */ true,
463-
/* expected */ "219241012;316241012",
463+
/* expected */ "219241012;319241012",
464464
},
465465
new object[] {
466466
/* seperateApk */ true,
@@ -470,7 +470,7 @@ public void DirectBootAwareAttribute ()
470470
/* pattern */ "{abi}{minSDK:00}{screen}{foo:00}{versionCode:000}",
471471
/* props */ "screen=24;foo=$(Foo)",
472472
/* shouldBuild */ false,
473-
/* expected */ "2192401012;3162401012",
473+
/* expected */ "2192401012;3192401012",
474474
},
475475
};
476476

0 commit comments

Comments
 (0)