re-enable akka-camel and akka-camel-typed and fix compile and test errors
This commit is contained in:
parent
86cfc8672e
commit
d25b8ce92c
8 changed files with 63 additions and 66 deletions
|
|
@ -170,10 +170,7 @@ class ConsumerScalaTest extends WordSpec with BeforeAndAfterAll with MustMatcher
|
|||
"A supervised consumer" must {
|
||||
"be able to reply during receive" in {
|
||||
val consumer = Actor.actorOf(new SupervisedConsumer("reply-channel-test-1")).start
|
||||
(consumer !! "succeed") match {
|
||||
case Some(r) ⇒ r must equal("ok")
|
||||
case None ⇒ fail("reply expected")
|
||||
}
|
||||
(consumer ? "succeed").get must equal("ok")
|
||||
}
|
||||
|
||||
"be able to reply on failure during preRestart" in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue