Skip to content

Commit ff5714a

Browse files
committed
AVInput COM-RPC Support: WIP
1 parent dee82f2 commit ff5714a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Tests/L1Tests/tests/test_AVInput.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ class AVInputTest : public ::testing::Test {
101101
dispatcher = static_cast<PLUGINHOST_DISPATCHER*>(plugin->QueryInterface(PLUGINHOST_DISPATCHER_ID));
102102
dispatcher->Activate(&service);
103103

104+
// <pca> debug
105+
#if 0
106+
// </pca>
104107
ON_CALL(*p_avInputMock, Register(::testing::Matcher<Exchange::IAVInput::IDevicesChangedNotification*>(::testing::_)))
105108
.WillByDefault(::testing::Invoke(
106109
[&](Exchange::IAVInput::IDevicesChangedNotification *notification){
@@ -142,6 +145,9 @@ class AVInputTest : public ::testing::Test {
142145
OnHdmiContentTypeUpdateNotification = notification;
143146
return Core::ERROR_NONE;;
144147
}));
148+
// <pca> debug
149+
#endif
150+
// </pca>
145151

146152
#ifdef USE_THUNDER_R4
147153
ON_CALL(comLinkMock, Instantiate(::testing::_, ::testing::_, ::testing::_))

0 commit comments

Comments
 (0)