Hi Dan,

thanks for the excellent patch, which I've pulled with only minor
cosmetic changes.

Will be released in 3.1.2 tomorrow.

Cheers

On 12/11/2010 18:08, Dan Godfrey wrote:
> Hey Mauro,
>
> Had a look at the fix you put in for JBEHAVE-384, and it wasn't quite
> what I meant. Basically given:
>
> Story A:
> Given insert some test data
>
> Story B:
> GivenStories storyA
> When do something
> Then test something
>
> Then the step order is currently
>
> Given insert some test data
> @BeforeScenario
> When do something
> Then test something
> @AfterScenario
>
> I was after this
>
> @BeforeScenario
> Given insert some test data
> When do something
> Then test something
> @AfterScenario
>
> I've pushed a patch to my github fork to change this. If there's
> anything I missed please give me a shout and I'll try and fix it.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to