Test -> Tests

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@519 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Arjen Poutsma
2009-01-07 11:20:08 +00:00
parent e1ef763647
commit 22fa1539e8
3 changed files with 3 additions and 3 deletions
@@ -27,7 +27,7 @@ import org.xml.sax.ContentHandler;
import org.xml.sax.InputSource;
import org.xml.sax.helpers.AttributesImpl;
public class StaxEventXMLReaderTest extends AbstractStaxXMLReaderTestCase {
public class StaxEventXMLReaderTests extends AbstractStaxXMLReaderTestCase {
public static final String CONTENT = "<root xmlns='http://springframework.org/spring-ws'><child/></root>";
@@ -29,7 +29,7 @@ import static org.custommonkey.xmlunit.XMLAssert.*;
import org.junit.Before;
import org.junit.Test;
public class StaxSourceTest {
public class StaxSourceTests {
private static final String XML = "<root xmlns='namespace'><child/></root>";
@@ -30,7 +30,7 @@ import org.xml.sax.ContentHandler;
import org.xml.sax.InputSource;
import org.xml.sax.helpers.AttributesImpl;
public class StaxStreamXMLReaderTest extends AbstractStaxXMLReaderTestCase {
public class StaxStreamXMLReaderTests extends AbstractStaxXMLReaderTestCase {
public static final String CONTENT = "<root xmlns='http://springframework.org/spring-ws'><child/></root>";