Fix a bug in URLFetcher unit tests.
commit0d43de6c12e0b39d85900f386ac8e7b63b5aa08b
authormmenke <mmenke@chromium.org>
Thu, 9 Apr 2015 20:41:56 +0000 (9 13:41 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 9 Apr 2015 20:42:27 +0000 (9 20:42 +0000)
treef84b4b43d67575ff93a54cc60441bafad1016004
parent86642d605bb0438c9efda4ff643d2d7e134a0ab1
Fix a bug in URLFetcher unit tests.

URLFetcherTest.PostEntireFile and URLFetcherTest.PostFileRange were
using the wrong URLFetcherDelegate.  They were passing because it also
exits the message loop, which is all the tests need.

BUG=471069

Review URL: https://codereview.chromium.org/1070193002

Cr-Commit-Position: refs/heads/master@{#324500}
net/url_request/url_fetcher_impl_unittest.cc