[ElmSharp][Non-ACR]Fix TCT 84/190184/1
authorJoonghyun Cho <jh5.cho@samsung.com>
Fri, 28 Sep 2018 04:37:26 +0000 (13:37 +0900)
committerJoonghyun Cho <jh5.cho@samsung.com>
Fri, 28 Sep 2018 04:37:26 +0000 (13:37 +0900)
Change-Id: I6c17823591a718938d53d4c11b5db394fb38b1b0

tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSEntry.cs

index 8c930ce..db3fd47 100644 (file)
@@ -443,6 +443,7 @@ namespace ElmSharp.Tests
         public static async Task Activated_EVENT()
         {
             CreateEntry();
+            _entry.IsSingleLine = true;
             _entry.Activated += Confirm;
             // Waits for user confirmation.
             await ManualTest.WaitForConfirm();