Auto merge of #14042 - servo:fetch-unit-data, r=nox

Rewrite the data_loader test with fetch.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14042)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-11-03 13:04:48 -05:00 committed by GitHub
commit 05f4512433
5 changed files with 118 additions and 130 deletions

View file

@ -57,7 +57,7 @@ pub mod connector;
pub mod content_blocker;
pub mod cookie;
pub mod cookie_storage;
pub mod data_loader;
mod data_loader;
pub mod file_loader;
pub mod filemanager_thread;
pub mod hsts;