X Tutup
Skip to content

fix(test_lib): don't mock out XHR via MockXHR by default in tests#4682

Closed
IgorMinar wants to merge 1 commit intoangular:masterfrom
IgorMinar:fix-test-injector-xhr
Closed

fix(test_lib): don't mock out XHR via MockXHR by default in tests#4682
IgorMinar wants to merge 1 commit intoangular:masterfrom
IgorMinar:fix-test-injector-xhr

Conversation

@IgorMinar
Copy link
Copy Markdown
Contributor

This is useful for the compiler tests, but otherwise it's not useful.

Additionally if an application has external templates (as is common) then
we should actually fetch these templates in tests.

Fixes #4539

@IgorMinar IgorMinar added the action: review The PR is still awaiting reviews from at least one requested reviewer label Oct 12, 2015
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

@tbosch tbosch added pr_state: LGTM action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Oct 12, 2015
@tbosch tbosch assigned IgorMinar and unassigned tbosch Oct 12, 2015
This is useful for the compiler tests, but otherwise it's not useful.

Additionally if an application has external templates (as is common) then
we should actually fetch these templates in tests.

Fixes angular#4539
@IgorMinar IgorMinar force-pushed the fix-test-injector-xhr branch from 96de3a4 to 6355c5b Compare October 12, 2015 17:42
@IgorMinar IgorMinar added the action: merge The PR is ready for merge by the caretaker label Oct 12, 2015
@mary-poppins
Copy link
Copy Markdown

Merging PR #4682 on behalf of @IgorMinar to branch presubmit-IgorMinar-pr-4682.

@mary-poppins mary-poppins removed the action: merge The PR is ready for merge by the caretaker label Oct 12, 2015
@IgorMinar IgorMinar closed this in 6abed8d Oct 12, 2015
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews cla: yes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test Injector should not by default mock out Compiler's XHR service

4 participants

X Tutup