Skip to content

Commit 1a62e69

Browse files
committed
Add Ümläüts and spaces to Aot and Bundle tests
1 parent 24e33a9 commit 1a62e69

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/BuildTest.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -638,9 +638,9 @@ public void BuildMkBundleApplicationReleaseAllAbi ()
638638
[Test]
639639
[TestCaseSource ("AotChecks")]
640640
[Category ("Minor")]
641-
public void BuildAotApplication (string supportedAbis, bool enableLLVM, bool expectedResult)
641+
public void BuildAotApplicationAndÜmläüts (string supportedAbis, bool enableLLVM, bool expectedResult)
642642
{
643-
var path = Path.Combine ("temp", string.Format ("BuildAotApplication_{0}_{1}_{2}", supportedAbis, enableLLVM, expectedResult));
643+
var path = Path.Combine ("temp", string.Format ("BuildAotApplication AndÜmläüts_{0}_{1}_{2}", supportedAbis, enableLLVM, expectedResult));
644644
var proj = new XamarinAndroidApplicationProject () {
645645
IsRelease = true,
646646
BundleAssemblies = false,
@@ -709,9 +709,9 @@ public void BuildAotApplication (string supportedAbis, bool enableLLVM, bool exp
709709
[Test]
710710
[TestCaseSource ("AotChecks")]
711711
[Category ("Minor")]
712-
public void BuildAotApplicationAndBundle (string supportedAbis, bool enableLLVM, bool expectedResult)
712+
public void BuildAotApplicationAndBundleAndÜmläüts (string supportedAbis, bool enableLLVM, bool expectedResult)
713713
{
714-
var path = Path.Combine ("temp", string.Format ("BuildAotApplicationAndBundle_{0}_{1}_{2}", supportedAbis, enableLLVM, expectedResult));
714+
var path = Path.Combine ("temp", string.Format ("BuildAotApplicationAndBundle AndÜmläüts_{0}_{1}_{2}", supportedAbis, enableLLVM, expectedResult));
715715
var proj = new XamarinAndroidApplicationProject () {
716716
IsRelease = true,
717717
BundleAssemblies = true,

0 commit comments

Comments
 (0)