Skip to content

Commit

Permalink
Fix IT asm-failure on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rfscholte committed Oct 26, 2018
1 parent 26ba032 commit 3b6cb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven-plugin-plugin/src/it/asm-failure/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

build = new File( basedir, "build.log" ).text
assert build.contains( "[WARNING] Error analyzing class com/ibm/icu/impl/data/LocaleElements_zh__PINYIN.class in " )
assert build.contains( "com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar: ignoring class" )
assert build =~ /com[\\\/]ibm[\\\/]icu[\\\/]icu4j[\\\/]2.6.1[\\\/]icu4j-2.6.1.jar: ignoring class/

return true;

0 comments on commit 3b6cb2e

Please sign in to comment.