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 76418e7 commit 82cf7daCopy full SHA for 82cf7da
Tests/L1Tests/tests/test_AVInput.cpp
@@ -324,7 +324,7 @@ class AVInputTest : public ::testing::Test {
324
// </pca>
325
TEST_F(AVInputTest, RegisteredMethods)
326
{
327
- TEST_LOG("*** _DEBUG: TEST_F(AVInputTest, RegisteredMethods): entry");
+ 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")));
0 commit comments