This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "jbehave-core".
The branch, master has been updated
via 431ed2751745e1a664821603594da30ad124c9d8 (commit)
via cd3cd82b6731abd44b9dae59ad5d771073c55ea5 (commit)
from 13c03225d597c412060280e4912ead14c01605ba (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 431ed2751745e1a664821603594da30ad124c9d8
Author: Mauro Talevi <[email protected]>
Date: Fri Oct 29 21:16:58 2010 +0200
JBEHAVE-379: Added skip_scenarios_after_failure.story.
commit cd3cd82b6731abd44b9dae59ad5d771073c55ea5
Author: Mauro Talevi <[email protected]>
Date: Fri Oct 29 21:08:52 2010 +0200
JBEHAVE-379: Added StoryControls to hold boolean flags to control the
story flow execution: currently dry run and skip scenarios after failure.
-----------------------------------------------------------------------
Summary of changes:
.../org/jbehave/examples/trader/TraderStory.java | 2 +
.../trader/stories/SkipScenariosAfterFailure.java | 14 ++++
...ul.story => skip_scenarios_after_failure.story} | 7 +--
.../jbehave/core/configuration/Configuration.java | 33 ++++++----
.../configuration/MostUsefulConfiguration.java | 3 +-
.../configuration/UnmodifiableConfiguration.java | 24 +++++--
.../org/jbehave/core/embedder/StoryControls.java | 40 +++++++++++
.../org/jbehave/core/embedder/StoryRunner.java | 35 ++++++----
.../main/java/org/jbehave/core/steps/Steps.java | 2 +-
.../UnmodifiableConfigurationBehaviour.java | 5 +-
.../core/embedder/StoryRunnerBehaviour.java | 70 +++++++++++++++-----
.../jbehave/core/steps/StepCandidateBehaviour.java | 2 +-
12 files changed, 175 insertions(+), 62 deletions(-)
create mode 100644
examples/trader/src/main/java/org/jbehave/examples/trader/stories/SkipScenariosAfterFailure.java
copy
examples/trader/src/main/java/org/jbehave/examples/trader/stories/{non_successful.story
=> skip_scenarios_after_failure.story} (59%)
create mode 100644
jbehave-core/src/main/java/org/jbehave/core/embedder/StoryControls.java
hooks/post-receive
--
jbehave-core
<hr/>
<p>
To unsubscribe from this list please visit:
</p>
<p>
<a
href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a>