adapt to different error messages, fix one case of Props()

This commit is contained in:
Roland 2012-08-20 21:42:50 +02:00
parent a15900a591
commit f41f706ce5
3 changed files with 5 additions and 5 deletions

View file

@ -47,7 +47,7 @@ class DaemonMsgCreateSerializerSpec extends AkkaSpec {
"serialize and de-serialize DaemonMsgCreate with function creator" in {
verifySerialization {
DaemonMsgCreate(
props = Props().withCreator(new MyActor),
props = Props.empty.withCreator(new MyActor),
deploy = Deploy(),
path = "foo",
supervisor = supervisor)