Skip to content

Commit

Permalink
use test-resources submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Jan 20, 2015
1 parent c42cb20 commit 7fb492c
Show file tree
Hide file tree
Showing 38 changed files with 134 additions and 1,096 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "test-resources"]
path = test-resources
url = https://github.com/xmlunit/test-resources.git
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,16 @@ The core library is complemented by Hamcrest matchers. There also
exists a `legacy` project that provides the API of XMLUnit 1.x on top
of the 2.x core library.

## Checking out XMLUnit for Java

XMLUnit for Java uses a git submodule for test resources it shares
with XMLUnit.NET. You can either clone this repository using `git
clone --recursive` or run `git submodule update --init` after inside
your fresh working copy after cloning normally.

If you have checked out a working copy before we added the submodule,
you'll need to run `git submodule update --init` once.

## Building

XMLUnit for Java builds using Apache Maven 3.x, mainly you want to run
Expand Down
6 changes: 0 additions & 6 deletions src/tests/resources/Book.dtd

This file was deleted.

11 changes: 0 additions & 11 deletions src/tests/resources/Book.rng

This file was deleted.

9 changes: 0 additions & 9 deletions src/tests/resources/Book.rngc

This file was deleted.

20 changes: 0 additions & 20 deletions src/tests/resources/Book.xsd

This file was deleted.

20 changes: 0 additions & 20 deletions src/tests/resources/Book.xsd2

This file was deleted.

10 changes: 0 additions & 10 deletions src/tests/resources/BookWithDoctype.xml

This file was deleted.

9 changes: 0 additions & 9 deletions src/tests/resources/BookXsdGenerated.xml

This file was deleted.

9 changes: 0 additions & 9 deletions src/tests/resources/BookXsdGeneratedNoSchema.xml

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions src/tests/resources/InvalidBookXsdGeneratedNoSchema.xml

This file was deleted.

10 changes: 0 additions & 10 deletions src/tests/resources/animal.xsl

This file was deleted.

17 changes: 0 additions & 17 deletions src/tests/resources/broken.xsd

This file was deleted.

Loading

0 comments on commit 7fb492c

Please sign in to comment.