Skip to content

Commit 60140c1

Browse files
committed
AVInput COM-RPC Support: WIP
1 parent b62031d commit 60140c1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Tests/L1Tests/tests/test_AVInput.cpp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -311,14 +311,14 @@ TEST_F(AVInputTest, RegisteredMethods)
311311
EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("getGameFeatureStatus")));
312312
}
313313

314-
TEST_F(AVInputTest, contentProtected)
315-
{
316-
TEST_LOG("*** _DEBUG: TEST_F(AVInputTest, contentProtected): entry");
317-
EXPECT_EQ(Core::ERROR_NONE, handler.Invoke(connection, _T("contentProtected"), _T("{}"), response));
318-
TEST_LOG("*** _DEBUG: TEST_F(AVInputTest, contentProtected): Mark 1");
319-
EXPECT_EQ(response, string("{\"isContentProtected\":true,\"success\":true}"));
320-
TEST_LOG("*** _DEBUG: TEST_F(AVInputTest, contentProtected): Mark 2");
321-
}
314+
// TEST_F(AVInputTest, contentProtected)
315+
// {
316+
// TEST_LOG("*** _DEBUG: TEST_F(AVInputTest, contentProtected): entry");
317+
// EXPECT_EQ(Core::ERROR_NONE, handler.Invoke(connection, _T("contentProtected"), _T("{}"), response));
318+
// TEST_LOG("*** _DEBUG: TEST_F(AVInputTest, contentProtected): Mark 1");
319+
// EXPECT_EQ(response, string("{\"isContentProtected\":true,\"success\":true}"));
320+
// TEST_LOG("*** _DEBUG: TEST_F(AVInputTest, contentProtected): Mark 2");
321+
// }
322322
// <pca>
323323
#endif
324324
// </pca>

0 commit comments

Comments
 (0)