Reset counter in test

This commit is contained in:
dsyer
2009-09-07 13:15:54 +00:00
parent 2df180369c
commit 9fd80a6b9e

View File

@@ -63,6 +63,7 @@ public class BatchMessageListenerContainerIntegrationTests {
while(jmsTemplate.receiveAndConvert("queue")!=null) {
// do nothing
}
count = 0;
}
@AfterClass