- Revision
- 769
- Author
- mauro
- Date
- 2007-07-15 18:20:23 -0500 (Sun, 15 Jul 2007)
Log Message
Fixed behaviour test data.
Modified Paths
- trunk/core/src/behaviour/org/jbehave/core/story/codegen/velocity/VelocityCodeGeneratorBehaviour.java
Diff
Modified: trunk/core/src/behaviour/org/jbehave/core/story/codegen/velocity/VelocityCodeGeneratorBehaviour.java (768 => 769)
--- trunk/core/src/behaviour/org/jbehave/core/story/codegen/velocity/VelocityCodeGeneratorBehaviour.java 2007-07-15 23:16:00 UTC (rev 768) +++ trunk/core/src/behaviour/org/jbehave/core/story/codegen/velocity/VelocityCodeGeneratorBehaviour.java 2007-07-15 23:20:23 UTC (rev 769) @@ -14,7 +14,7 @@ public void shouldGenerateCodeForStoryWithFullScenario() throws Exception { // given - StoryDetails story = new StoryDetails("Joe drinks vodka", "", "", "", ""); + StoryDetails story = new StoryDetails("Joe drinks vodka", "org.jbehave.story", "", "", ""); ScenarioDetails scenario1 = new ScenarioDetails(); scenario1.name = "Happy path"; scenario1.context.givens.add("a bar downtown");
To unsubscribe from this list please visit:
