[ 
https://issues.apache.org/jira/browse/SUREFIRE-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14991282#comment-14991282
 ] 

Tibor Digana edited comment on SUREFIRE-1191 at 11/5/15 7:56 AM:
-----------------------------------------------------------------

No, problem, the documentation will be updated accordingly. A new chapter will 
be added.
? Can someone open a new pull-request add/extend simple integration test and 
fix it in:
{code}
ResolvedTest.matchClassPatter()
{code}
The parameter should be 
{code}
testClassFile = testClassFile.trim();
testClassFile = testClassFile.replace('.', '/', 0, N); where N is the index of 
the last string where testClassFile ends with ".java" or ".class"
{code}


was (Author: tibor17):
No, problem, the documentation will be updated accordingly. A new chapter will 
be added.
Can someone open a new pull-request add/extend simple integration test and fix 
it in 
{code}
ResolvedTest.matchClassPatter()
{code}
The parameter should be 
{code}
testClassFile = testClassFile.trim();
testClassFile = testClassFile.replace('.', '/', 0, N); where N is the last 
string where testClassFile ends with ".java" or ".class"
{code}

> Run Single Test with Package Name Doesn't work
> ----------------------------------------------
>
>                 Key: SUREFIRE-1191
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1191
>             Project: Maven Surefire
>          Issue Type: Wish
>    Affects Versions: 2.19
>            Reporter: Gunnar Schmidt
>            Assignee: Tibor Digana
>             Fix For: 2.19.1
>
>
> Running the following command works:
> mvn test -Dtest=MyTestCaseTest#myTest
> This doesn't work (package name included):
> mvn test -Dtest=my.package.name.MyTestCaseTest#myTest



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

Reply via email to