Skip to content

Commit 90db336

Browse files
committed
AVInput COM-RPC Support: WIP
1 parent 1822bbf commit 90db336

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Tests/L1Tests/tests/test_AVInput.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,10 +329,6 @@ TEST_F(AVInputDsTest, getVRRFrameRate)
329329
EXPECT_EQ(response, string("{\"currentVRRVideoFrameRate\":0,\"success\":true}"));
330330
}
331331

332-
// <pca> debug
333-
#if 0
334-
// </pca>
335-
336332
class AVInputInit : public AVInputDsTest {
337333
protected:
338334
IarmBusImplMock* p_iarmBusImplMock = nullptr;
@@ -475,6 +471,10 @@ TEST_F(AVInputInit, writeEDID_InvalidParameters)
475471
EXPECT_EQ(response, string(""));
476472
}
477473

474+
// <pca> debug
475+
#if 0
476+
// </pca>
477+
478478
TEST_F(AVInputInit, readEDID)
479479
{
480480
EXPECT_CALL(*p_hdmiInputImplMock, getEDIDBytesInfo(::testing::_, ::testing::_))

0 commit comments

Comments
 (0)