Skip to content

Commit e29a1dd

Browse files
committed
Test renaming
1 parent 077a9d9 commit e29a1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/fasterxml/jackson/dataformat/xml/ser/TestIndentation.java renamed to src/test/java/com/fasterxml/jackson/dataformat/xml/ser/XmlPrettyPrinterTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
1111
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
1212

13-
public class TestIndentation extends XmlTestBase
13+
public class XmlPrettyPrinterTest extends XmlTestBase
1414
{
1515
static class StringWrapperBean {
1616
public StringWrapper string;

0 commit comments

Comments
 (0)