Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start using fetch for the HTTP unit tests. #14114

Merged
merged 4 commits into from Nov 8, 2016
Merged

Start using fetch for the HTTP unit tests. #14114

merged 4 commits into from Nov 8, 2016

Conversation

@Ms2ger
Copy link
Contributor

Ms2ger commented Nov 7, 2016

This change is Reviewable

@Ms2ger Ms2ger mentioned this pull request Nov 7, 2016
31 of 31 tasks complete
@@ -401,32 +394,41 @@ fn test_check_default_headers_loaded_in_every_request() {
let mut en_us: LanguageTag = Default::default();
en_us.language = Some("en".to_owned());
en_us.region = Some("US".to_owned());
let mut en: LanguageTag = Default::default();
en.language = Some("en".to_owned());
@jdm
Copy link
Member

jdm commented Nov 7, 2016

@bors-servo
Copy link
Contributor

bors-servo commented Nov 7, 2016

📌 Commit b196675 has been approved by jdm

@highfive highfive assigned jdm and unassigned emilio Nov 7, 2016
@Ms2ger Ms2ger dismissed jdm’s stale review Nov 7, 2016

r+'d

@Ms2ger Ms2ger force-pushed the fetch-unit-http branch from b196675 to b403e00 Nov 7, 2016
@Ms2ger
Copy link
Contributor Author

Ms2ger commented Nov 7, 2016

Fixed a test that expected the fetch version of Accept-Language.

@Ms2ger
Copy link
Contributor Author

Ms2ger commented Nov 7, 2016

@bors-servo r=jdm

@bors-servo
Copy link
Contributor

bors-servo commented Nov 7, 2016

📌 Commit b403e00 has been approved by jdm

@bors-servo
Copy link
Contributor

bors-servo commented Nov 8, 2016

Testing commit b403e00 with merge 4a7ea72...

bors-servo added a commit that referenced this pull request Nov 8, 2016
Start using fetch for the HTTP unit tests.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14114)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Nov 8, 2016

@bors-servo bors-servo merged commit b403e00 into master Nov 8, 2016
3 of 4 checks passed
3 of 4 checks passed
continuous-integration/appveyor/pr AppVeyor build failed
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
dependency-ci Dependencies checked
Details
homu Test successful
Details
@Ms2ger Ms2ger deleted the fetch-unit-http branch Nov 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

5 participants
You can’t perform that action at this time.