mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add unit tests for cookies base on abarth/http-state github repo
- Add unit tests - Add a mach command to update cookie's unit tests
This commit is contained in:
parent
c193af8c32
commit
8b9b36454c
4 changed files with 2124 additions and 0 deletions
|
@ -20,6 +20,7 @@ extern crate util;
|
|||
|
||||
#[cfg(test)] mod chrome_loader;
|
||||
#[cfg(test)] mod cookie;
|
||||
#[cfg(test)] mod cookie_http_state;
|
||||
#[cfg(test)] mod data_loader;
|
||||
#[cfg(test)] mod file_loader;
|
||||
#[cfg(test)] mod fetch;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue