mirror of https://github.com/apache/druid.git
remove unnecessary \\
This commit is contained in:
parent
e36c46a85a
commit
3132c12781
|
@ -301,7 +301,7 @@ public class SqlTestFrameworkConfig
|
|||
public String buildTestCaseName(ExtensionContext context)
|
||||
{
|
||||
List<String> names = new ArrayList<String>();
|
||||
Pattern pattern = Pattern.compile("\\([^\\)]*\\)");
|
||||
Pattern pattern = Pattern.compile("\\([^)]*\\)");
|
||||
// this will add all name pieces - except the "last" which would be the
|
||||
// Class level name
|
||||
do {
|
||||
|
|
Loading…
Reference in New Issue