Skip to content

Commit 52b5783

Browse files
committed
AVInput COM-RPC Support: WIP
1 parent c90b903 commit 52b5783

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/L1Tests/tests/test_AVInput.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,9 @@ TEST_F(AVInputTest, contentProtected)
217217
{
218218
TEST_LOG("*** _DEBUG: TEST_F(AVInputTest, contentProtected): entry");
219219
EXPECT_EQ(Core::ERROR_NONE, handler.Invoke(connection, _T("contentProtected"), _T("{}"), response));
220+
TEST_LOG("*** _DEBUG: TEST_F(AVInputTest, contentProtected): Mark 1");
220221
EXPECT_EQ(response, string("{\"isContentProtected\":true,\"success\":true}"));
222+
TEST_LOG("*** _DEBUG: TEST_F(AVInputTest, contentProtected): Mark 2");
221223
}
222224

223225
// <pca> debug

0 commit comments

Comments
 (0)