Skip to content

Commit c875f35

Browse files
committed
Run the test with different characters
1 parent 7d93dbb commit c875f35

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,11 @@ public void MonoSymbolicateAndroidStackTrace ()
180180

181181
[Test]
182182
[Category ("UsesDevice"), Category ("SmokeTests")]
183-
public void SmokeTestBuildAndRunWithSpecialCharacters ([Values (false, true)] bool profileAot)
183+
[TestCase (false, "テスト")]
184+
[TestCase (true, "テスト")]
185+
[TestCase (false, "随机生成器")]
186+
[TestCase (true, "随机生成器")]
187+
public void SmokeTestBuildAndRunWithSpecialCharacters (bool profileAot, string testName)
184188
{
185189
AssertHasDevices ();
186190
var testName = "テスト";

0 commit comments

Comments
 (0)