Skip to content

Commit c74e9f7

Browse files
committed
AVInput COM-RPC Support: WIP
1 parent d9658c2 commit c74e9f7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Tests/L1Tests/tests/test_AVInput.cpp

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ class AVInputTest : public ::testing::Test {
279279
};
280280

281281
// <pca> debug
282-
#if 0
282+
#if 1
283283
// </pca>
284284
TEST_F(AVInputTest, RegisteredMethods)
285285
{
@@ -685,6 +685,10 @@ TEST_F(AVInputTest, getGameFeatureStatus_VRR_FREESYNC_PREMIUM_PRO)
685685
// <pca>
686686
#endif
687687
// </pca>
688+
689+
// <pca> debug
690+
#if 0
691+
// </pca>
688692
TEST_F(AVInputTest, onDevicesChangedHDMI)
689693
{
690694
printf("*** _DEBUG: onDevicesChangedHDMI: entry");
@@ -721,6 +725,9 @@ TEST_F(AVInputTest, onDevicesChangedHDMI)
721725
EVENT_UNSUBSCRIBE(0, _T("onDevicesChanged"), _T("org.rdk.AVInput"), message);
722726
printf("*** _DEBUG: onDevicesChangedHDMI: exit");
723727
}
728+
// <pca>
729+
#endif
730+
// </pca>
724731

725732
// <pca> debug
726733
#if 0

0 commit comments

Comments
 (0)