On 1/13/2011 4:00 PM, Kevan Miller wrote:
Rick,
I don't think you meant to commit this...
Ack, committed the wrong file. Thanks for catching this.
Rick
--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>