Skip to content

Commit 73a1113

Browse files
committed
instance pb
1 parent 6ae6bd0 commit 73a1113

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/L1Tests/tests/test_HdmiCecSource.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,8 @@ TEST_F(HdmiCecSourceInitializedEventTest, hdmiEventHandler)
13941394

13951395
EVENT_SUBSCRIBE(0, _T("onHdmiHotPlug"), _T("client.events.onHdmiHotPlug"), message);
13961396

1397-
plugin->OnDisplayHDMIHotPlug(dsDISPLAY_EVENT_CONNECTED);
1397+
//plugin->OnDisplayHDMIHotPlug(dsDISPLAY_EVENT_CONNECTED);
1398+
Plugin::HdmiCecSourceImplementation::_instance->OnDisplayHDMIHotPlug(dsDISPLAY_EVENT_CONNECTED);
13981399

13991400
EVENT_UNSUBSCRIBE(0, _T("onHdmiHotPlug"), _T("client.events.onHdmiHotPlug"), message);
14001401
}

0 commit comments

Comments
 (0)