Sufyan Haroon created SLING-3343: ------------------------------------ Summary: Sling-Junit-Core Method Name in Test selctor is not honoured Key: SLING-3343 URL: https://issues.apache.org/jira/browse/SLING-3343 Project: Sling Issue Type: Bug Components: Testing Affects Versions: org.apache.sling.testing.tools 1.0.6 Reporter: Sufyan Haroon Fix For: org.apache.sling.testing.tools 1.0.8
When using method name in test selection in browser, method name is not honoured. For Example, When hitting url like, <server:port>/system/sling/junit/com.demo.test.demoTest/methodName.html and executing the test, all the tests in the class demoTest are execute instead of just executing the test methodName. -- This message was sent by Atlassian JIRA (v6.1.5#6160)