Chromium Code Reviews| Index: net/proxy/proxy_script_fetcher_unittest.cc |
| =================================================================== |
| --- net/proxy/proxy_script_fetcher_unittest.cc (revision 29714) |
| +++ net/proxy/proxy_script_fetcher_unittest.cc (working copy) |
| @@ -193,8 +193,7 @@ |
| } |
| // Now kill the HTTP server. |
| - server->SendQuit(); |
| - EXPECT_TRUE(server->WaitToFinish(20000)); |
| + EXPECT_TRUE(server->Stop()); // Verify it shutdown synchronously. |
|
wtc
2009/10/22 21:38:58
Nit: shutdown => shut down (past tense?)
|
| server = NULL; |
| // Try to fetch the file again -- if should fail, since the server is not |