showrav017 / jain-sip

Automatically exported from code.google.com/p/jain-sip
0 stars 0 forks source link

RoundRobinLoadBalancerElector removeLoadBalancerMethod fails #125

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Execute JUNIT Testclass attached (Adoption from Original Testclass inside 
jain-sip-jboss5)

What is the expected output? What do you see instead?
Expected: Assertion from Line 76 should not fail, as second LDB is removed
Real: Assertion at line 76 fails because second LDB is not removed

What version of the product are you using? On what operating system?
1.3.0

Please provide any additional information below.
issue 124 (https://code.google.com/p/jain-sip/issues/detail?id=124) has a fix 
for this issue attached aswell

Original issue reported on code.google.com by stephan....@kapsch.net on 16 Sep 2013 at 9:11

GoogleCodeExporter commented 8 years ago
BTW the removeLoadBalancer-Method fails because its trying to remove an 
Address-Object of a List of SipLoadBalancer-Objects directly

Original comment by stephan....@kapsch.net on 16 Sep 2013 at 9:12

GoogleCodeExporter commented 8 years ago

Original comment by stephan....@kapsch.net on 16 Sep 2013 at 9:13

Attachments: