Martin Goik created MNG-5936:
--------------------------------
Summary: mvn test classname issue
Key: MNG-5936
URL: https://issues.apache.org/jira/browse/MNG-5936
Project: Maven
Issue Type: Bug
Components: Command Line
Affects Versions: 3.0.5
Environment: Ubuntu Linux 14.04 x86_64 / Oracle Java 1.8.0_66 / Junit
4.12
Reporter: Martin Goik
Complete source code available at
https://cloud.mi.hdm-stuttgart.de/owncloud/index.php/s/6dTJHyjm5y1yVGY.
Project contains two test classes "FunctionalTests" (plural) and
"FunctionalTest" (singular). Test methods within the latter get executed, those
from the first class won't:
mvn test
...
Tests run: 1, ...
Merely renaming class FunctionalTests to e.g. "MyTestClass" solves the issue
resulting in:
Tests run: 2, ...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)