Perhaps the thing would be to split the CDI TCK into a separate module that way it could be run using TestNG leaving the other tests as is on JUnit
On 3 September 2010 16:05, Jean-Louis MONTEIRO < [email protected]> wrote: > > Hi Stephen, > > Thanks. > I now have all tests running again. > > The problem is that OpenEJB uses JUnit but CDI TCK (provided by JBoss) > comes > with TestNG. > So, from my understanding we need to use JUnit for our tests and TestNG for > CDI TCK. > > I tried only using TestNG because it's actually able to run JUnit tests but > I get the infinite loop Jarek mentioned. > > After digging into Surefire JIRA, i found a small work around (See rev > 992320) that seems to work for me. > If someone else can give it a try, that'd be great! > > Jean-Louis > -- > View this message in context: > http://openejb.979440.n4.nabble.com/Re-svn-commit-r991445-in-openejb-trunk-openejb3-container-openejb-core-openejb-core-src-main-java-orp-tp2403609p2525814.html > Sent from the OpenEJB Dev mailing list archive at Nabble.com. >
