Reactive remaining Junits tests for Al migration
[transportpce.git] / pce / src / test / java / org / opendaylight / transportpce / pce / networkanalyzer / PceCalculationTest.java
index 4d22b4834de30e70c6e76f40bf633a20f4c57372..c166694e06cf208c8c216e733c66e55a3f26600e 100644 (file)
@@ -10,7 +10,6 @@ package org.opendaylight.transportpce.pce.networkanalyzer;
 import java.util.concurrent.ExecutionException;
 import org.junit.Assert;
 import org.junit.Before;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.opendaylight.transportpce.common.network.NetworkTransactionImpl;
 import org.opendaylight.transportpce.common.network.RequestProcessor;
@@ -21,7 +20,6 @@ import org.opendaylight.transportpce.pce.utils.TransactionUtils;
 import org.opendaylight.transportpce.test.AbstractTest;
 import org.opendaylight.yang.gen.v1.http.org.opendaylight.transportpce.pce.rev200128.PathComputationRequestInput;
 
-@Ignore
 public class PceCalculationTest extends AbstractTest {
 
     private PceCalculation pceCalculation;