Skip to content

Commit 88e0791

Browse files
committed
Revert "improve it test"
This reverts commit 49c1764.
1 parent 49c1764 commit 88e0791

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/it/projects/MJAVADOC-770/verify.groovy

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,3 @@
2121
def moduleFile = new File( basedir, 'target/reports/apidocs/mjavadoc770/module-summary.html')
2222

2323
assert !moduleFile.exists()
24-
25-
26-
def log = new File( basedir, 'build.log').text
27-
28-
assert log.count( "[WARNING] Javadoc 1.4+ doesn't support the -1.1 switch anymore. Ignore this option." ) == 0

0 commit comments

Comments
 (0)