Migrate pcep to MD-SAL APIs
[bgpcep.git] / pcep / impl / src / test / java / org / opendaylight / protocol / pcep / impl / PCEPObjectParserTest.java
index bef70c455ac8bbc65c450fa30002db412390d4a8..13ef8b6380871bb5bff172c5a001aaa9cad7a0b6 100644 (file)
@@ -1028,7 +1028,7 @@ public class PCEPObjectParserTest {
     }
 
     @Test
-    public void testLspaObjectSerializerDefence() throws IOException, PCEPDeserializerException {
+    public void testLspaObjectSerializerDefence() throws IOException {
         final PCEPLspaObjectParser parser = new PCEPLspaObjectParser(this.tlvRegistry, this.viTlvRegistry);
         final ByteBuf result = Unpooled.wrappedBuffer(ByteArray.fileToBytes("src/test/resources/PCEPLspaObject1LowerBounds.bin"));
 
@@ -1057,7 +1057,7 @@ public class PCEPObjectParserTest {
     }
 
     @Test
-    public void testCloseObjectWithVendorInformationTlv() throws IOException, PCEPDeserializerException {
+    public void testCloseObjectWithVendorInformationTlv() throws PCEPDeserializerException {
         final byte[] closeBytes = {
             0x0f, 0x10, 0x00, 0x14,
             0x00, 0x00, 0x00, 0x05,