[PR #9303] [CLOSED] Dev/migrie/b/2455 with new tests #27533

Open
opened 2026-01-31 09:22:32 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/9303
Author: @jnyaundi72
Created: 2/26/2021
Status: Closed

Base: mainHead: dev/migrie/b/2455-with-new-tests


📝 Commits (10+)

  • a8bd503 I believe this is the bugfix
  • 648373d Try writing tests
  • 029b676 clean up these tests for PR
  • 0a6f72c Fix the tests o__o
  • 9849fe9 Merge remote-tracking branch 'origin/master' into dev/migrie/b/2455-with-new-tests
  • 963a830 Add the VERIFY_THROWS for dustin
  • 8ed39cd Merge branch 'master' into dev/migrie/b/2455-with-new-tests
  • 82ad8bb I think this will pull the settings from the control, but I haven't tested yet
  • eafe9c8 Wrap Application::Current in try/catch since that breaks tests
  • 908fd74 Try to clone the settings directly from the control

📊 Changes

6 files changed (+417 additions, -67 deletions)

View changed files

📝 src/cascadia/LocalTests_TerminalApp/SettingsTests.cpp (+144 -0)
📝 src/cascadia/LocalTests_TerminalApp/TabTests.cpp (+136 -0)
📝 src/cascadia/TerminalApp/TerminalPage.cpp (+127 -64)
📝 src/cascadia/TerminalControl/TermControl.cpp (+5 -0)
📝 src/cascadia/TerminalControl/TermControl.h (+2 -0)
📝 src/cascadia/TerminalControl/TermControl.idl (+3 -3)

📄 Description

Summary of the Pull Request

References

PR Checklist

  • Closes #xxx
  • CLA signed. If not, go over here and sign the CLA
  • Tests added/passed
  • Documentation updated. If checked, please file a pull request on our docs repo and link it here: #xxx
  • Schema updated.
  • I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx

Detailed Description of the Pull Request / Additional comments

Validation Steps Performed


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/9303 **Author:** [@jnyaundi72](https://github.com/jnyaundi72) **Created:** 2/26/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dev/migrie/b/2455-with-new-tests` --- ### 📝 Commits (10+) - [`a8bd503`](https://github.com/microsoft/terminal/commit/a8bd5036f0d85d9910e56afb86664b8bca9c0d4e) I believe this is the bugfix - [`648373d`](https://github.com/microsoft/terminal/commit/648373d05cb24aadd49d522f2348994bf0bbd248) Try writing tests - [`029b676`](https://github.com/microsoft/terminal/commit/029b67633718ca525e313fdca20729d5f1519f61) clean up these tests for PR - [`0a6f72c`](https://github.com/microsoft/terminal/commit/0a6f72c6dea793f8ea0f2c229f07e8af98ebf8c5) Fix the tests o__o - [`9849fe9`](https://github.com/microsoft/terminal/commit/9849fe9b638676bb41b04da1c292f4c4eadb5992) Merge remote-tracking branch 'origin/master' into dev/migrie/b/2455-with-new-tests - [`963a830`](https://github.com/microsoft/terminal/commit/963a83024142d5ebabcafef0e64115f23ce62631) Add the VERIFY_THROWS for dustin - [`8ed39cd`](https://github.com/microsoft/terminal/commit/8ed39cd4ce6e926d1d272b04efc4310a29f21b46) Merge branch 'master' into dev/migrie/b/2455-with-new-tests - [`82ad8bb`](https://github.com/microsoft/terminal/commit/82ad8bba3c62996af805256661aad617ede1f2b5) I _think_ this will pull the settings from the control, but I haven't tested yet - [`eafe9c8`](https://github.com/microsoft/terminal/commit/eafe9c8fbce329988d5708c8a80bad8be3d2b079) Wrap Application::Current in try/catch since that breaks tests - [`908fd74`](https://github.com/microsoft/terminal/commit/908fd74c6762dae3cf7d1b0b545c7a1ae01b5d4d) Try to clone the settings directly from the control ### 📊 Changes **6 files changed** (+417 additions, -67 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/LocalTests_TerminalApp/SettingsTests.cpp` (+144 -0) 📝 `src/cascadia/LocalTests_TerminalApp/TabTests.cpp` (+136 -0) 📝 `src/cascadia/TerminalApp/TerminalPage.cpp` (+127 -64) 📝 `src/cascadia/TerminalControl/TermControl.cpp` (+5 -0) 📝 `src/cascadia/TerminalControl/TermControl.h` (+2 -0) 📝 `src/cascadia/TerminalControl/TermControl.idl` (+3 -3) </details> ### 📄 Description <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request <!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> ## References <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [ ] Closes #xxx * [ ] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Documentation updated. If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx * [ ] Schema updated. * [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx <!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here --> ## Detailed Description of the Pull Request / Additional comments <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:22:32 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#27533