Skip to content

Commit 49c1764

Browse files
committed
improve it test
Signed-off-by: Olivier Lamy <[email protected]>
1 parent c75b8de commit 49c1764

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@
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)