@@ -303,33 +303,31 @@ class AVInputInit : public AVInputDsTest {
303
303
}
304
304
};
305
305
306
- // <pca> debug
307
- // TEST_F(AVInputTest, RegisteredMethods)
308
- // {
309
- // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("numberOfInputs")));
310
- // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("currentVideoMode")));
311
- // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("contentProtected")));
312
- // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("setEdid2AllmSupport")));
313
- // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("getEdid2AllmSupport")));
314
- // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("setVRRSupport")));
315
- // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("getVRRSupport")));
316
- // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("getVRRFrameRate")));
317
- // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("getInputDevices")));
318
- // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("writeEDID")));
319
- // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("readEDID")));
320
- // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("getRawSPD")));
321
- // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("getSPD")));
322
- // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("setEdidVersion")));
323
- // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("getEdidVersion")));
324
- // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("getHdmiVersion")));
325
- // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("setMixerLevels")));
326
- // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("startInput")));
327
- // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("stopInput")));
328
- // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("setVideoRectangle")));
329
- // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("getSupportedGameFeatures")));
330
- // EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("getGameFeatureStatus")));
331
- // }
332
- // </pca>
306
+ TEST_F (AVInputTest, RegisteredMethods)
307
+ {
308
+ EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" numberOfInputs" )));
309
+ EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" currentVideoMode" )));
310
+ EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" contentProtected" )));
311
+ EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" setEdid2AllmSupport" )));
312
+ EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" getEdid2AllmSupport" )));
313
+ EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" setVRRSupport" )));
314
+ EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" getVRRSupport" )));
315
+ EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" getVRRFrameRate" )));
316
+ EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" getInputDevices" )));
317
+ EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" writeEDID" )));
318
+ EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" readEDID" )));
319
+ EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" getRawSPD" )));
320
+ EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" getSPD" )));
321
+ EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" setEdidVersion" )));
322
+ EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" getEdidVersion" )));
323
+ EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" getHdmiVersion" )));
324
+ EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" setMixerLevels" )));
325
+ EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" startInput" )));
326
+ EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" stopInput" )));
327
+ EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" setVideoRectangle" )));
328
+ EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" getSupportedGameFeatures" )));
329
+ EXPECT_EQ (Core::ERROR_NONE, handler.Exists (_T (" getGameFeatureStatus" )));
330
+ }
333
331
334
332
TEST_F (AVInputInit, getInputDevices)
335
333
{
0 commit comments