Skip to content

Commit aadee75

Browse files
committed
AVInput COM-RPC Support: WIP
1 parent 4069a9e commit aadee75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/L1Tests/tests/test_AVInput.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,11 +302,11 @@ TEST_F(AVInputDsTest, getEdid2AllmSupport)
302302

303303
TEST_F(AVInputDsTest, getEdid2AllmSupport_ErrorCase)
304304
{
305-
EXPECT_CALL(*p_hdmiInputImplMock, getEdid2AllmSupport(::testing::_, ::testing::_))
306-
.WillOnce(testing::Throw(new device::Exception(-1, "Error")));
305+
// EXPECT_CALL(*p_hdmiInputImplMock, getEdid2AllmSupport(::testing::_, ::testing::_))
306+
// .WillOnce(testing::Throw(new device::Exception(-1, "Error")));
307307

308308
EXPECT_EQ(Core::ERROR_NONE, handler.Invoke(connection, _T("getEdid2AllmSupport"), _T("{\"portId\": \"test\"}"), response));
309-
//EXPECT_EQ(response, string("{\"success\":false}"));
309+
EXPECT_EQ(response, string("{\"success\":false}"));
310310
}
311311

312312
TEST_F(AVInputDsTest, setEdid2AllmSupport)

0 commit comments

Comments
 (0)