parent
0273e3e4ff
commit
c77fa6c897
|
@ -68,7 +68,6 @@ public class CallbackOrderTest {
|
|||
// We will repeat the test a few times, increasing N
|
||||
// to increase possibility of issues due to reuse of callbacks
|
||||
for (int n = 1; n < 100; n++) {
|
||||
System.out.println("n = " + n);
|
||||
int N = n;
|
||||
count.set(0);
|
||||
list.clear();
|
||||
|
|
|
@ -110,7 +110,7 @@ public class OpenWireManagementTest extends OpenWireTestBase {
|
|||
|
||||
|
||||
String[] addresses = serverControl.getAddressNames();
|
||||
assertEquals(3, addresses.length);
|
||||
assertEquals(4, addresses.length);
|
||||
for (String addr : addresses) {
|
||||
assertFalse(addr.startsWith(AdvisorySupport.ADVISORY_TOPIC_PREFIX));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue