Skip to content

Commit

Permalink
Adapted expected value in NewJavaFeaturesTest for Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoOfTwelve committed Nov 7, 2023
1 parent 303aca2 commit a60a5ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/test/java/de/jplag/NewJavaFeaturesTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
public class NewJavaFeaturesTest extends TestBase {

private static final int EXPECTED_MATCHES = 6; // might change if you add files to the submissions
private static final double EXPECTED_SIMILARITY = 0.96; // might change if you add files to the submissions
private static final String EXPECTED_JAVA_VERSION = "17"; // might change with newer JPlag versions
private static final double EXPECTED_SIMILARITY = 0.953; // might change if you add files to the submissions
private static final String EXPECTED_JAVA_VERSION = "21"; // might change with newer JPlag versions

private static final String EXCLUSION_FILE_NAME = "blacklist.txt";
private static final String ROOT_DIRECTORY = "NewJavaFeatures";
Expand Down

0 comments on commit a60a5ec

Please sign in to comment.