[root]/groovy/groovy-core/src/test/groovy/xml
dom
(2 files, 52 lines)
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 72 (100.0%) | 1473 (100.0%) | 20.4 |
| jstrachan | 29 (40.3%) | 652 (44.3%) | 22.4 |
| paulk | 14 (19.4%) | 461 (31.3%) | 32.9 |
| glaforge | 15 (20.8%) | 148 (10.0%) | 9.8 |
| tug | 5 (6.9%) | 90 (6.1%) | 18.0 |
| bran | 1 (1.4%) | 48 (3.3%) | 48.0 |
| dierk | 3 (4.2%) | 37 (2.5%) | 12.3 |
| jez | 1 (1.4%) | 16 (1.1%) | 16.0 |
| blackdrag | 2 (2.8%) | 15 (1.0%) | 7.5 |
| cpoirier | 2 (2.8%) | 6 (0.4%) | 3.0 |
reformat test code
6 lines of code changed in:
Replace axion with hsqldb, introduce xmlunit to make xml tests less brittle
8 lines of code changed in:
Fix GROOVY-1520, GROOVY-1092 and GROOVY-1490.
Very many thanks to Peter Ledbrrok for the patch!
90 lines of code changed in:
* changes the meaning of "this" and "super" to the surrounding class
* reverts the ObjectRange.contains() method change
* some test are corrected because of their usage of "this" in them
* fields and properties are now accessed using the new MOP logic (but not the MOP methods)
3 lines of code changed in:
little XML tweaks
48 lines of code changed in:
make test work with and without xerces
10 lines of code changed in:
GROOVY-1535: added more XML tests including FactorySupport test
80 lines of code changed in:
add '**' to DOMCategory and XmlParser
make children() in DOMCategory behave like XmlParser
Add depth/breadthFirst to DOMCategory
57 lines of code changed in:
more rationalising of XML tests
140 lines of code changed in:
begin rationalising XML test
112 lines of code changed in:
Patch from Peter Ledbrook (GROOVY-1418)
81 lines of code changed in:
test added to ensure an inner closure can call the builder even if the closure is part of an operation on a different object
12 lines of code changed in:
GROOVY-1202: provide a feature to declare TestCases as 'notYetImplemented' and thus expected to fail: first attempt to make this run on the build server
1 lines of code changed in:
Move XmlSlurper and the Streaming Builders out of the sandbox
0 lines of code changed in:
Add the mkp.pi command to allow Processing Instructions to be generated by the three streaming builders
0 lines of code changed in:
added simpler example for GROOVY-1033
4 lines of code changed in:
added test case for AMQ-1033 to use QName based lookup of attribute values
7 lines of code changed in:
Added support for namespace based navigation of Nodes using QName expressions.
Plus added a Namespace helper which is a factory of QNames.
Fixes GROOVY-1040
149 lines of code changed in:
Fix for GROOVY-1022: allow markup builders to output namespaces and tags with hyphens
12 lines of code changed in:
* fix for http://jira.codehaus.org/browse/GROOVY-953
- you can now use gpath on parsed xml nodes like this
foo.'urn:my-name-space:bar'
16 lines of code changed in:
(18 more)