|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
- [jbehave-dev] [jira] (JBEHAVE-804) Improved test ... Alexander Lehmann (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-804) Improved ... Mauro Talevi (JIRA)
https://github.com/alexlehm/jbehave-core/commit/7b72bfaaaa33d22abf14fb4bdfced11bfade7410
JBEHAVE-804: Improved test in PrintStreamOutputBehaviour
Added a check for valid xml to the xml test method, more elaborate pending methods, changed the sequence of the test story to be more like actual stories (dry run moved below beforeStory and pending methods before afterStory).
this way the story xml is proper xml.
This doesn't change any main code, only the test was wrong.