Skip to content

Commit e5c92b2

Browse files
committed
AVInput COM-RPC Support: WIP
1 parent 59e53ff commit e5c92b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/L1Tests/tests/test_AVInput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ TEST_F(AVInputDsTest, getEdid2AllmSupport)
303303
TEST_F(AVInputDsTest, getEdid2AllmSupport_ErrorCase)
304304
{
305305
EXPECT_CALL(*p_hdmiInputImplMock, getEdid2AllmSupport(::testing::_, ::testing::_))
306-
.WillOnce(testing::Throw(std::runtime_error("Simulated exception")));
306+
.WillOnce(testing::Throw(new device::Exception(-1, "Error")));
307307

308308
EXPECT_EQ(Core::ERROR_GENERAL, handler.Invoke(connection, _T("getEdid2AllmSupport"), _T("{\"portId\": \"test\"}"), response));
309309
EXPECT_EQ(response, string("{\"success\":false}"));

0 commit comments

Comments
 (0)