NO-JIRA Test tweaks

small fix and System.out
This commit is contained in:
Clebert Suconic 2018-02-20 23:44:14 -05:00
parent 0273e3e4ff
commit c77fa6c897
2 changed files with 1 additions and 2 deletions

View File

@ -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();

View File

@ -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));
}