Bug 813212 Update signaling unittests to match latest IDL r=jesup

This commit is contained in:
Ethan Hugg 2012-11-19 09:59:36 -08:00
parent f02e6c23c9
commit 8980d5151e

View File

@ -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);