diff --git a/src/it/projects/mdep-779-analyze-only-verbose-shows-class-names/verify.bsh b/src/it/projects/mdep-779-analyze-only-verbose-shows-class-names/verify.bsh index b3300d87b..38397b565 100644 --- a/src/it/projects/mdep-779-analyze-only-verbose-shows-class-names/verify.bsh +++ b/src/it/projects/mdep-779-analyze-only-verbose-shows-class-names/verify.bsh @@ -31,7 +31,7 @@ String expected = "[WARNING] Used undeclared dependencies found:\n" + if ( !log.contains(expected) ) { - throw new Exception( "Expected warning missing" ); + throw new Exception( "Expected warning missing. Found\n" + log); } return true;