@@ -132,6 +132,7 @@ class AVInputTest : public ::testing::Test {
132
132
ON_CALL (comLinkMock, Instantiate (::testing::_, ::testing::_, ::testing::_))
133
133
.WillByDefault (::testing::Invoke (
134
134
[&](const RPC::Object& object, const uint32_t waitTime, uint32_t & connectionId) {
135
+ TEST_LOG (" *** _DEBUG: Instantiate called" );
135
136
AVInputImpl = Core::ProxyType<Plugin::AVInputImplementation>::Create ();
136
137
return &AVInputImpl;
137
138
}));
@@ -186,8 +187,6 @@ class AVInputTest : public ::testing::Test {
186
187
// </pca>
187
188
};
188
189
189
- // <pca> debug
190
- #if 0
191
190
TEST_F (AVInputTest, RegisteredMethods)
192
191
{
193
192
TEST_LOG (" *** _DEBUG: TEST_F(AVInputTest, RegisteredMethods): entry" );
@@ -223,9 +222,6 @@ TEST_F(AVInputTest, contentProtected)
223
222
EXPECT_EQ (response, string (" {\" isContentProtected\" :true,\" success\" :true}" ));
224
223
TEST_LOG (" *** _DEBUG: TEST_F(AVInputTest, contentProtected): Mark 2" );
225
224
}
226
- // <pca>
227
- #endif
228
- // </pca>
229
225
230
226
class AVInputDsTest : public AVInputTest {
231
227
protected:
@@ -276,10 +272,6 @@ class AVInputDsTest : public AVInputTest {
276
272
}
277
273
};
278
274
279
- // <pca> debug
280
- #if 0
281
- // </pca>
282
-
283
275
TEST_F (AVInputDsTest, numberOfInputs)
284
276
{
285
277
ON_CALL (*p_hdmiInputImplMock, getNumberOfInputs ())
@@ -338,10 +330,6 @@ TEST_F(AVInputDsTest, getVRRFrameRate)
338
330
EXPECT_EQ (response, string (" {\" currentVRRVideoFrameRate\" :0,\" success\" :true}" ));
339
331
}
340
332
341
- // <pca>
342
- #endif
343
- // </pca>
344
-
345
333
class AVInputInit : public AVInputDsTest {
346
334
protected:
347
335
// <pca> debug
0 commit comments