Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.1, 1.2
-
None
Description
In the unit test org.apache.ode.axis2.ServiceFaultCatchTest, the java keyword assert is used to test the result of the test.
Because assertions are disabled by default the result is not tested at all and the test never fails.
Must use junit.framework.Assert#assertTrue instead.