I'm pretty sure the surefire problems with TestNG have been resolved (at least in Maven 2.0.9 and above). So +1 from me

-Dan

On Tue, Jul 7, 2009 at 1:20 PM, Christian Bauer <christian.bauer@gmail.com> wrote:
I want to upgrade TestNG from 5.6 to 5.9, however, there is this comment in build/core.pom.xml:

   <!-- Surefire can't cope with such a new version of testng, so we have to specify it
     here, otherwise ui build fails -->
   <dependency>
     <groupId>org.testng</groupId>
     <artifactId>testng</artifactId>
     <version>5.6</version>
     <optional>true</optional>
     <exclusions>
       <exclusion>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
       </exclusion>
     </exclusions>
   </dependency>

After switching this to 5.9 I've had a clean build and tests. Can we get this into 2.2 GA? If yes, I can probably commit some nice enhancements to test infrastructure (dbunit, resteasy) tomorrow.

_______________________________________________
seam-dev mailing list
seam-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/seam-dev



--
Dan Allen
Senior Software Engineer, Red Hat | Author of Seam in Action

http://mojavelinux.com
http://mojavelinux.com/seaminaction
http://in.relation.to/Bloggers/Dan

NOTE: While I make a strong effort to keep up with my email on a daily
basis, personal or other work matters can sometimes keep me away
from my email. If you contact me, but don't hear back for more than a week,
it is very likely that I am excessively backlogged or the message was
caught in the spam filters.  Please don't hesitate to resend a message if
you feel that it did not reach my attention.