@@ -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