INT-909 Adjusted context file names in tests.

This commit is contained in:
Mark Fisher
2009-12-14 00:48:28 +00:00
parent 175e1fcd14
commit 3977e9cdcd
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ public class MarshallingTransformerParserTests {
@Before
public void setUp() {
this.appContext = new ClassPathXmlApplicationContext("XmlMarshallingTransformerParserTests-context.xml", getClass());
this.appContext = new ClassPathXmlApplicationContext("MarshallingTransformerParserTests-context.xml", getClass());
this.output = (PollableChannel) appContext.getBean("output");
}

View File

@@ -48,7 +48,7 @@ public class UnmarshallingTransformerParserTests {
@Before
public void setUp() {
appContext = new ClassPathXmlApplicationContext(
"XmlUnmarshallingTransformerParserTests-context.xml", this.getClass());
"UnmarshallingTransformerParserTests-context.xml", this.getClass());
unmarshaller = (StubUnmarshaller) appContext.getBean("unmarshaller");
}