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

@ -2,7 +2,9 @@ extern crate geom;
extern crate gfx;
extern crate net;
extern crate net_traits;
extern crate profile;
extern crate util;
extern crate url;
#[cfg(test)] #[path="gfx/mod.rs"] mod gfx_tests;
#[cfg(test)] #[path="net/mod.rs"] mod net_tests;