Stop container before checking results

This commit is contained in:
dsyer
2008-11-03 08:23:22 +00:00
parent 79c846509c
commit 05d12cf226

View File

@@ -163,6 +163,8 @@ public class AsynchronousTests {
// message...
Thread.sleep(1000L);
container.stop();
// We rolled back so the messages might come in many times...
assertTrue(list.size() >= 1);