Skip to content

Commit 6f3a986

Browse files
committed
AVInput COM-RPC Support: Unit tests: Fixed mocking
1 parent 1321e4e commit 6f3a986

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/L1Tests/tests/test_AVInput.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2008,6 +2008,7 @@ TEST_F(AVInputInit, aviContentTypeUpdate_HDMI)
20082008

20092009
TEST_F(AVInputTest, contentProtected)
20102010
{
2011+
TEST_LOG("TEST_F(AVInputTest, contentProtected): entry");
20112012
EXPECT_EQ(Core::ERROR_NONE, handler.Invoke(connection, _T("contentProtected"), _T("{}"), response));
20122013
EXPECT_EQ(response, string("{\"isContentProtected\":true,\"success\":true}"));
20132014
}

0 commit comments

Comments
 (0)