mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 813212 Update signaling unittests to match latest IDL r=jesup
This commit is contained in:
parent
f02e6c23c9
commit
8980d5151e
@ -506,7 +506,7 @@ class SignalingAgent {
|
||||
void Close()
|
||||
{
|
||||
cout << "Close" << endl;
|
||||
pc->Close();
|
||||
pc->Close(false);
|
||||
// Shutdown is synchronous evidently.
|
||||
// ASSERT_TRUE(pObserver->WaitForObserverCall());
|
||||
// ASSERT_EQ(pc->sipcc_state(), sipcc::PeerConnectionInterface::kIdle);
|
||||
|
Loading…
Reference in New Issue
Block a user