removed old files after move

This commit is contained in:
Keith Donald
2008-04-04 22:17:40 +00:00
parent ee597b7995
commit 835b8fe10c
3 changed files with 1 additions and 9 deletions

View File

@@ -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));

View File

@@ -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>