Skip to content

Commit 82cf7da

Browse files
committed
AVInput COM-RPC Support: WIP
1 parent 76418e7 commit 82cf7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/L1Tests/tests/test_AVInput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ class AVInputTest : public ::testing::Test {
324324
// </pca>
325325
TEST_F(AVInputTest, RegisteredMethods)
326326
{
327-
TEST_LOG("*** _DEBUG: TEST_F(AVInputTest, RegisteredMethods): entry");
327+
printf("*** _DEBUG: TEST_F(AVInputTest, RegisteredMethods): entry");
328328
// EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("numberOfInputs")));
329329
// EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("currentVideoMode")));
330330
// EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("contentProtected")));

0 commit comments

Comments
 (0)