Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 16, 2025
1 parent 66a02f9 commit 03059f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/org/htmlunit/NotYetImplementedTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ private void process(final File dir) throws IOException {
else {
if (fileName.endsWith(".java")
&& !"SimpleWebTestCase.java".equals(fileName)
&& !"AnnotationUtilsTest.java".equals(fileName)
&& !"NotYetImplementedTest.java".equals(fileName)
&& !"CodeStyleTest.java".equals(fileName)) {
final List<String> lines = FileUtils.readLines(file, ISO_8859_1);
Expand Down

0 comments on commit 03059f3

Please sign in to comment.