Provide Add Path support for all AFI/SAFI
[bgpcep.git] / bgp / path-selection-mode / src / test / java / org / opendaylight / protocol / bgp / mode / impl / base / BasePathSelectionModeFactoryTest.java
index 076b54386101cec8c7ab909a6c54b1363a1a6c5a..d73cd7be2e95a6ab2e700f85e1a8150d1a6513ff 100644 (file)
@@ -15,9 +15,8 @@ import org.opendaylight.protocol.bgp.mode.impl.BGPPeerTrackerMock;
 
 public class BasePathSelectionModeFactoryTest extends BGPPeerTrackerMock {
     @Test
-    public void testCreateBestPathSelectionStrategy() throws Exception {
+    public void testCreateBestPathSelectionStrategy() {
         final PathSelectionMode psm = BasePathSelectionModeFactory.createBestPathSelectionStrategy(this.peerTracker);
         Assert.assertTrue(psm.createRouteEntry(true) instanceof ComplexRouteEntry);
-        Assert.assertTrue(psm.createRouteEntry(false) instanceof SimpleRouteEntry);
     }
 }
\ No newline at end of file