INT-909 Renamed test classes to be consistent with the renamed parser classes.

This commit is contained in:
Mark Fisher
2009-12-14 00:46:52 +00:00
parent 9494dd9371
commit 175e1fcd14
4 changed files with 2 additions and 2 deletions

View File

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

View File

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