Move net::cookie unit tests into the unit_tests crate.

This commit is contained in:
Simon Sapin 2015-04-07 17:16:39 +02:00 committed by Josh Matthews
parent e0b98a35c4
commit 691222696e
7 changed files with 123 additions and 95 deletions

View file

@ -925,8 +925,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "unit_tests"
version = "0.0.1"
dependencies = [
"cookie 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
"gfx 0.0.1",
"net 0.0.1",
"net_traits 0.0.1",
"url 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)",
"util 0.0.1",
]