Skip to content

Commit 1321e4e

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

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Tests/L1Tests/tests/test_AVInput.cpp

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,12 @@ class AVInputInit : public AVInputDsTest {
309309
}
310310
};
311311

312-
TEST_F(AVInputTest, RegisteredMethods)
312+
// <pca> debug
313+
//TEST_F(AVInputTest, RegisteredMethods)
314+
TEST_F(AVInputInit, RegisteredMethods)
315+
// </pca>
313316
{
314-
TEST_LOG("*** _DEBUG: TEST_F(AVInputTest, RegisteredMethods): entry");
317+
TEST_LOG("*** _DEBUG: TEST_F(AVInputInit, RegisteredMethods): entry");
315318
EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("numberOfInputs")));
316319
EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("currentVideoMode")));
317320
EXPECT_EQ(Core::ERROR_NONE, handler.Exists(_T("contentProtected")));

0 commit comments

Comments
 (0)