summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-07-08 08:43:52 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-07-08 08:43:52 +0000
commit02807aef253f9814ff56a401d47c48add79d8838 (patch)
treec44f5d56022089a6e21b5564ab6ea654dd77e6e2
parentbd2d04ed18a2f9921af9c5e8a85971936ff1cb68 (diff)
parent8c29bdadc4dcfdb06fb1c52d45c16e187e946a1d (diff)
downloadcts-02807aef253f9814ff56a401d47c48add79d8838.tar.gz
Merge "Fix issue with expected output in console"
-rw-r--r--hostsidetests/hdmicec/src/android/hdmicec/cts/common/HdmiCecSystemInformationTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostsidetests/hdmicec/src/android/hdmicec/cts/common/HdmiCecSystemInformationTest.java b/hostsidetests/hdmicec/src/android/hdmicec/cts/common/HdmiCecSystemInformationTest.java
index 035267371be..4e4a96ea339 100644
--- a/hostsidetests/hdmicec/src/android/hdmicec/cts/common/HdmiCecSystemInformationTest.java
+++ b/hostsidetests/hdmicec/src/android/hdmicec/cts/common/HdmiCecSystemInformationTest.java
@@ -54,7 +54,7 @@ public final class HdmiCecSystemInformationTest extends BaseHdmiCecCtsTest {
*/
@Test
public void cect_11_2_6_1_Ack() throws Exception {
- String expectedOutput = "POLL sent";
+ String expectedOutput = "POLL message sent";
hdmiCecClient.sendPoll();
if (!hdmiCecClient.checkConsoleOutput(expectedOutput)) {
throw new Exception("Could not find " + expectedOutput);