Skip to content

Commit

Permalink
syncing test with branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aorwall committed Jan 10, 2013
1 parent 1b07b43 commit cf075b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class LogServerSuite(_system: ActorSystem) extends TestKit(_system)

test("handle LogMessage objects") {
val id = 1
val accessLog = AccessLog("127.0.0.1", new Date, "GET", "/", Random.nextInt(400)+200, 10)
val accessLog = AccessLog("127.0.0.1", new Date, "GET", "/", 200, 10)
val logMessage = LogMessage("hostname", id, accessLog)

system.eventStream.subscribe(testActor, classOf[UnhandledMessage])
Expand Down

0 comments on commit cf075b4

Please sign in to comment.