| Index: chrome_frame/test/test_with_web_server.cc
|
| ===================================================================
|
| --- chrome_frame/test/test_with_web_server.cc (revision 66193)
|
| +++ chrome_frame/test/test_with_web_server.cc (working copy)
|
| @@ -1240,9 +1240,11 @@
|
| };
|
|
|
| EXPECT_CALL(win_observer_mock, OnWindowOpen(_))
|
| + .Times(testing::AtMost(1))
|
| .WillOnce(chrome_frame_test::DoCloseWindow());
|
|
|
| EXPECT_CALL(win_observer_mock, OnWindowClose(_))
|
| + .Times(testing::AtMost(1))
|
| .WillOnce(QUIT_LOOP(loop_));
|
|
|
| SimpleWebServerTest server(46664);
|
|
|