INT-909 Adjusted context file names in tests.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user