DelegatingConnection.equals fails if both delegates are null
------------------------------------------------------------
Key: DBCP-359
URL: https://issues.apache.org/jira/browse/DBCP-359
Project: Commons Dbcp
Issue Type: Bug
Affects Versions: 1.4, 1.3
Reporter: Joerg Schaible
Assignee: Joerg Schaible
{code:java}
DelegatingConnection conn3 = new DelegatingConnection(null);
assertTrue(conn3.equals(new DelegatingConnection(null)));
{code}
Test fails.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira