-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Fix failing TestHostApp unit tests #11394
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
Conversation
2f9b381 to
d64ba9e
Compare
| VERIFY_IS_NOT_NULL(actionAndArgs.Args()); | ||
| const auto myArgs = actionAndArgs.Args().as<PrevTabArgs>(); | ||
| VERIFY_ARE_EQUAL(TabSwitcherMode::Disabled, myArgs.SwitcherMode().Value()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well at least 2 out of 14 failing tests weren't broken by me. That's something. 😄
| static constexpr std::wstring_view inboxSettings{ LR"({ | ||
| "schemes": [{ | ||
| "name": "Campbell", | ||
| "foreground": "#CCCCCC", | ||
| "background": "#0C0C0C", | ||
| "cursorColor": "#FFFFFF", | ||
| "black": "#0C0C0C", | ||
| "red": "#C50F1F", | ||
| "green": "#13A10E", | ||
| "yellow": "#C19C00", | ||
| "blue": "#0037DA", | ||
| "purple": "#881798", | ||
| "cyan": "#3A96DD", | ||
| "white": "#CCCCCC", | ||
| "brightBlack": "#767676", | ||
| "brightRed": "#E74856", | ||
| "brightGreen": "#16C60C", | ||
| "brightYellow": "#F9F1A5", | ||
| "brightBlue": "#3B78FF", | ||
| "brightPurple": "#B4009E", | ||
| "brightCyan": "#61D6D6", | ||
| "brightWhite": "#F2F2F2" | ||
| }] | ||
| })" }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nowadays CascadiaSettings enforces strict ColorScheme tests as part of its constructor.
|
|
||
| "useAcrylic": false, | ||
| "acrylicOpacity": 0.5, | ||
| "opacity": 50, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
welp that on me
|
Hello @DHowett! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
This commit fixes various failing TestHostApp unit tests.
Most of these broke as part of 168d28b (#11184).
PR Checklist