Tibor17 commented on a change in pull request #499: URL: https://github.com/apache/maven-surefire/pull/499#discussion_r835285790
########## File path: surefire-api/src/test/java/org/apache/maven/surefire/api/testset/TestListResolverTest.java ########## @@ -267,13 +270,16 @@ public void testShouldRunAny() public void testClassFilter() { TestListResolver resolver = new TestListResolver( "#test" ); - assertTrue( resolver.shouldRun( "pkg/MyTest.class", null ) ); + assertTrue( resolver.shouldRun( "pkg/MyTest.class", "test" ) ); Review comment: Don't change the assertions. It makes whole PR not trusty. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org