fixed documenting test name for snippets
This commit is contained in:
@@ -47,7 +47,7 @@ public abstract class DocumentingTestBase {
|
||||
|
||||
private String getSnippetName() {
|
||||
final String className = getClass().getSimpleName();
|
||||
return className.replace("Tests?$","");
|
||||
return className.replaceAll("Tests?$","");
|
||||
}
|
||||
|
||||
private File docbookDirectory() {
|
||||
|
||||
Reference in New Issue
Block a user