[PR #11394] [MERGED] Fix failing TestHostApp unit tests #28548

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/11394
Author: @lhecker
Created: 10/1/2021
Status: Merged
Merged: 10/5/2021
Merged by: @undefined

Base: mainHead: dev/lhecker/fix-unit-tests


📝 Commits (1)

  • d64ba9e Fix failing TestHostApp unit tests

📊 Changes

5 files changed (+161 additions, -72 deletions)

View changed files

📝 src/cascadia/LocalTests_SettingsModel/DeserializationTests.cpp (+1 -1)
📝 src/cascadia/LocalTests_SettingsModel/ProfileTests.cpp (+13 -2)
📝 src/cascadia/LocalTests_SettingsModel/SerializationTests.cpp (+27 -27)
📝 src/cascadia/LocalTests_TerminalApp/CommandlineTest.cpp (+7 -3)
📝 src/cascadia/LocalTests_TerminalApp/SettingsTests.cpp (+113 -39)

📄 Description

This commit fixes various failing TestHostApp unit tests.
Most of these broke as part of 168d28b (#11184).

PR Checklist


🔄 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/11394 **Author:** [@lhecker](https://github.com/lhecker) **Created:** 10/1/2021 **Status:** ✅ Merged **Merged:** 10/5/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/lhecker/fix-unit-tests` --- ### 📝 Commits (1) - [`d64ba9e`](https://github.com/microsoft/terminal/commit/d64ba9e407ecb4ee999376fe6f089fc5955f2fc3) Fix failing TestHostApp unit tests ### 📊 Changes **5 files changed** (+161 additions, -72 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/LocalTests_SettingsModel/DeserializationTests.cpp` (+1 -1) 📝 `src/cascadia/LocalTests_SettingsModel/ProfileTests.cpp` (+13 -2) 📝 `src/cascadia/LocalTests_SettingsModel/SerializationTests.cpp` (+27 -27) 📝 `src/cascadia/LocalTests_TerminalApp/CommandlineTest.cpp` (+7 -3) 📝 `src/cascadia/LocalTests_TerminalApp/SettingsTests.cpp` (+113 -39) </details> ### 📄 Description This commit fixes various failing TestHostApp unit tests. Most of these broke as part of 168d28b (#11184). ## PR Checklist * [x] Closes #11339 * [x] I work here * [x] Tests added/passed --- <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:29:14 +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#28548