You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2008/08/05 01:38:39 UTC

svn commit: r682540 - /maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-generation/verify.bsh

Author: olamy
Date: Mon Aug  4 16:38:38 2008
New Revision: 682540

URL: http://svn.apache.org/viewvc?rev=682540&view=rev
Log:
remove attribute from the test as this failed on a solaris box (attribute is before)

Modified:
    maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-generation/verify.bsh

Modified: maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-generation/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-generation/verify.bsh?rev=682540&r1=682539&r2=682540&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-generation/verify.bsh (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-generation/verify.bsh Mon Aug  4 16:38:38 2008
@@ -43,7 +43,7 @@
       return false;
     }    
     
-    indexOf = reportContent.indexOf( "<a href=\"http://myjira/browse/MCHANGES-88\" class=\"externalLink\">MCHANGES-88</a>" );
+    indexOf = reportContent.indexOf( "<a href=\"http://myjira/browse/MCHANGES-88\"" );
     if ( indexOf < 0)
     {
       System.err.println( "changes-report.html doesn't contains jira issue link" );