diff options
Diffstat (limited to 'jingle')
-rw-r--r-- | jingle/notifier/communicator/xmpp_connection_generator_unittest.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/jingle/notifier/communicator/xmpp_connection_generator_unittest.cc b/jingle/notifier/communicator/xmpp_connection_generator_unittest.cc index 04da3df..daa421f 100644 --- a/jingle/notifier/communicator/xmpp_connection_generator_unittest.cc +++ b/jingle/notifier/communicator/xmpp_connection_generator_unittest.cc @@ -65,8 +65,6 @@ TEST_F(XmppConnectionGeneratorTest, DnsFailure) { } TEST_F(XmppConnectionGeneratorTest, DnsFailureSynchronous) { - MessageLoop message_loop; - EXPECT_CALL(delegate_, OnNewSettings(_)).Times(0); EXPECT_CALL(delegate_, OnExhaustedSettings(_, _)).Times(1); @@ -92,8 +90,6 @@ TEST_F(XmppConnectionGeneratorTest, ConnectionFailure) { } TEST_F(XmppConnectionGeneratorTest, ConnectionFailureSynchronous) { - MessageLoop message_loop; - EXPECT_CALL(delegate_, OnNewSettings(_)). Times(5). WillRepeatedly( |