Rick, I don't think you meant to commit this... --kevan
On Jan 13, 2011, at 12:39 PM, [email protected] wrote: > Author: rickmcguire > Date: Thu Jan 13 17:39:28 2011 > New Revision: 1058684 > > URL: http://svn.apache.org/viewvc?rev=1058684&view=rev > Log: > Fix launcher so it works on windows too > > Modified: > > geronimo/tck/branches/3.0/jcdi-tck-runner/src/test/resources/tck-tests-current.xml > > Modified: > geronimo/tck/branches/3.0/jcdi-tck-runner/src/test/resources/tck-tests-current.xml > URL: > http://svn.apache.org/viewvc/geronimo/tck/branches/3.0/jcdi-tck-runner/src/test/resources/tck-tests-current.xml?rev=1058684&r1=1058683&r2=1058684&view=diff > ============================================================================== > --- > geronimo/tck/branches/3.0/jcdi-tck-runner/src/test/resources/tck-tests-current.xml > (original) > +++ > geronimo/tck/branches/3.0/jcdi-tck-runner/src/test/resources/tck-tests-current.xml > Thu Jan 13 17:39:28 2011 > @@ -16,8 +16,9 @@ > </run> > </groups> > <packages> > - <package name="org.jboss.jsr299.tck.tests.*"/> > - <package name="org.jboss.jsr299.tck.interceptors.tests.*"/> > + <package > name="org.jboss.jsr299.tck.tests.implementation.simple.resource.persistenceContext.*"/> > > + <!-- <package name="org.jboss.jsr299.tck.tests.*"/> --> > > +<!-- <package name="org.jboss.jsr299.tck.interceptors.tests.*"/> > --> > </packages> > > Â Â </test> > >
