Skip to content

Commit 75c53fe

Browse files
author
Michael Bridgen
committed
Include the binding lifecycle tests in functional tests, again, since
we factored out the restarty bits. Note that there are two tests in the base class it shares with DurableBindingLifecycle, tested here without a server restart.
1 parent 0f950e0 commit 75c53fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/src/com/rabbitmq/client/test/functional/FunctionalTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public static TestSuite suite() {
4242
suite.addTestSuite(Tables.class);
4343
suite.addTestSuite(DoubleDeletion.class);
4444
suite.addTestSuite(Routing.class);
45+
suite.addTestSuite(BindingLifecycle.class);
4546
suite.addTestSuite(Transactions.class);
4647
suite.addTestSuite(PersistentTransactions.class);
4748
suite.addTestSuite(RequeueOnConnectionClose.class);

0 commit comments

Comments
 (0)