It's fixed. Can you test on your end and uncomment the test back if it's ok?
Thanks, Stéphane On 10/29/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > What's the probem? > > Thanks, > Stéphane > > ---------- Forwarded message ---------- > From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Date: Oct 29, 2007 7:38 AM > Subject: svn commit: r589518 - > /maven/plugins/trunk/maven-ear-plugin/src/test/java/org/apache/maven/plugin/ear/EarMojoTest.java > To: [EMAIL PROTECTED] > > > Author: brett > Date: Sun Oct 28 23:38:04 2007 > New Revision: 589518 > > URL: http://svn.apache.org/viewvc?rev=589518&view=rev > Log: > comment out test that is failing in my env and CI > > Modified: > > maven/plugins/trunk/maven-ear-plugin/src/test/java/org/apache/maven/plugin/ear/EarMojoTest.java > > Modified: > maven/plugins/trunk/maven-ear-plugin/src/test/java/org/apache/maven/plugin/ear/EarMojoTest.java > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ear-plugin/src/test/java/org/apache/maven/plugin/ear/EarMojoTest.java?rev=589518&r1=589517&r2=589518&view=diff > ============================================================================== > --- > maven/plugins/trunk/maven-ear-plugin/src/test/java/org/apache/maven/plugin/ear/EarMojoTest.java > (original) > +++ > maven/plugins/trunk/maven-ear-plugin/src/test/java/org/apache/maven/plugin/ear/EarMojoTest.java > Sun Oct 28 23:38:04 2007 > @@ -446,7 +446,8 @@ > public void testProject042() > throws Exception > { > - doTestProject( "project-042", new > String[]{"ejb-sample-one-1.0.jar", "ejb-sample-two-1.0.jar"} ); > + // TODO: fix chronically failing test > + // doTestProject( "project-042", new > String[]{"ejb-sample-one-1.0.jar", "ejb-sample-two-1.0.jar"} ); > } > > } > > > > > -- > Large Systems Suck: This rule is 100% transitive. If you build one, > you suck" -- S.Yegge > -- Large Systems Suck: This rule is 100% transitive. If you build one, you suck" -- S.Yegge --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
