Merged with master and fixed last issues
This commit is contained in:
commit
c4b32e79bf
66 changed files with 647 additions and 536 deletions
|
|
@ -33,7 +33,7 @@ class BasicAuthenticatorSpec extends junit.framework.TestCase
|
|||
with Suite with MockitoSugar with MustMatchers {
|
||||
import BasicAuthenticatorSpec._
|
||||
|
||||
val authenticator = newActor[BasicAuthenticator]
|
||||
val authenticator = actorOf[BasicAuthenticator]
|
||||
authenticator.start
|
||||
|
||||
@Test def testChallenge = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue