On Thursday 25 July 2002 16:33, Marcel Maatkamp wrote: > Proposed solution: > > Substitute all assert-methods to a methodname and -call with name 'verify'. > Substitute all assert-variables to a variable-name 'verify'
There are some issues still to be resolved in the org/mmbase/test directory. It is using the JUnit-test suite which implements its own assert-method. This is due to the fact that JUnit which is used in the build-scripts is not up2date; the newer version implements a new method, assertTrue. If JUnit in the build-script is replaced with a newer one and the test-cases under org/mmbase/test replace the method-calls from assert to assertTrue, mmbase is compiling fine under 1.4 gr, marcel
