Skip to content

Commit 7fb492c

Browse files
committed
use test-resources submodule
1 parent c42cb20 commit 7fb492c

38 files changed

+134
-1096
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "test-resources"]
2+
path = test-resources
3+
url = https://github.com/xmlunit/test-resources.git

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,16 @@ The core library is complemented by Hamcrest matchers. There also
8383
exists a `legacy` project that provides the API of XMLUnit 1.x on top
8484
of the 2.x core library.
8585

86+
## Checking out XMLUnit for Java
87+
88+
XMLUnit for Java uses a git submodule for test resources it shares
89+
with XMLUnit.NET. You can either clone this repository using `git
90+
clone --recursive` or run `git submodule update --init` after inside
91+
your fresh working copy after cloning normally.
92+
93+
If you have checked out a working copy before we added the submodule,
94+
you'll need to run `git submodule update --init` once.
95+
8696
## Building
8797

8898
XMLUnit for Java builds using Apache Maven 3.x, mainly you want to run

src/tests/resources/Book.dtd

-6
This file was deleted.

src/tests/resources/Book.rng

-11
This file was deleted.

src/tests/resources/Book.rngc

-9
This file was deleted.

src/tests/resources/Book.xsd

-20
This file was deleted.

src/tests/resources/Book.xsd2

-20
This file was deleted.

src/tests/resources/BookWithDoctype.xml

-10
This file was deleted.

src/tests/resources/BookXsdGenerated.xml

-9
This file was deleted.

src/tests/resources/BookXsdGeneratedNoSchema.xml

-9
This file was deleted.

src/tests/resources/BookXsdGeneratedWithFixedSchemaLocation.xml

-9
This file was deleted.

src/tests/resources/InvalidBookXsdGeneratedNoSchema.xml

-10
This file was deleted.

src/tests/resources/animal.xsl

-10
This file was deleted.

src/tests/resources/broken.xsd

-17
This file was deleted.

0 commit comments

Comments
 (0)