[ 
https://issues.apache.org/jira/browse/SUREFIRE-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dmitry Baev updated SUREFIRE-1200:
----------------------------------
    Description: 
Since 2.19 I can't run a single test by full name anymore:

{code:java}
package my.tests;

import org.junit.Test;

public class MyTest {

    @Test
    public void shouldRun() throws Exception {
    }
}
{code}

And then command 

{code: bash}
mvn clean test -Dtest=my.tests.MyTest
{code}

Doesn't run any tests. 

BTW -Dtest=MyTest works fine and -Dtest=my/tests/MyTest works fine.

  was:
Since 2.19 I can't run a single test by full name anymore:

{code:java}
package my.tests;

import org.junit.Test;

public class MyTest {

    @Test
    public void shouldRun() throws Exception {
    }
}
{code}

And then command 

{code: bash}
mvn clean test -Dtest=my.tests.MyTest
{code}

Doesn't run any tests. 

BTW -Dtest=MyTest works fine


> Could not run single test by full name
> --------------------------------------
>
>                 Key: SUREFIRE-1200
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1200
>             Project: Maven Surefire
>          Issue Type: Bug
>    Affects Versions: 2.19
>            Reporter: Dmitry Baev
>
> Since 2.19 I can't run a single test by full name anymore:
> {code:java}
> package my.tests;
> import org.junit.Test;
> public class MyTest {
>     @Test
>     public void shouldRun() throws Exception {
>     }
> }
> {code}
> And then command 
> {code: bash}
> mvn clean test -Dtest=my.tests.MyTest
> {code}
> Doesn't run any tests. 
> BTW -Dtest=MyTest works fine and -Dtest=my/tests/MyTest works fine.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to