You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Kevan Miller <ke...@gmail.com> on 2011/05/18 04:49:25 UTC

Re: svn commit: r1104664 - /geronimo/tck/branches/3.0/jcdi-tck-runner/src/test/resources/tck-tests-released.xml

On May 17, 2011, at 10:26 PM, dblevins@apache.org wrote:

> Author: dblevins
> Date: Wed May 18 02:26:47 2011
> New Revision: 1104664
> 
> URL: http://svn.apache.org/viewvc?rev=1104664&view=rev
> Log:
> The newest understaning of the tests we need to run
> 
> Modified:
>    geronimo/tck/branches/3.0/jcdi-tck-runner/src/test/resources/tck-tests-released.xml
> 
> Modified: geronimo/tck/branches/3.0/jcdi-tck-runner/src/test/resources/tck-tests-released.xml
> URL: http://svn.apache.org/viewvc/geronimo/tck/branches/3.0/jcdi-tck-runner/src/test/resources/tck-tests-released.xml?rev=1104664&r1=1104663&r2=1104664&view=diff
> ==============================================================================
> --- geronimo/tck/branches/3.0/jcdi-tck-runner/src/test/resources/tck-tests-released.xml (original)
> +++ geronimo/tck/branches/3.0/jcdi-tck-runner/src/test/resources/tck-tests-released.xml Wed May 18 02:26:47 2011
> @@ -6,18 +6,20 @@
> <suite name="CDI TCK" verbose="0">
>     <test name="CDI TCK">
>         <method-selectors>
> -            <method-selector>
> -                <selector-class name="org.jboss.jsr299.tck.impl.WebProfileMethodSelector"/>
> -            </method-selector>
> -            <method-selector>
> -                <selector-class name="org.jboss.testharness.impl.testng.DisableIntegrationTestsMethodSelector"/>
> -            </method-selector>
> +            <!--<method-selector>-->
> +                <!--<selector-class name="org.jboss.jsr299.tck.impl.WebProfileMethodSelector"/>-->
> +            <!--</method-selector>-->
> +            <!--<method-selector>-->
> +                <!--<selector-class name="org.jboss.testharness.impl.testng.DisableIntegrationTestsMethodSelector"/>-->
> +            <!--</method-selector>-->

I'm not certain, but was thinking that DisableIntegrationTestsMethodSelector should stay. Then again, I'm not sure what it actually controls. No real documentation on it that I'm aware of... I assume we'll figure that out with time...

--kevan