Skip to content
Snippets Groups Projects
Commit 2afbb318 authored by brinn's avatar brinn
Browse files

fix: broken unit tests

SVN: 7020
parent 1b9db3d2
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ public class MonitoringProxyTest ...@@ -83,7 +83,7 @@ public class MonitoringProxyTest
} }
private final static Pattern THREAD_NAME_PATTERN = private final static Pattern THREAD_NAME_PATTERN =
Pattern.compile("Monitoring Proxy-T[0-9]+::" + THREAD_NAME); Pattern.compile("Monitoring Proxy-T[0-9]+::main::" + THREAD_NAME);
private class TestImpl implements ITest private class TestImpl implements ITest
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment