mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Move net::{data_loader,image_cache_task} unit tests into the unit_tests crate.
This commit is contained in:
parent
691222696e
commit
d88770e09f
10 changed files with 651 additions and 646 deletions
|
@ -1,10 +1,9 @@
|
|||
extern crate "cookie" as cookie_rs;
|
||||
extern crate url;
|
||||
|
||||
use net::cookie::Cookie;
|
||||
use net::cookie_storage::CookieStorage;
|
||||
use net_traits::CookieSource;
|
||||
use self::url::Url;
|
||||
use url::Url;
|
||||
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue