Skip to content

Commit c90b903

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

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
@@ -220,6 +220,10 @@ TEST_F(AVInputTest, contentProtected)
220220
EXPECT_EQ(response, string("{\"isContentProtected\":true,\"success\":true}"));
221221
}
222222

223+
// <pca> debug
224+
#if 0
225+
// </pca>
226+
223227
class AVInputDsTest : public AVInputTest {
224228
protected:
225229
HdmiInputImplMock* p_hdmiInputImplMock = nullptr;
@@ -373,10 +377,6 @@ TEST_F(AVInputInit, getInputDevices)
373377
// </pca>
374378
}
375379

376-
// <pca> debug
377-
#if 0
378-
// </pca>
379-
380380
TEST_F(AVInputInit, getInputDevices_HDMI)
381381
{
382382
EXPECT_CALL(*p_hdmiInputImplMock, getNumberOfInputs())

0 commit comments

Comments
 (0)