Unit testing, uniutil and TestNG version

John Sanda jsanda at redhat.com
Tue Feb 22 04:38:54 UTC 2011


I do not think untiils is used anywhere, certainly not in master. I will 
double check this and remove the dependency from test-utils if I am 
correct.

On 2/21/11 8:57 AM, Heiko W.Rupp wrote:
> Hi,
>
> currently the build is "mostly" at TestNG version 5.13.1.
> But I see TestNG v 5.8 being pulled in (and this is making the performance tests fail).
>
> mvn -X shows
>
> [DEBUG]     org.unitils:unitils-testng:jar:3.1:test (selected for test)
> [DEBUG]       org.testng:testng:jar:jdk15:5.8:test (selected for test)
>
> and indeed unitils-testng has a hard dependency on 5.8 in its pom:
>
>         <dependency>
>              <groupId>org.testng</groupId>
>              <artifactId>testng</artifactId>
>              <version>5.8</version>
>              <classifier>jdk15</classifier>
>
>
> Unfortunately there is no new version of unitils available since Nov 2009.
>
>
> So in enterprise/server/jar/pom.xml I've included the pull-in of testng via modules/test-utils,
> which pulls the unitils and old testng version.
>
>
>
>



More information about the rhq-devel mailing list