|
From: Johannes N. <joh...@gm...> - 2006-01-30 00:10:24
|
not much to say bout it:
in asunit.framework.Assert
in the assertTrue function
throw IllegalOperationError("Invalid argument count");
should be
throw new IllegalOperationError("Invalid argument count");
cheers
--
j:pn
|