From: Seungkeun Lee Date: Tue, 22 May 2018 23:07:42 +0000 (+0900) Subject: [ElmSharp][Non-ACR] Change GenList.SelectionMode to Always X-Git-Tag: public_m1_final~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab297ae4818d65b1107592fa4e544d608b0bd393;p=test%2Ftct%2Fcsharp%2Fapi.git [ElmSharp][Non-ACR] Change GenList.SelectionMode to Always Tester can't select item twice, but Step was guide to select same item twice So, SelectionMode change to Always mode Change-Id: I1e82addc8525be2572d49996b644fbb8d399560e --- diff --git a/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSGenList.cs b/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSGenList.cs index ff34cd6..f5f1b48 100755 --- a/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSGenList.cs +++ b/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSGenList.cs @@ -1530,6 +1530,7 @@ namespace ElmSharp.Tests } else { + _genList.SelectionMode = GenItemSelectionMode.Always; _genList.FocusOnSelection = false; for (int i = 0; i < 5; i++) { @@ -1576,4 +1577,4 @@ namespace ElmSharp.Tests } } } -} \ No newline at end of file +}