mirror of https://github.com/apache/activemq.git
Minor change to test case
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@431716 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7d4cddd452
commit
85df0e62d7
|
@ -333,8 +333,7 @@ public class StompTest extends CombinationTestSupport {
|
|||
assertTrue(cl_matcher.find());
|
||||
assertEquals("5", cl_matcher.group(1));
|
||||
|
||||
Pattern null_type_pattern = Pattern.compile("type:\\s*null", Pattern.CASE_INSENSITIVE);
|
||||
assertFalse(null_type_pattern.matcher(frame).find());
|
||||
assertFalse(Pattern.compile("type:\\s*null", Pattern.CASE_INSENSITIVE).matcher(frame).find());
|
||||
|
||||
frame =
|
||||
"DISCONNECT\n" +
|
||||
|
|
Loading…
Reference in New Issue