Rewrite test_redirect_from_x_to_x_provides_x_with_cookie_from_first_response.

This commit is contained in:
Ms2ger 2016-11-21 22:48:57 +01:00
parent f4f125852a
commit 2dc73d8789
2 changed files with 41 additions and 172 deletions

View file

@ -76,6 +76,5 @@ pub mod fetch {
/// A module for re-exports of items used in unit tests.
pub mod test {
pub use chrome_loader::resolve_chrome_url;
pub use http_loader::{HttpRequest, HttpRequestFactory, HttpResponse, HttpState};
pub use http_loader::{LoadError, LoadErrorType, UIProvider, load};
pub use http_loader::HttpState;
}