[Gatling 2 - master] Issue with checks?

Hi there,

I’m seeing the following error after pulling lastest changes from master.

I only have one regex in my check: .check(regex(“Account balance for user ${user}”)))

Cheers

Stefan

10:36:27.325 [INFO ] i.g.h.a.HttpRequestAction$ - Sending request=Index page uri=http://localhost:8080/: scenario=Scenario, userId=5050663020772176693-0
[ERROR] [11/05/2013 10:36:27.362] [GatlingSystem-akka.actor.default-dispatcher-4] [akka://GatlingSystem/user/$m] empty.reduceLeft
java.lang.UnsupportedOperationException: empty.reduceLeft
at scala.collection.LinearSeqOptimized$class.reduceLeft(LinearSeqOptimized.scala:124)
at scala.collection.immutable.List.reduceLeft(List.scala:84)
at scala.collection.TraversableOnce$class.reduce(TraversableOnce.scala:195)
at scala.collection.AbstractTraversable.reduce(Traversable.scala:105)
at io.gatling.core.check.Checks$$anonfun$check$2.apply(Check.scala:30)
at io.gatling.core.check.Checks$$anonfun$check$2.apply(Check.scala:30)
at io.gatling.core.validation.Success.map(Validation.scala:29)
at io.gatling.core.check.Checks$.check(Check.scala:30)
at io.gatling.http.ahc.AsyncHandlerActor.checkAndProceed$1(AsyncHandlerActor.scala:217)
at io.gatling.http.ahc.AsyncHandlerActor.io$gatling$http$ahc$AsyncHandlerActor$$processResponse(AsyncHandlerActor.scala:233)
at io.gatling.http.ahc.AsyncHandlerActor$$anonfun$receive$1.applyOrElse(AsyncHandlerActor.scala:65)