Move net::{data_loader,image_cache_task} unit tests into the unit_tests crate.

This commit is contained in:
Simon Sapin 2015-04-07 17:32:39 +02:00
parent 691222696e
commit d88770e09f
10 changed files with 651 additions and 646 deletions

View file

@ -1 +1,3 @@
mod cookie;
mod data_loader;
mod image_cache_task;