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 a439076ab494f37d59adab34f413716447eb6f01 (commit)
via 382aae2cd32e6761683e2441b2f8ef60a029bf8a (commit)
from 8658e0a7240242f4a28253a04aaa8df388240119 (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 a439076ab494f37d59adab34f413716447eb6f01
Author: Mauro Talevi <[email protected]>
Date: Fri Aug 13 17:39:39 2010 +0100
Excluded junit 3 dependency from spring-test. Test coverage now generated
for jbehave-spring.
commit 382aae2cd32e6761683e2441b2f8ef60a029bf8a
Author: Mauro Talevi <[email protected]>
Date: Fri Aug 13 14:47:00 2010 +0100
Increased test coverage on the jbehave-core
-----------------------------------------------------------------------
Summary of changes:
.../org/jbehave/core/reporters/ConsoleOutput.java | 4 -
.../core/reporters/FreemarkerViewGenerator.java | 11 +-
.../core/reporters/IdeOnlyConsoleOutput.java | 60 +++---
.../reporters/PostStoryStatisticsCollector.java | 230 ++++++++++----------
.../core/reporters/PrintStreamStepdocReporter.java | 6 +-
.../core/reporters/StoryReporterBuilder.java | 4 +
.../core/steps/MarkUnmatchedStepsAsPending.java | 2 +-
.../java/org/jbehave/core/steps/StepCreator.java | 2 +-
.../FreemarkerViewGeneratorBehaviour.java | 95 ++++++++
.../PostStoryStatisticsCollectorBehaviour.java | 15 ++
.../core/reporters/PrintStreamOutputBehaviour.java | 23 ++-
.../reporters/StoryReporterBuilderBehaviour.java | 1 +
.../org/jbehave/core/reporters/reports/index.html | 0
.../jbehave/core/reporters/reports/report1.html | 0
.../org/jbehave/core/reporters/reports/report1.txt | 0
.../jbehave/core/reporters/reports/report2.html | 0
.../org/jbehave/core/reporters/reports/report2.txt | 0
.../MarkUnmatchedStepsAsPendingBehaviour.java | 59 +++++-
.../steps/PrintStreamStepMonitorBehaviour.java | 30 +++
.../jbehave/core/steps/StepCreatorBehaviour.java | 33 +++
jbehave-spring/pom.xml | 6 +
.../spring/SpringStoryReporterBuilder.java | 8 +-
.../spring/SpringApplicationContextFactory.java | 4 -
.../SprintStoryReporterBuilderBehaviour.java | 49 ++++
.../core/configuration/spring/configuration.xml | 2 +-
25 files changed, 463 insertions(+), 181 deletions(-)
create mode 100644
jbehave-core/src/test/java/org/jbehave/core/reporters/FreemarkerViewGeneratorBehaviour.java
copy jbehave-ant/src/test/java/org/jbehave/ant/stories/first.story =>
jbehave-core/src/test/java/org/jbehave/core/reporters/reports/index.html (100%)
copy jbehave-ant/src/test/java/org/jbehave/ant/stories/first.story =>
jbehave-core/src/test/java/org/jbehave/core/reporters/reports/report1.html
(100%)
copy jbehave-ant/src/test/java/org/jbehave/ant/stories/first.story =>
jbehave-core/src/test/java/org/jbehave/core/reporters/reports/report1.txt (100%)
copy jbehave-ant/src/test/java/org/jbehave/ant/stories/first.story =>
jbehave-core/src/test/java/org/jbehave/core/reporters/reports/report2.html
(100%)
copy jbehave-ant/src/test/java/org/jbehave/ant/stories/first.story =>
jbehave-core/src/test/java/org/jbehave/core/reporters/reports/report2.txt (100%)
create mode 100644
jbehave-core/src/test/java/org/jbehave/core/steps/PrintStreamStepMonitorBehaviour.java
create mode 100644
jbehave-spring/src/test/java/org/jbehave/core/configuration/spring/SprintStoryReporterBuilderBehaviour.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>