small tweak on test

This commit is contained in:
Clebert Suconic 2015-11-11 17:04:46 -05:00
parent 95782a7bcb
commit 06b0c31193
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ public class ArtemisTest {
try { try {
Assert.assertEquals(Integer.valueOf(100), Artemis.internalExecute("producer", "--message-count", "100")); Assert.assertEquals(Integer.valueOf(100), Artemis.internalExecute("producer", "--message-count", "100"));
Assert.assertEquals(Integer.valueOf(100), Artemis.internalExecute("consumer", "--message-count", "100"));
} }
finally { finally {
stopServer(); stopServer();