This commit is contained in:
Keith Donald
2008-09-18 15:31:55 +00:00
parent 6ed4d0a0c2
commit 075e524bc6
7 changed files with 89 additions and 73 deletions

View File

@@ -26,7 +26,7 @@ public class BookingFlowExecutionTests extends AbstractXmlFlowExecutionTests {
<programlisting language="java"><![CDATA[
@Override
protected FlowDefinitionResource getResource(FlowDefinitionResourceFactory resourceFactory) {
return resourceFactory.createFileResource("src/main/webapp/WEB-INF/flows/booking/booking.xml");
return resourceFactory.createFileResource("src/main/webapp/WEB-INF/hotels/booking/booking.xml");
}]]>
</programlisting>
</sect1>
@@ -50,7 +50,7 @@ protected void configureFlowBuilderContext(MockFlowBuilderContext builderContext
@Override
protected FlowDefinitionResource[] getModelResources(FlowDefinitionResourceFactory resourceFactory) {
return new FlowDefinitionResource[] {
resourceFactory.createFileResource("src/main/webapp/WEB-INF/flows/common/common.xml")
resourceFactory.createFileResource("src/main/webapp/WEB-INF/common/common.xml")
};
}]]>
</programlisting>