[PR #848] [MERGED] Rename TEST_ENV macro to BARRIER_TEST_ENV #1710

Closed
opened 2026-05-05 08:00:02 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/848
Author: @chewi
Created: 8/22/2020
Status: Merged
Merged: 8/23/2020
Merged by: @p12tic

Base: masterHead: TEST_ENV


📝 Commits (1)

  • 1418196 Rename TEST_ENV macro to BARRIER_TEST_ENV

📊 Changes

22 files changed (+24 additions, -24 deletions)

View changed files

📝 src/lib/barrier/KeyMap.h (+2 -2)
📝 src/lib/barrier/Screen.h (+1 -1)
📝 src/lib/client/ServerProxy.h (+1 -1)
📝 src/lib/ipc/IpcServer.h (+1 -1)
📝 src/lib/platform/XWindowsKeyState.h (+2 -2)
📝 src/lib/server/Config.h (+1 -1)
📝 src/lib/server/InputFilter.h (+1 -1)
📝 src/lib/server/PrimaryClient.h (+1 -1)
📝 src/lib/server/Server.h (+1 -1)
📝 src/test/integtests/ipc/IpcTests.cpp (+1 -1)
📝 src/test/integtests/net/NetworkTests.cpp (+1 -1)
📝 src/test/integtests/platform/MSWindowsKeyStateTests.cpp (+1 -1)
📝 src/test/integtests/platform/XWindowsKeyStateTests.cpp (+1 -1)
📝 src/test/mock/barrier/MockApp.h (+1 -1)
📝 src/test/mock/barrier/MockArgParser.h (+1 -1)
📝 src/test/mock/barrier/MockScreen.h (+1 -1)
📝 src/test/mock/server/MockConfig.h (+1 -1)
📝 src/test/mock/server/MockInputFilter.h (+1 -1)
📝 src/test/mock/server/MockPrimaryClient.h (+1 -1)
📝 src/test/mock/server/MockServer.h (+1 -1)

...and 2 more files

📄 Description

As requested in #846.


🔄 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/debauchee/barrier/pull/848 **Author:** [@chewi](https://github.com/chewi) **Created:** 8/22/2020 **Status:** ✅ Merged **Merged:** 8/23/2020 **Merged by:** [@p12tic](https://github.com/p12tic) **Base:** `master` ← **Head:** `TEST_ENV` --- ### 📝 Commits (1) - [`1418196`](https://github.com/debauchee/barrier/commit/1418196af1eea178c2da3b3ab5d0ec449a2116f8) Rename TEST_ENV macro to BARRIER_TEST_ENV ### 📊 Changes **22 files changed** (+24 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/barrier/KeyMap.h` (+2 -2) 📝 `src/lib/barrier/Screen.h` (+1 -1) 📝 `src/lib/client/ServerProxy.h` (+1 -1) 📝 `src/lib/ipc/IpcServer.h` (+1 -1) 📝 `src/lib/platform/XWindowsKeyState.h` (+2 -2) 📝 `src/lib/server/Config.h` (+1 -1) 📝 `src/lib/server/InputFilter.h` (+1 -1) 📝 `src/lib/server/PrimaryClient.h` (+1 -1) 📝 `src/lib/server/Server.h` (+1 -1) 📝 `src/test/integtests/ipc/IpcTests.cpp` (+1 -1) 📝 `src/test/integtests/net/NetworkTests.cpp` (+1 -1) 📝 `src/test/integtests/platform/MSWindowsKeyStateTests.cpp` (+1 -1) 📝 `src/test/integtests/platform/XWindowsKeyStateTests.cpp` (+1 -1) 📝 `src/test/mock/barrier/MockApp.h` (+1 -1) 📝 `src/test/mock/barrier/MockArgParser.h` (+1 -1) 📝 `src/test/mock/barrier/MockScreen.h` (+1 -1) 📝 `src/test/mock/server/MockConfig.h` (+1 -1) 📝 `src/test/mock/server/MockInputFilter.h` (+1 -1) 📝 `src/test/mock/server/MockPrimaryClient.h` (+1 -1) 📝 `src/test/mock/server/MockServer.h` (+1 -1) _...and 2 more files_ </details> ### 📄 Description As requested in #846. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 08:00:02 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#1710
No description provided.