removed old files after move
This commit is contained in:
@@ -321,7 +321,7 @@ public class FlowModelFlowBuilderTests extends TestCase {
|
||||
}
|
||||
|
||||
public void testResourceBackedFlowBuilderWithMessages() {
|
||||
ClassPathResource resource = new ClassPathResource("resources/flow.xml", XmlFlowModelBuilderTests.class);
|
||||
ClassPathResource resource = new ClassPathResource("resources/flow.xml", FlowModelFlowBuilderTests.class);
|
||||
Flow flow = getFlow(resource);
|
||||
assertNotNull(flow.getApplicationContext());
|
||||
assertEquals("bar", flow.getApplicationContext().getMessage("foo", null, null));
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<flow xmlns="http://www.springframework.org/schema/webflow"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd">
|
||||
|
||||
<end-state id="end"/>
|
||||
|
||||
</flow>
|
||||
Reference in New Issue
Block a user