Ray Milkey

Enable Intent REST API tests

Change-Id: If371887de4ad57a6d0fdd9fd5bb87426bb2742db
...@@ -22,7 +22,6 @@ import org.hamcrest.Description; ...@@ -22,7 +22,6 @@ import org.hamcrest.Description;
22 import org.hamcrest.TypeSafeMatcher; 22 import org.hamcrest.TypeSafeMatcher;
23 import org.junit.After; 23 import org.junit.After;
24 import org.junit.Before; 24 import org.junit.Before;
25 -import org.junit.Ignore;
26 import org.junit.Test; 25 import org.junit.Test;
27 import org.onlab.osgi.ServiceDirectory; 26 import org.onlab.osgi.ServiceDirectory;
28 import org.onlab.osgi.TestServiceDirectory; 27 import org.onlab.osgi.TestServiceDirectory;
...@@ -60,7 +59,6 @@ import static org.onosproject.net.intent.IntentTestsMocks.MockIntent; ...@@ -60,7 +59,6 @@ import static org.onosproject.net.intent.IntentTestsMocks.MockIntent;
60 /** 59 /**
61 * Unit tests for Intents REST APIs. 60 * Unit tests for Intents REST APIs.
62 */ 61 */
63 -@Ignore
64 public class IntentsResourceTest extends ResourceTest { 62 public class IntentsResourceTest extends ResourceTest {
65 final IntentService mockIntentService = createMock(IntentService.class); 63 final IntentService mockIntentService = createMock(IntentService.class);
66 final CoreService mockCoreService = createMock(CoreService.class); 64 final CoreService mockCoreService = createMock(CoreService.class);
......