Merged with master and fixed last issues

This commit is contained in:
Jonas Bonér 2010-05-16 20:15:08 +02:00
commit c4b32e79bf
66 changed files with 647 additions and 536 deletions

View file

@ -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 = {