X Tutup
Skip to content

refactor(dart/transform): AnnotationMatcher tests#7463

Closed
kegluneq wants to merge 1 commit intoangular:masterfrom
kegluneq:package_test2
Closed

refactor(dart/transform): AnnotationMatcher tests#7463
kegluneq wants to merge 1 commit intoangular:masterfrom
kegluneq:package_test2

Conversation

@kegluneq
Copy link
Copy Markdown

@kegluneq kegluneq commented Mar 7, 2016

/cc @juliemr

These tests were previously not being run.

Bring them up to modern usage, move them to package:test, and include
them in transform.server.spec.dart.

These were previously not being run.

Bring them up to modern usage, move them to package:test, and include
them in transform.server.spec.dart.
@kegluneq kegluneq added comp: dart-transformer action: review The PR is still awaiting reviews from at least one requested reviewer refactoring Issue that involves refactoring or code-cleanup labels Mar 7, 2016
@juliemr
Copy link
Copy Markdown
Member

juliemr commented Mar 7, 2016

the test changes LGTM, but I don't see the change that includes them in transform.server.spec.dart. Did that get left out from the commit?

@jakemac53 jakemac53 assigned kegluneq and unassigned jakemac53 Mar 7, 2016
@jakemac53 jakemac53 removed the action: review The PR is still awaiting reviews from at least one requested reviewer label Mar 7, 2016
import 'common/url_resolver_tests.dart' as urlResolver;

main() {
group('AnnotationMatcher', annotationMatcher.allTests);
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

@juliemr , this line adds the changes to transform.server.spec.dart

@kegluneq kegluneq added the action: merge The PR is ready for merge by the caretaker label Mar 7, 2016
@juliemr
Copy link
Copy Markdown
Member

juliemr commented Mar 7, 2016

LGTM too.

@kegluneq kegluneq assigned vikerman and unassigned kegluneq Mar 7, 2016
@vikerman
Copy link
Copy Markdown
Contributor

vikerman commented Mar 8, 2016

TAP - 0 affected targets

@mary-poppins
Copy link
Copy Markdown

Merging PR #7463 on behalf of @vikerman to branch presubmit-vikerman-pr-7463.

@mhevery mhevery closed this in 756f5d8 Mar 8, 2016
@kegluneq kegluneq deleted the package_test2 branch March 8, 2016 00:50
@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 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker cla: yes refactoring Issue that involves refactoring or code-cleanup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

X Tutup