Skip to content

Commit 88d3a55

Browse files
author
Rob Harrop
committed
Hook IntAllocatorTests into the client tests
1 parent 62c3adb commit 88d3a55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/src/com/rabbitmq/client/test/ClientTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public static TestSuite suite() {
3434
suite.addTestSuite(CloseInMainLoop.class);
3535
suite.addTestSuite(ChannelNumberAllocationTests.class);
3636
suite.addTestSuite(QueueingConsumerShutdownTests.class);
37+
suite.addTestSuite(com.rabbitmq.utility.IntAllocatorTests.class);
3738
return suite;
3839
}
3940
}

0 commit comments

Comments
 (0)