change calls for assert to assertTrue
Brought to you by:
blaforge,
sudeshsoni
Update JXTestIsEqual and JXTestIsNull to use
testCase.assertTrue. In JUnit 3.8 they deleted the
deprecated assert(boolean) in favor of assertTrue
(boolean). This was done because as of JDK
1.4, 'assert' has become a keyword and may not be used
as an identifier.
Logged In: YES
user_id=145038
Thanks Paul for pointing it out.