Skip to content

Refactor tests to remove windowsJunctionsAreUsed #1422

Description

@maybeec

We implemented a method called windowsJunctionsAreUsed although this method effectively just checks whether the OS is windows.
Thus, the valid proposal is to remove the method windowsJunctionsAreUsed entirely and refactor all usages accordingly by utilizing JUnit's built-in annotation @EnabledOnOs to enable the tests either for windows or especially not for windows depending on the usage of windowsJunctionsAreUsed within the test to be refactored.

Originally identified by @hohwille in #1419 (comment)

Metadata

Metadata

Assignees

Labels

internalNothing to be added to CHANGELOG, only internal storyready-to-implementtestrelated to testing and QA

Type

Projects

Status
✅ Done

Relationships

None yet

Development

No branches or pull requests

Issue actions