Author: hboutemy
Date: Sun Jul 28 17:35:09 2013
New Revision: 1507821

URL: http://svn.apache.org/r1507821
Log:
hard test to avoid stupid failures with ASF Jenkins

Modified:
    
maven/plugins/trunk/maven-invoker-plugin/src/it/local-repo-default/verify.bsh

Modified: 
maven/plugins/trunk/maven-invoker-plugin/src/it/local-repo-default/verify.bsh
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/src/it/local-repo-default/verify.bsh?rev=1507821&r1=1507820&r2=1507821&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-invoker-plugin/src/it/local-repo-default/verify.bsh 
(original)
+++ 
maven/plugins/trunk/maven-invoker-plugin/src/it/local-repo-default/verify.bsh 
Sun Jul 28 17:35:09 2013
@@ -30,7 +30,7 @@ try
      * This IT is run with maven.repo.local but the Invoker Plugin passes 
settings.localRepository down to the sub build
      * so these paths must match.
      */
-    if ( !localRepoPathOfThisBuild.equals( localRepoPathOfSubBuild ) )
+    if ( !localRepoPathOfThisBuild.getCanonicalPath().equals( 
localRepoPathOfSubBuild.getCanonicalPath() ) )
     {
         System.out.println( "Sub build used wrong local repository: " + 
localRepoPathOfSubBuild );
         return false;


Reply via email to