Skip to content

Commit

Permalink
Fix compatibility test.
Browse files Browse the repository at this point in the history
Signed-off-by: Franz Wilhelmstötter <[email protected]>
  • Loading branch information
jenetics committed Nov 12, 2024
1 parent 9270541 commit 8ca1383
Show file tree
Hide file tree
Showing 31 changed files with 214,589 additions and 133,866 deletions.
4 changes: 3 additions & 1 deletion jpx/src/test/java/io/jenetics/jpx/GPXTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.OutputStream;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.nio.file.StandardOpenOption;
import java.text.NumberFormat;
import java.util.Collections;
import java.util.List;
Expand Down Expand Up @@ -473,7 +475,7 @@ public void readWriteRandomIndentedGPX() throws IOException {

@Test(invocationCount = 10)
public void readWriteRandomNonIndentedGPX() throws IOException {
final Random random = new Random();
final var random = new Random();
final GPX gpx = nextGPX(random);

final ByteArrayOutputStream bout = new ByteArrayOutputStream();
Expand Down
Binary file modified jpx/src/test/resources/io/jenetics/jpx/serialization/gpx_0.obj
Binary file not shown.
Loading

0 comments on commit 8ca1383

Please sign in to comment.