commit 03ce44222171411fa9bfef8a867ef8509d1ea0d7
Author:     Mauro Talevi <[email protected]>
AuthorDate: Thu, 21 Feb 2013 11:40:45 +0100
Commit:     Mauro Talevi <[email protected]>
CommitDate: Thu, 21 Feb 2013 11:42:12 +0100

    JBEHAVE-886:  Applied patch from David Harrigan.

diff --git a/jbehave-core/src/main/java/org/jbehave/core/steps/StepCreator.java 
b/jbehave-core/src/main/java/org/jbehave/core/steps/StepCreator.java
index ea768c4..b3f1cec 100755
--- a/jbehave-core/src/main/java/org/jbehave/core/steps/StepCreator.java
+++ b/jbehave-core/src/main/java/org/jbehave/core/steps/StepCreator.java
@@ -548,7 +548,7 @@ public class StepCreator {
             Timer timer = new Timer().start();
             try {
                 parametriseStep();
-                stepMonitor.performing(stepAsString, dryRun);
+                stepMonitor.performing(parametrisedStep, dryRun);
                 if (!dryRun) {
                     method.invoke(stepsInstance(), convertedParameters);
                 }



Reply via email to