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 09c8e6a16f2680b2de96c34c8c80b47bf99910ba (commit)
via c39da7c24414e5b9435754f85815e0aec280dd0e (commit)
from 3e052911f69f00f08c2b76c3b1c9f91b07c0f28b (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 09c8e6a16f2680b2de96c34c8c80b47bf99910ba
Author: Paul Hammant <[email protected]>
Date: Fri Jan 14 20:55:11 2011 -0600
JBEHAVE-413 - allowing failing screenshots in HTML reports
commit c39da7c24414e5b9435754f85815e0aec280dd0e
Author: Paul Hammant <[email protected]>
Date: Wed Jan 12 14:28:45 2011 -0600
change to 'excluded' rather than 'not allowed' for stories subject to
meta-filter
-----------------------------------------------------------------------
Summary of changes:
.../java/org/jbehave/ant/AbstractEmbedderTask.java | 2 +-
.../core/embedder/PrintStreamEmbedderMonitor.java | 2 +-
.../org/jbehave/core/embedder/StoryRunner.java | 30 +--
.../jbehave/core/failures/PendingStepFound.java | 4 +-
.../java/org/jbehave/core/failures/StepFailed.java | 5 +-
.../java/org/jbehave/core/model/OutcomesTable.java | 17 +-
.../core/reporters/DelegatingStoryReporter.java | 7 +-
.../org/jbehave/core/reporters/HtmlOutput.java | 6 +-
.../jbehave/core/reporters/NullStoryReporter.java | 9 +-
.../reporters/PostStoryStatisticsCollector.java | 7 +-
.../jbehave/core/reporters/PrintStreamOutput.java | 13 +-
.../core/reporters/SilentSuccessFilter.java | 7 +-
.../core/reporters/StepFailureDecorator.java | 5 +-
.../org/jbehave/core/reporters/StoryReporter.java | 9 +-
.../core/reporters/StoryReporterBuilder.java | 2 +-
.../org/jbehave/core/steps/AbstractStepResult.java | 18 +-
.../jbehave/core/steps/CorrelatedException.java | 28 +++
.../src/main/java/org/jbehave/core/steps/Step.java | 2 +-
.../java/org/jbehave/core/steps/StepCreator.java | 58 +++--
.../java/org/jbehave/core/steps/StepResult.java | 2 +-
.../resources/ftl/jbehave-reports-with-totals.ftl | 6 +-
.../core/embedder/StoryRunnerBehaviour.java | 217 +++++++++-----------
.../jbehave/core/model/OutcomesTableBehaviour.java | 16 +-
.../DelegatingStoryReporterBehaviour.java | 3 +-
.../core/reporters/NullStoryReporterBehaviour.java | 5 +-
.../PostStoryStatisticsCollectorBehaviour.java | 5 +-
.../core/reporters/PrintStreamOutputBehaviour.java | 19 +-
.../reporters/SilentSuccessFilterBehaviour.java | 3 +-
.../reporters/StepFailureDecoratorBehaviour.java | 72 +++----
.../reporters/StoryReporterBuilderBehaviour.java | 3 +-
.../steps/CompositeStepCandidateBehaviour.java | 6 +-
.../MarkUnmatchedStepsAsPendingBehaviour.java | 26 ++--
.../jbehave/core/steps/StepCandidateBehaviour.java | 47 +++--
.../jbehave/core/steps/StepCreatorBehaviour.java | 34 ++--
.../jbehave/core/steps/StepResultBehaviour.java | 21 +--
.../org/jbehave/core/steps/StepsBehaviour.java | 105 +++++-----
.../org/jbehave/mojo/AbstractEmbedderMojo.java | 2 +-
37 files changed, 409 insertions(+), 414 deletions(-)
create mode 100644
jbehave-core/src/main/java/org/jbehave/core/steps/CorrelatedException.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>