Switched newActor for actorOf

This commit is contained in:
Viktor Klang 2010-05-08 19:01:12 +02:00
parent ae6eb54ee9
commit 6b30bc8c4f
37 changed files with 160 additions and 160 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 = {