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)
|
public String buildTestCaseName(ExtensionContext context)
|
||||||
{
|
{
|
||||||
List<String> names = new ArrayList<String>();
|
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
|
// this will add all name pieces - except the "last" which would be the
|
||||||
// Class level name
|
// Class level name
|
||||||
do {
|
do {
|
||||||
|
|
Loading…
Reference in New Issue