You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/02/07 21:15:58 UTC

svn commit: r1658105 - /maven/plugins/trunk/maven-compiler-plugin/src/it/mcompiler-120/verify.groovy

Author: hboutemy
Date: Sat Feb  7 20:15:57 2015
New Revision: 1658105

URL: http://svn.apache.org/r1658105
Log:
made IT compatible with different JDK versions output

Modified:
    maven/plugins/trunk/maven-compiler-plugin/src/it/mcompiler-120/verify.groovy

Modified: maven/plugins/trunk/maven-compiler-plugin/src/it/mcompiler-120/verify.groovy
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/it/mcompiler-120/verify.groovy?rev=1658105&r1=1658104&r2=1658105&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/src/it/mcompiler-120/verify.groovy (original)
+++ maven/plugins/trunk/maven-compiler-plugin/src/it/mcompiler-120/verify.groovy Sat Feb  7 20:15:57 2015
@@ -23,5 +23,5 @@ content = logFile.text
 
 assert content.contains( 'Compilation failure' )
 assert !content.contains( 'invalid flag' )
-assert content.contains( 'unchecked call to add(E) as a member of the raw type List' )
+assert content.contains( 'unchecked call to add(E) as a member of the raw type ' ) // List or java.util.List