Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | java: Enable assertions when doing 'make check'. | Richard W.M. Jones | 2011-03-08 | 1 | -2/+2 |
| | | | | | | | | | | | | 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. (cherry picked from commit db98ac041ec36c4e2ce322d336f5792fa8e6922d) | ||||
* | Add tests for bindings parameters, fix several broken bindings. | Richard W.M. Jones | 2009-05-28 | 1 | -0/+24 |