commit c155d2b68d507c4af476c7b61147b6d5e4db4e8b Author: Mauro Talevi <mauro.tal...@aquilonia.org> AuthorDate: Sat Jul 28 12:03:51 2012 +0100 Commit: Mauro Talevi <mauro.tal...@aquilonia.org> CommitDate: Sat Jul 28 12:04:27 2012 +0100
JBEHAVE-802: Updated expected test resource. diff --git a/jbehave-core/src/test/resources/story.html b/jbehave-core/src/test/resources/story.html index e761970..f63fa06 100644 --- a/jbehave-core/src/test/resources/story.html +++ b/jbehave-core/src/test/resources/story.html @@ -30,15 +30,15 @@ <div class="step hi">Then I should... - try again </div> -<div class="step failed">Then I should have a balance of $30 <span class=\"keyword failed\">(FAILED)</span></div> +<div class="step failed">Then I should have a balance of $30 <span class="keyword failed">(FAILED)</span></div> <pre class="failure">java.lang.Exception: Expected <30> got <25> at org.jbehave.core.reporters.TemplateableOutputBehaviour.narrateAnInterestingStory(TemplateableOutputBehaviour.java:80) at org.jbehave.core.reporters.TemplateableOutputBehaviour.shouldReportEventsToHtmlOutput(TemplateableOutputBehaviour.java:39) (reflection-invoke) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)</pre> -<div class="step notPerformed">Then I should have $20 <span class=\"keyword notPerformed\">(NOT PERFORMED)</span></div> +<div class="step notPerformed">Then I should have $20 <span class="keyword notPerformed">(NOT PERFORMED)</span></div> -<div class="step failed">Then I don't return loan <span class=\"keyword failed\">(FAILED)</span></div> +<div class="step failed">Then I don't return loan <span class="keyword failed">(FAILED)</span></div> <pre class="failure">org.jbehave.core.model.OutcomesTable$OutcomesFailed at org.jbehave.core.model.OutcomesTable.verify(OutcomesTable.java:48) at org.jbehave.core.reporters.TemplateableOutputBehaviour.narrateAnInterestingStory(TemplateableOutputBehaviour.java:88) @@ -99,7 +99,7 @@ <div class="step successful">Then I give it to Paul </div> -<div class="step failed">Then I should have a balance of $30 <span class=\"keyword failed\">(FAILED)</span></div> +<div class="step failed">Then I should have a balance of $30 <span class="keyword failed">(FAILED)</span></div> <pre class="failure">java.lang.Exception: Expected <30> got <25> at org.jbehave.core.reporters.TemplateableOutputBehaviour.narrateAnInterestingStory(TemplateableOutputBehaviour.java:103) at org.jbehave.core.reporters.TemplateableOutputBehaviour.shouldReportEventsToHtmlOutput(TemplateableOutputBehaviour.java:39)