Skip to content

Commit f4769e8

Browse files
committed
Add new characters
1 parent 7388d3f commit f4769e8

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ public void BuildBasicApplicationReleaseProfiledAotWithoutDefaultProfile ()
121121
[TestCase ("随机生成器", false, false)]
122122
[TestCase ("テスト", false, true)]
123123
[TestCase ("随机生成器", false, true)]
124+
[TestCase ("中国", false, false)]
125+
[TestCase ("中国", false, true)]
126+
[TestCase ("中国", true, true)]
127+
[TestCase ("中国", true, false)]
124128
public void BuildAotApplicationWithSpecialCharactersInProject (string testName, bool isRelease, bool aot)
125129
{
126130
var rootPath = Path.Combine (Root, "temp", TestName);

0 commit comments

Comments
 (0)