Update HeliumApplicationFactoryTest

This commit is contained in:
Lee moon soo 2016-11-22 15:37:15 -08:00
parent d8ca07fcc1
commit 0a5b4d1953

View file

@ -147,7 +147,7 @@ public class HeliumApplicationFactoryTest implements JobListenerFactory {
note1.run(p1.getId());
while(p1.isTerminated()==false || p1.getResult()==null) Thread.yield();
assertEquals("repl1: job", p1.getResult().message());
assertEquals("repl1: job", p1.getResult().message().get(0).getData());
// when
assertEquals(0, p1.getAllApplicationStates().size());