We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7388d3f commit f4769e8Copy full SHA for f4769e8
src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/AotTests.cs
@@ -121,6 +121,10 @@ public void BuildBasicApplicationReleaseProfiledAotWithoutDefaultProfile ()
121
[TestCase ("随机生成器", false, false)]
122
[TestCase ("テスト", false, true)]
123
[TestCase ("随机生成器", false, true)]
124
+ [TestCase ("中国", false, false)]
125
+ [TestCase ("中国", false, true)]
126
+ [TestCase ("中国", true, true)]
127
+ [TestCase ("中国", true, false)]
128
public void BuildAotApplicationWithSpecialCharactersInProject (string testName, bool isRelease, bool aot)
129
{
130
var rootPath = Path.Combine (Root, "temp", TestName);
0 commit comments