ServiceFaultCatchTest: junit.framework.Assert#assertTrue instead of assert java
keyword
---------------------------------------------------------------------------------------
Key: ODE-254
URL: https://issues.apache.org/jira/browse/ODE-254
Project: ODE
Issue Type: Bug
Components: Axis2 Integration
Affects Versions: 1.1, 1.2
Reporter: Alexis Midon
Fix For: 1.2, 1.1.1
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.