| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
In particular the JVM executable is now called $JAVA_EXE.
This fixes commit 40b9c14ca9af3b31ea1cf5336142d63313bbae39.
(cherry picked from commit 684efb3706795bdd8cb0d4c026067fb4d70e23d1)
|
|
|
|
| |
Update all copyright dates to 2012.
|
| |
|
|
|
|
| |
This also adds tests.
|
|
|
|
|
|
|
|
|
|
|
| |
It turns out that Java assertions are disabled by default. You have
to add the 'java -ea' flag to the JVM. Who knew ..?
Because of this oversight, the tests weren't actually performing the
assertions that we wanted (although in fact none of the assertions
were failing).
This change enables assertions when running the tests.
|
|
|