Removed akka.camel.Failure, replaced with akka.actor.Status.Failure, fixed tests
This commit is contained in:
parent
db1ece45e9
commit
82d9427ad4
10 changed files with 86 additions and 124 deletions
|
|
@ -15,6 +15,7 @@ import org.apache.camel.{ FailedToCreateRouteException, CamelExecutionException
|
|||
import java.util.concurrent.{ ExecutionException, TimeUnit, TimeoutException }
|
||||
import akka.testkit.TestLatch
|
||||
import akka.dispatch.Await
|
||||
import akka.actor.Status.Failure
|
||||
|
||||
class ConsumerIntegrationTest extends WordSpec with MustMatchers with NonSharedCamelSystem {
|
||||
private val defaultTimeout = 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue