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 72ae0eb commit 1321e4eCopy full SHA for 1321e4e
Tests/L1Tests/tests/test_AVInput.cpp
@@ -309,9 +309,12 @@ class AVInputInit : public AVInputDsTest {
309
}
310
};
311
312
-TEST_F(AVInputTest, RegisteredMethods)
+// <pca> debug
313
+//TEST_F(AVInputTest, RegisteredMethods)
314
+TEST_F(AVInputInit, RegisteredMethods)
315
+// </pca>
316
{
- TEST_LOG("*** _DEBUG: TEST_F(AVInputTest, RegisteredMethods): entry");
317
+ TEST_LOG("*** _DEBUG: TEST_F(AVInputInit, RegisteredMethods): entry");
318
EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("numberOfInputs")));
319
EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("currentVideoMode")));
320
EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("contentProtected")));
0 commit comments