Skip to content

Commit 1c1448e

Browse files
committed
Fix a couple of tests
1 parent 7df9133 commit 1c1448e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ public void RtxtGeneratorOutput ()
530530
BuildEngine = engine,
531531
RTxtFile = rTxt,
532532
ResourceDirectory = resPath,
533+
CaseMapFile = Path.Combine (Root, path, "case_map.txt"),
533534
JavaPlatformJarPath = Path.Combine (AndroidSdkDirectory, "platforms", $"android-{platform}", "android.jar"),
534535
ResourceFlagFile = Path.Combine (Root, path, "res.flag"),
535536
AdditionalResourceDirectories = new string[] {
@@ -600,6 +601,7 @@ public void CompareAapt2AndManagedParserOutput ()
600601
task.Namespace = "MonoAndroidApplication4.MonoAndroidApplication4";
601602
task.NetResgenOutputFile = Path.Combine (Root, path, "Resource.designer.aapt2.cs");
602603
task.ProjectDir = Path.Combine (Root, path);
604+
task.CaseMapFile = Path.Combine (Root, path, "case_map.txt");
603605
task.ResourceDirectory = Path.Combine (Root, path, "res") + Path.DirectorySeparatorChar;
604606
task.Resources = new TaskItem [] {
605607
new TaskItem (Path.Combine (Root, path, "res", "values", "strings.xml"), new Dictionary<string, string> () {

0 commit comments

Comments
 (0)