Unitests: remove conditions that are always true/false. 20/3920/1
authorAlissa Bonas <abonas@redhat.com>
Wed, 25 Dec 2013 13:20:39 +0000 (15:20 +0200)
committerAlissa Bonas <abonas@redhat.com>
Wed, 25 Dec 2013 13:20:39 +0000 (15:20 +0200)
commit9c64758d0f60665a17007dd6c5e1c6113633211f
tree38c605b8fc3ef3caf16f2c725584756bab016d4b
parent25af0b72582d4812df609b64073bbe69c014bbc7
Unitests: remove conditions that are always true/false.

Some conditions are unecessary as they are always true
or always false. They test Java and not
the actual logic, hence irrelevant and should be removed.

Change-Id: If9d5b4935db6ea6cc4068460bb00cd753a0e1406
Signed-off-by: Alissa Bonas <abonas@redhat.com>
opendaylight/hosttracker/implementation/src/test/java/org/opendaylight/controller/hosttracker/internal/HostTrackerTest.java
opendaylight/northbound/commons/src/test/java/org/opendaylight/controller/northbound/commons/exception/CommonsNorthboundExceptionTest.java
opendaylight/samples/loadbalancer/src/test/java/org/opendaylight/controller/samples/loadbalancer/internal/LoadBalancerTest.java