Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 22 (100.0%) | 441 (100.0%) | 20.0 |
src/main/org/apache/ant/antunit/ | 6 (27.3%) | 210 (47.6%) | 35.0 |
src/tests/junit/org/apache/ant/antunit/ | 3 (13.6%) | 95 (21.5%) | 31.6 |
docs/ | 7 (31.8%) | 72 (16.3%) | 10.2 |
src/etc/testcases/antunit/ | 1 (4.5%) | 38 (8.6%) | 38.0 |
src/etc/testcases/ | 2 (9.1%) | 14 (3.2%) | 7.0 |
/ | 2 (9.1%) | 9 (2.0%) | 4.5 |
src/main/org/apache/ant/antunit/listener/ | 1 (4.5%) | 3 (0.7%) | 3.0 |
don't fork AntUnit tests as regexp impls are not seen by <junit>.
4 lines of code changed in:
Fix failure by making each test execute in its own Project just like we said.
This is a little kludgy, but the tests pass.
Also did some javadoc'ing and cleanup.
71 lines of code changed in:
add failing testcase b/c AntUnit doesn't do what it says
49 lines of code changed in:
Hopefully make wording a little more clear.
3 lines of code changed in:
fix spelling
2 lines of code changed in:
set all properties by calling initProperties(). System props were missing.
1 lines of code changed in:
add logcontent typedef and doco.
63 lines of code changed in:
add a new logcontent resource and a test
211 lines of code changed in:
cleanup
3 lines of code changed in:
sp
3 lines of code changed in:
add testcase for previous change
11 lines of code changed in:
Differentiate between no RCs specified and no matching Resources.
8 lines of code changed in:
add me
5 lines of code changed in:
Closing outputStream
3 lines of code changed in:
correction and a couple of capitalizations
4 lines of code changed in: