Document simulated exception under tests 51/66351/3
authorClaudio D. Gasparini <claudio.gasparini@pantheon.tech>
Mon, 11 Dec 2017 15:58:10 +0000 (16:58 +0100)
committerClaudio David Gasparini <claudio.gasparini@pantheon.tech>
Tue, 12 Dec 2017 09:18:32 +0000 (09:18 +0000)
Change-Id: I73ce359d7915949d1a706f51922ef49075cde8bf
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
pcep/topology/topology-provider/src/test/java/org/opendaylight/bgpcep/pcep/topology/provider/StateSynchronizationAvoidanceProcedureTest.java

index 1f6c0d3a6c08af497d01ebc355c01180af21066f..fa36288f6c105261712cbbcdea7d64266b7e0c8d 100644 (file)
@@ -119,7 +119,7 @@ public class StateSynchronizationAvoidanceProcedureTest extends
             return pcc;
         });
 
-        this.listener.onSessionDown(session, new IllegalArgumentException());
+        this.listener.onSessionDown(session, new IllegalArgumentException("Simulate Exception"));
         this.listener = (Stateful07TopologySessionListener) getSessionListener();
 
         //session up - expect sync (LSP-DBs do not match)