[Information][Manual][Non-ACR] Run TvOutConnected only if target device has a screen 81/204281/2
authorKichan Kwon <k_c.kwon@samsung.com>
Tue, 23 Apr 2019 01:46:30 +0000 (10:46 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Wed, 24 Apr 2019 01:00:51 +0000 (10:00 +0900)
- It is hard to test without screen

Change-Id: Ic1a5416ead3749bb7d862a86a77535a61cc63cdf
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
tct-suite-vs/Tizen.Information.Manual.Tests/testcase/TSInformation.cs

index a9a74506f1c73d6c715ce3e8e7dc1ccee9ce81d7..8a081323be6b7710e115387a24f75db34aebf532 100755 (executable)
@@ -555,7 +555,7 @@ namespace Tizen.System.Tests {
         [Step(1, "Click Run button")]
         [Step(2, "TvOut: Connect a TVOut connector like micro-USB-to-HDMI to the phone")]
         public async Task TvOutConnected_CHECK_CONNECTED() {
-            if (SupportChecker.IsSupported("http://tizen.org/feature/screen.output.hdmi") || SupportChecker.IsSupported("http://tizen.org/feature/screen.output.rca"))
+            if ((SupportChecker.IsSupported("http://tizen.org/feature/screen.output.hdmi") || SupportChecker.IsSupported("http://tizen.org/feature/screen.output.rca")) && SupportChecker.IsSupported("http://tizen.org/feature/screen"))
             {
                 Information.SetCallback(TvOut, TvOutConnectedCallback);
                 await ManualTest.WaitForConfirm();