Rename xmlunit2 package
This can be harmonized now that support for XmlUnit 1 has been removed. Closes gh-1561
This commit is contained in:
@@ -27,8 +27,8 @@ import org.springframework.core.io.Resource;
|
||||
import org.springframework.util.Assert;
|
||||
import org.springframework.ws.test.support.matcher.SchemaValidatingMatcher;
|
||||
import org.springframework.ws.test.support.matcher.SoapHeaderMatcher;
|
||||
import org.springframework.ws.test.support.matcher.xmlunit2.PayloadDiffMatcher;
|
||||
import org.springframework.ws.test.support.matcher.xmlunit2.SoapEnvelopeDiffMatcher;
|
||||
import org.springframework.ws.test.support.matcher.xmlunit.PayloadDiffMatcher;
|
||||
import org.springframework.ws.test.support.matcher.xmlunit.SoapEnvelopeDiffMatcher;
|
||||
import org.springframework.xml.transform.ResourceSource;
|
||||
|
||||
/**
|
||||
|
||||
@@ -31,8 +31,8 @@ import org.springframework.ws.soap.SoapVersion;
|
||||
import org.springframework.ws.test.support.AssertionErrors;
|
||||
import org.springframework.ws.test.support.matcher.SchemaValidatingMatcher;
|
||||
import org.springframework.ws.test.support.matcher.SoapHeaderMatcher;
|
||||
import org.springframework.ws.test.support.matcher.xmlunit2.PayloadDiffMatcher;
|
||||
import org.springframework.ws.test.support.matcher.xmlunit2.SoapEnvelopeDiffMatcher;
|
||||
import org.springframework.ws.test.support.matcher.xmlunit.PayloadDiffMatcher;
|
||||
import org.springframework.ws.test.support.matcher.xmlunit.SoapEnvelopeDiffMatcher;
|
||||
import org.springframework.xml.transform.ResourceSource;
|
||||
|
||||
/**
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.ws.test.support.matcher.xmlunit2;
|
||||
package org.springframework.ws.test.support.matcher.xmlunit;
|
||||
|
||||
import org.xmlunit.diff.Diff;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.ws.test.support.matcher.xmlunit2;
|
||||
package org.springframework.ws.test.support.matcher.xmlunit;
|
||||
|
||||
import javax.xml.transform.Source;
|
||||
import javax.xml.transform.TransformerException;
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.ws.test.support.matcher.xmlunit2;
|
||||
package org.springframework.ws.test.support.matcher.xmlunit;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
/**
|
||||
* Matcher support for XMLUnit.
|
||||
*/
|
||||
package org.springframework.ws.test.support.matcher.xmlunit2;
|
||||
package org.springframework.ws.test.support.matcher.xmlunit;
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.ws.test.support.matcher.xmlunit2;
|
||||
package org.springframework.ws.test.support.matcher.xmlunit;
|
||||
|
||||
import jakarta.xml.soap.MessageFactory;
|
||||
import org.junit.jupiter.api.Test;
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.ws.test.support.matcher.xmlunit2;
|
||||
package org.springframework.ws.test.support.matcher.xmlunit;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
Reference in New Issue
Block a user