Skip to content

Commit

Permalink
dropping IgnoreWindowsUACExceptions.java
Browse files Browse the repository at this point in the history
This was an old workaround for windows.
  • Loading branch information
dfa1 committed Dec 22, 2023
1 parent 61ea6b0 commit ba10437
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 66 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed
- JDK11 support
- old workaround class IgnoreWindowsUACExceptions for UAC exceptions in Windows 7

## [v0.1.5] - 2023-12-20

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
import hosh.spi.StateMutator;
import hosh.spi.Values;
import hosh.spi.test.support.RecordMatcher;
import hosh.test.support.IgnoreWindowsUACExceptions;
import hosh.test.support.TemporaryFolder;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Nested;
Expand Down Expand Up @@ -72,7 +71,6 @@ class FileSystemModuleTest {

@Nested
@ExtendWith(MockitoExtension.class)
@ExtendWith(IgnoreWindowsUACExceptions.class)
class ListFilesTest {

@RegisterExtension
Expand Down Expand Up @@ -754,7 +752,6 @@ void tooManyArgs() {

@Nested
@ExtendWith(MockitoExtension.class)
@ExtendWith(IgnoreWindowsUACExceptions.class)
class WalkTest {

@RegisterExtension
Expand Down Expand Up @@ -993,7 +990,6 @@ void noMatch() {

@Nested
@ExtendWith(MockitoExtension.class)
@ExtendWith(IgnoreWindowsUACExceptions.class)
class SymlinkTest {

@RegisterExtension
Expand Down Expand Up @@ -1094,7 +1090,6 @@ void symlinkFile() throws IOException {

@Nested
@ExtendWith(MockitoExtension.class)
@ExtendWith(IgnoreWindowsUACExceptions.class)
class ResolveTest {

@RegisterExtension
Expand Down

This file was deleted.

0 comments on commit ba10437

Please sign in to comment.