INT-909 Renamed test classes to be consistent with the renamed parser classes.
This commit is contained in:
@@ -38,7 +38,7 @@ import org.springframework.xml.transform.StringResult;
|
||||
* @author Jonas Partner
|
||||
* @author Mark Fisher
|
||||
*/
|
||||
public class XmlMarshallingTransformerParserTests {
|
||||
public class MarshallingTransformerParserTests {
|
||||
|
||||
private ApplicationContext appContext;
|
||||
|
||||
@@ -38,7 +38,7 @@ import org.springframework.xml.transform.StringSource;
|
||||
* @author Jonas Partner
|
||||
* @author Mark Fisher
|
||||
*/
|
||||
public class XmlUnmarshallingTransformerParserTests {
|
||||
public class UnmarshallingTransformerParserTests {
|
||||
|
||||
private ApplicationContext appContext;
|
||||
|
||||
Reference in New Issue
Block a user