@@ -186,6 +186,8 @@ class AVInputTest : public ::testing::Test {
186
186
// </pca>
187
187
};
188
188
189
+ // <pca> debug
190
+ #if 0
189
191
TEST_F(AVInputTest, RegisteredMethods)
190
192
{
191
193
TEST_LOG("*** _DEBUG: TEST_F(AVInputTest, RegisteredMethods): entry");
@@ -221,6 +223,9 @@ TEST_F(AVInputTest, contentProtected)
221
223
EXPECT_EQ(response, string("{\"isContentProtected\":true,\"success\":true}"));
222
224
TEST_LOG("*** _DEBUG: TEST_F(AVInputTest, contentProtected): Mark 2");
223
225
}
226
+ // <pca>
227
+ #endif
228
+ // </pca>
224
229
225
230
class AVInputDsTest : public AVInputTest {
226
231
protected:
@@ -271,6 +276,10 @@ class AVInputDsTest : public AVInputTest {
271
276
}
272
277
};
273
278
279
+ // <pca> debug
280
+ #if 0
281
+ // </pca>
282
+
274
283
TEST_F(AVInputDsTest, numberOfInputs)
275
284
{
276
285
ON_CALL(*p_hdmiInputImplMock, getNumberOfInputs())
@@ -329,6 +338,10 @@ TEST_F(AVInputDsTest, getVRRFrameRate)
329
338
EXPECT_EQ(response, string("{\"currentVRRVideoFrameRate\":0,\"success\":true}"));
330
339
}
331
340
341
+ // <pca>
342
+ #endif
343
+ // </pca>
344
+
332
345
class AVInputInit : public AVInputDsTest {
333
346
protected:
334
347
IarmBusImplMock* p_iarmBusImplMock = nullptr ;
@@ -415,6 +428,7 @@ class AVInputInit : public AVInputDsTest {
415
428
delete p_iarmBusImplMock;
416
429
p_iarmBusImplMock = nullptr ;
417
430
}
431
+ TEST_LOG (" *** _DEBUG: AVInputInit Destructor: exit" );
418
432
}
419
433
};
420
434
@@ -433,6 +447,10 @@ TEST_F(AVInputInit, getInputDevices)
433
447
// </pca>
434
448
}
435
449
450
+ // <pca> debug
451
+ #if 0
452
+ // </pca>
453
+
436
454
TEST_F(AVInputInit, getInputDevices_HDMI)
437
455
{
438
456
EXPECT_CALL(*p_hdmiInputImplMock, getNumberOfInputs())
@@ -471,10 +489,6 @@ TEST_F(AVInputInit, writeEDID_InvalidParameters)
471
489
EXPECT_EQ(response, string(""));
472
490
}
473
491
474
- // <pca> debug
475
- #if 0
476
- // </pca>
477
-
478
492
TEST_F(AVInputInit, readEDID)
479
493
{
480
494
EXPECT_CALL(*p_hdmiInputImplMock, getEDIDBytesInfo(::testing::_, ::testing::_))
0 commit comments