Hi, I'm using maven-surefire-plugin 2.7.1 along with JUnit 4.8.2. I'm trying to run :
mvn -Dtest=IndexRecordDAOTest#testGetAndList clean test. It fails telling me that there are no tests to run. This command runs wihout any errors : mvn -Dtest=IndexRecordDAOTest clean test What am I missing? (of course the testGetAndList method exists) Thanks in advance, Marc.
