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/29 00:21:56 UTC

svn commit: r798722 - /maven/release/trunk/maven-release-plugin/src/it/flat-multi-module/parent-project/verify.bsh

Author: olamy
Date: Tue Jul 28 22:21:56 2009
New Revision: 798722

URL: http://svn.apache.org/viewvc?rev=798722&view=rev
Log:
more check in the it.

Modified:
    maven/release/trunk/maven-release-plugin/src/it/flat-multi-module/parent-project/verify.bsh

Modified: maven/release/trunk/maven-release-plugin/src/it/flat-multi-module/parent-project/verify.bsh
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/it/flat-multi-module/parent-project/verify.bsh?rev=798722&r1=798721&r2=798722&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/src/it/flat-multi-module/parent-project/verify.bsh (original)
+++ maven/release/trunk/maven-release-plugin/src/it/flat-multi-module/parent-project/verify.bsh Tue Jul 28 22:21:56 2009
@@ -26,7 +26,19 @@
     if( contents.indexOf( expected ) != -1 )
     {
         return true;
-    }            
+    }    
+ 	expected = "module-b with label: 'module-b-1.0'";
+    
+    if( contents.indexOf( expected ) != -1 )
+    {
+        return true;
+    }    
+ 	expected = "module-a with label: 'module-a-1.0'";
+    
+    if( contents.indexOf( expected ) != -1 )
+    {
+        return true;
+    }                        
 }
 catch( Throwable t )
 {