Skip to content

Commit 230bc11

Browse files
committed
AVInput COM-RPC Support: WIP
1 parent 0598da2 commit 230bc11

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Tests/L1Tests/tests/test_AVInput.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,10 @@ TEST_F(AVInputInit, getInputDevices)
373373
// </pca>
374374
}
375375

376+
// <pca> debug
377+
#if 0
378+
// </pca>
379+
376380
TEST_F(AVInputInit, getInputDevices_HDMI)
377381
{
378382
EXPECT_CALL(*p_hdmiInputImplMock, getNumberOfInputs())
@@ -2107,3 +2111,7 @@ TEST_F(AVInputDsTest, getVRRFrameRate_ErrorCase)
21072111
EXPECT_EQ(Core::ERROR_GENERAL, handler.Invoke(connection, _T("getVRRFrameRate"), _T("{\"portId\": \"test\"}"), response));
21082112
EXPECT_EQ(response, string(""));
21092113
}
2114+
2115+
// <pca> debug
2116+
#endif
2117+
// </pca>

0 commit comments

Comments
 (0)