Added fallback to testConfig in AkkaRemoteSpec

This commit is contained in:
Jonas Bonér 2011-12-05 11:42:52 +01:00
parent 392c060530
commit 064a8a7be1

View file

@ -26,7 +26,9 @@ object AkkaRemoteSpec {
}
}
abstract class AkkaRemoteSpec(config: Config = AkkaRemoteSpec.testConf) extends AkkaSpec(config) with MultiJvmSync {
abstract class AkkaRemoteSpec(config: Config)
extends AkkaSpec(config.withFallback(AkkaRemoteSpec.testConf))
with MultiJvmSync {
/**
* Helper function for accessing the underlying remoting.