File: README.txt

package info (click to toggle)
libjdom1-java 1.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,740 kB
  • sloc: java: 21,155; xml: 1,377; sh: 73; perl: 31; makefile: 17
file content (19 lines) | stat: -rwxr-xr-x 785 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Introduction
============

jdom-test is the home for a set of automated test cases covering all aspects
of JDOM behavior, used to ensure the JDOM core library consistently behaves as
documented.  My expectation is that we'll run these tests before every
check-in.  Contributors with write access to the jdom-test module can be found
in COMMITTERS.txt.  Currently the module includes a set of autogenerated
classes (under the org.jdom.test package hierarchy) containing test hooks that
will be fleshed out and run with the third party JUnit library.  Your help in
fleshing out the test cases is most welcome.  Send patches to the
jdom-interest list.

Building instructions
=====================

Building jdom-test is the same as building jdom.  See the README.txt in the
jdom module.