@@ -325,38 +325,38 @@ class AVInputTest : public ::testing::Test {
325
325
TEST_F (AVInputTest, RegisteredMethods)
326
326
{
327
327
printf (" *** _DEBUG: TEST_F(AVInputTest, RegisteredMethods): entry" );
328
- EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" numberOfInputs" )));
329
- EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" currentVideoMode" )));
330
- EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" contentProtected" )));
331
- EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" setEdid2AllmSupport" )));
332
- EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" getEdid2AllmSupport" )));
333
- EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" setVRRSupport" )));
334
- EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" getVRRSupport" )));
335
- EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" getVRRFrameRate" )));
336
- EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" getInputDevices" )));
337
- EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" writeEDID" )));
338
- EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" readEDID" )));
339
- EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" getRawSPD" )));
340
- EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" getSPD" )));
341
- EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" setEdidVersion" )));
342
- EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" getEdidVersion" )));
343
- EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" getHdmiVersion" )));
344
- EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" setMixerLevels" )));
345
- EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" startInput" )));
346
- EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" stopInput" )));
347
- EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" setVideoRectangle" )));
348
- EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" getSupportedGameFeatures" )));
349
- EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" getGameFeatureStatus" )));
350
- }
351
-
352
- TEST_F (AVInputTest, contentProtected)
353
- {
354
- TEST_LOG (" *** _DEBUG: TEST_F(AVInputTest, contentProtected): entry" );
355
- EXPECT_EQ (Core::ERROR_NONE, handler.Invoke (connection, _T (" contentProtected" ), _T (" {}" ), response));
356
- TEST_LOG (" *** _DEBUG: TEST_F(AVInputTest, contentProtected): Mark 1" );
357
- EXPECT_EQ (response, string (" {\" isContentProtected\" :true,\" success\" :true}" ));
358
- TEST_LOG (" *** _DEBUG: TEST_F(AVInputTest, contentProtected): Mark 2" );
359
- }
328
+ // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("numberOfInputs")));
329
+ // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("currentVideoMode")));
330
+ // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("contentProtected")));
331
+ // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("setEdid2AllmSupport")));
332
+ // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("getEdid2AllmSupport")));
333
+ // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("setVRRSupport")));
334
+ // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("getVRRSupport")));
335
+ // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("getVRRFrameRate")));
336
+ // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("getInputDevices")));
337
+ // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("writeEDID")));
338
+ // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("readEDID")));
339
+ // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("getRawSPD")));
340
+ // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("getSPD")));
341
+ // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("setEdidVersion")));
342
+ // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("getEdidVersion")));
343
+ // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("getHdmiVersion")));
344
+ // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("setMixerLevels")));
345
+ // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("startInput")));
346
+ // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("stopInput")));
347
+ // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("setVideoRectangle")));
348
+ // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("getSupportedGameFeatures")));
349
+ // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("getGameFeatureStatus")));
350
+ }
351
+
352
+ // TEST_F(AVInputTest, contentProtected)
353
+ // {
354
+ // TEST_LOG("*** _DEBUG: TEST_F(AVInputTest, contentProtected): entry");
355
+ // EXPECT_EQ(Core::ERROR_NONE, handler.Invoke(connection, _T("contentProtected"), _T("{}"), response));
356
+ // TEST_LOG("*** _DEBUG: TEST_F(AVInputTest, contentProtected): Mark 1");
357
+ // EXPECT_EQ(response, string("{\"isContentProtected\":true,\"success\":true}"));
358
+ // TEST_LOG("*** _DEBUG: TEST_F(AVInputTest, contentProtected): Mark 2");
359
+ // }
360
360
// <pca>
361
361
#endif
362
362
// </pca>
0 commit comments