Skip to content

Commit

Permalink
Update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tumbarumba committed Jul 20, 2024
1 parent 7e9fc30 commit 1d5e931
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
13 changes: 2 additions & 11 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,8 @@

### Improvements

* Java 1.8 or newer ([Issue #331](https://github.com/hamcrest/JavaHamcrest/issues/331)).

TBD

### Bugfixes

TBD

## Version 2.3 (Unreleased)

### Improvements
* Java 1.8 or newer ([Issue #331](https://github.com/hamcrest/JavaHamcrest/issues/331), [PR #411](https://github.com/hamcrest/JavaHamcrest/issues/411)).
* FileMatchersTest simplification ([PR #389](https://github.com/hamcrest/JavaHamcrest/issues/389))

TBD

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Contributors:
* Magne Rasmussen
* David Saff
* Tom Denley
* Joe Schmetzer

Also, thanks to everyone who has worked on DynaMock, nMock, jMock, EasyMock and MiniMock! These libraries inspired Hamcrest.

Expand Down
3 changes: 0 additions & 3 deletions hamcrest/src/test/java/org/hamcrest/io/FileMatchersTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ public class FileMatchersTest extends AbstractMatcherTest {
@Override
protected void setUp() throws IOException {
directory = Files.createTempDirectory("myDir").toFile();
assertTrue("deleting " + directory, true);
assertTrue("mkdir " + directory, true);

file = new File(directory, "myFile");
file.createNewFile();
}
Expand Down

0 comments on commit 1d5e931

Please sign in to comment.