We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd176c0 commit 6a72d4aCopy full SHA for 6a72d4a
Tests/L1Tests/tests/test_AVInput.cpp
@@ -314,12 +314,9 @@ class AVInputInit : public AVInputDsTest {
314
}
315
};
316
317
-// <pca> debug
318
-//TEST_F(AVInputTest, RegisteredMethods)
319
-TEST_F(AVInputInit, RegisteredMethods)
320
-// </pca>
+TEST_F(AVInputTest, RegisteredMethods)
321
{
322
- TEST_LOG("*** _DEBUG: TEST_F(AVInputInit, RegisteredMethods): entry");
+ TEST_LOG("*** _DEBUG: TEST_F(AVInputTest, RegisteredMethods): entry");
323
EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("numberOfInputs")));
324
EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("currentVideoMode")));
325
EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("contentProtected")));
0 commit comments