Github user eolivelli commented on the issue:

    https://github.com/apache/maven-surefire/pull/172
  
    @Tibor17 I have added some IT.
    I found a bug in JUnit48TestCategoriesIT, actually 
testCategoriesABForkAlways did not call ".forkAlways()"
    
    I have added an IT test for the case of no class matching the filter.
    I have enhanced the testCategoriesAC in a way that it tests only using 
Simple Class Names and not Fully Qualified  Class Names.
    In fact I saw that the original idea in was to let the use pass even 
suffixes:
    `if ( name.endsWith( enabled ) )`
    But actually could not work because the 'pattern' had to be a resolvable 
class name.
    
    I did changed names in parameters in JUnit48TestCategoriesIT to make them 
more "consistent"


---

Reply via email to