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 2009/07/26 20:29:29 UTC

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

Author: olamy
Date: Sun Jul 26 18:29:29 2009
New Revision: 797972

URL: http://svn.apache.org/viewvc?rev=797972&view=rev
Log:
stabilized it doxia doesn't generate attribute in a fix order

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

Modified: maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-system/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-system/verify.bsh?rev=797972&r1=797971&r2=797972&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-system/verify.bsh (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-system/verify.bsh Sun Jul 26 18:29:29 2009
@@ -43,7 +43,7 @@
       return false;
     }    
     
-    indexOf = reportContent.indexOf( "<a href=\"http://myjira/browse/MCHANGES-88\"" );
+    indexOf = reportContent.indexOf( "href=\"http://myjira/browse/MCHANGES-88\"" );
     if ( indexOf < 0)
     {
       System.err.println( "changes-report.html doesn't contains jira issue link" );