Skip to content

Commit 10aa698

Browse files
committed
Rename xmlunit2 package
This can be harmonized now that support for XmlUnit 1 has been removed. Closes gh-1561
1 parent 7961ac0 commit 10aa698

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

spring-ws-test/src/main/java/org/springframework/ws/test/client/RequestMatchers.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
import org.springframework.util.Assert;
2828
import org.springframework.ws.test.support.matcher.SchemaValidatingMatcher;
2929
import org.springframework.ws.test.support.matcher.SoapHeaderMatcher;
30-
import org.springframework.ws.test.support.matcher.xmlunit2.PayloadDiffMatcher;
31-
import org.springframework.ws.test.support.matcher.xmlunit2.SoapEnvelopeDiffMatcher;
30+
import org.springframework.ws.test.support.matcher.xmlunit.PayloadDiffMatcher;
31+
import org.springframework.ws.test.support.matcher.xmlunit.SoapEnvelopeDiffMatcher;
3232
import org.springframework.xml.transform.ResourceSource;
3333

3434
/**

spring-ws-test/src/main/java/org/springframework/ws/test/server/ResponseMatchers.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
import org.springframework.ws.test.support.AssertionErrors;
3232
import org.springframework.ws.test.support.matcher.SchemaValidatingMatcher;
3333
import org.springframework.ws.test.support.matcher.SoapHeaderMatcher;
34-
import org.springframework.ws.test.support.matcher.xmlunit2.PayloadDiffMatcher;
35-
import org.springframework.ws.test.support.matcher.xmlunit2.SoapEnvelopeDiffMatcher;
34+
import org.springframework.ws.test.support.matcher.xmlunit.PayloadDiffMatcher;
35+
import org.springframework.ws.test.support.matcher.xmlunit.SoapEnvelopeDiffMatcher;
3636
import org.springframework.xml.transform.ResourceSource;
3737

3838
/**
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.ws.test.support.matcher.xmlunit2;
17+
package org.springframework.ws.test.support.matcher.xmlunit;
1818

1919
import org.xmlunit.diff.Diff;
2020

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.ws.test.support.matcher.xmlunit2;
17+
package org.springframework.ws.test.support.matcher.xmlunit;
1818

1919
import javax.xml.transform.Source;
2020
import javax.xml.transform.TransformerException;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.ws.test.support.matcher.xmlunit2;
17+
package org.springframework.ws.test.support.matcher.xmlunit;
1818

1919
import java.io.IOException;
2020

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
/**
1818
* Matcher support for XMLUnit.
1919
*/
20-
package org.springframework.ws.test.support.matcher.xmlunit2;
20+
package org.springframework.ws.test.support.matcher.xmlunit;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.ws.test.support.matcher.xmlunit2;
17+
package org.springframework.ws.test.support.matcher.xmlunit;
1818

1919
import jakarta.xml.soap.MessageFactory;
2020
import org.junit.jupiter.api.Test;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.ws.test.support.matcher.xmlunit2;
17+
package org.springframework.ws.test.support.matcher.xmlunit;
1818

1919
import java.io.IOException;
2020

0 commit comments

Comments
 (0)