You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by de...@apache.org on 2023/05/31 07:05:37 UTC

[sis] branch geoapi-4.0 updated: Move a test class for avoiding package collision between two modules.

This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a commit to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git


The following commit(s) were added to refs/heads/geoapi-4.0 by this push:
     new d01735e01d Move a test class for avoiding package collision between two modules.
d01735e01d is described below

commit d01735e01dd9f4de8388fdadf112796a6befb533
Author: Martin Desruisseaux <ma...@geomatys.com>
AuthorDate: Wed May 31 09:00:58 2023 +0200

    Move a test class for avoiding package collision between two modules.
---
 .../org/apache/sis/internal/{test => xml}/DocumentComparatorTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/sis-metadata/src/test/java/org/apache/sis/internal/test/DocumentComparatorTest.java b/core/sis-metadata/src/test/java/org/apache/sis/internal/xml/DocumentComparatorTest.java
similarity index 99%
rename from core/sis-metadata/src/test/java/org/apache/sis/internal/test/DocumentComparatorTest.java
rename to core/sis-metadata/src/test/java/org/apache/sis/internal/xml/DocumentComparatorTest.java
index 736906bbbb..909fe101cf 100644
--- a/core/sis-metadata/src/test/java/org/apache/sis/internal/test/DocumentComparatorTest.java
+++ b/core/sis-metadata/src/test/java/org/apache/sis/internal/xml/DocumentComparatorTest.java
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.sis.internal.test;
+package org.apache.sis.internal.xml;
 
 import org.apache.sis.test.TestCase;
 import org.apache.sis.test.xml.DocumentComparator;