[root]/groovy/groovy-core/src/tck
src
(1 files, 2 lines)
org
(0 files, 0 lines)
codehaus
(0 files, 0 lines)
groovy
(0 files, 0 lines)
tck
(5 files, 783 lines)
styles
(1 files, 723 lines)
test
(0 files, 0 lines)
gls
(0 files, 0 lines)
ch03
(0 files, 0 lines)
s01
(2 files, 67 lines)
s02
(2 files, 40 lines)
s03
(2 files, 100 lines)
removed useless remaining .cvsignore files
0 lines of code changed in:
* groovyc task is working again, so removed jvm forked groovyc from tck
1 lines of code changed in:
CVS-ignoring build, dist and gentest directories - they are generated by build.xml.
0 lines of code changed in:
* modified TCK build to allow it to detect if it is being executed within maven
49 lines of code changed in:
* Added a suite of tests and tools that make up the Groovy Technology Compatibility Kit (TCK)
- the Groovy TCK will be called during a normal groovy-core (testing) build
- modified maven.xml to call TCK sub-build that generates tests based on files in src/tck/test
- added UberTestCaseTCK.java that allows us to develop TCK tests, even if groovy-core doesn't yet pass TCK
- begun TCK itself by adding in first two sections of chapter 3 of the GLS (thanks to Alan Green for these)
(see $3.1 and $3.2 of http://groovy.codehaus.org/jsr/spec/AltChapter03LexicalStructure.html )
196 lines of code changed in: