diff --git a/org.springframework.core/src/test/java/org/springframework/util/xml/XMLEventStreamReaderTest.java b/org.springframework.core/src/test/java/org/springframework/util/xml/XMLEventStreamReaderTests.java similarity index 92% rename from org.springframework.core/src/test/java/org/springframework/util/xml/XMLEventStreamReaderTest.java rename to org.springframework.core/src/test/java/org/springframework/util/xml/XMLEventStreamReaderTests.java index 0b49ce03f5f..6e752b9d2e7 100644 --- a/org.springframework.core/src/test/java/org/springframework/util/xml/XMLEventStreamReaderTest.java +++ b/org.springframework.core/src/test/java/org/springframework/util/xml/XMLEventStreamReaderTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2009 the original author or authors. + * Copyright 2002-2011 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,11 +24,12 @@ import javax.xml.transform.Transformer; import javax.xml.transform.TransformerFactory; import javax.xml.transform.stream.StreamResult; -import static org.custommonkey.xmlunit.XMLAssert.assertXMLEqual; import org.junit.Before; import org.junit.Test; -public class XMLEventStreamReaderTest { +import static org.custommonkey.xmlunit.XMLAssert.*; + +public class XMLEventStreamReaderTests { private static final String XML = "content" diff --git a/org.springframework.core/src/test/java/org/springframework/util/xml/XMLEventStreamWriterTest.java b/org.springframework.core/src/test/java/org/springframework/util/xml/XMLEventStreamWriterTests.java similarity index 95% rename from org.springframework.core/src/test/java/org/springframework/util/xml/XMLEventStreamWriterTest.java rename to org.springframework.core/src/test/java/org/springframework/util/xml/XMLEventStreamWriterTests.java index f91fa68234c..baa65cbf401 100644 --- a/org.springframework.core/src/test/java/org/springframework/util/xml/XMLEventStreamWriterTest.java +++ b/org.springframework.core/src/test/java/org/springframework/util/xml/XMLEventStreamWriterTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 the original author or authors. + * Copyright 2002-2011 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,11 +21,12 @@ import javax.xml.stream.XMLEventFactory; import javax.xml.stream.XMLEventWriter; import javax.xml.stream.XMLOutputFactory; -import static org.custommonkey.xmlunit.XMLAssert.*; import org.junit.Before; import org.junit.Test; -public class XMLEventStreamWriterTest { +import static org.custommonkey.xmlunit.XMLAssert.*; + +public class XMLEventStreamWriterTests { private static final String XML = "content"