[root]/groovy/groovy-core/src/test/org/codehaus/groovy/tools/xml
reformat test code
82 lines of code changed in:
fix typo and accidental incorrect basedir
1 lines of code changed in:
minor test cleanup, converted some println's to asserts
3 lines of code changed in:
migrate DomToGroovy test from java to groovy
122 lines of code changed in:
Further improvements and testcases
64 lines of code changed in:
GROOVY-1517 update DomToGroovy to support latest MarkupBuilder syntax
11 lines of code changed in:
updated the test cases to use JSR parser syntax
0 lines of code changed in:
Moved the GroovyTestCase into the core groovy.lang package (since the primary use case for Groovy to start with is writing unit test cases). We could move this to groovy.test later on maybe.
Also I've updated the copyright notice to be to myself and bob
1 lines of code changed in:
latest version of the XML -> Groovy generator to see what XML looks like using Groovy code
97 lines of code changed in:
Added first cut of an XML -> Groovy converter to allow folks to migrate from using XML to using Groovy for markup
12 lines of code changed in: