commit | 1c166dc5f160224677f5ffe0af21d63f85cfa02c | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Mon Mar 02 13:32:39 2015 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Tue Mar 03 19:11:07 2015 +0000 |
tree | 2b4bf2136ea901467f59fd85ac84e060e389b75d | |
parent | bd4f011d0859b53a9bf437c35ad4356c0391decd [diff] |
Enable Intent Manager unit tests Change-Id: I24352662077b5a1339d52891f18e4758a7433b88
diff --git a/core/net/src/test/java/org/onosproject/net/intent/impl/IntentManagerTest.java b/core/net/src/test/java/org/onosproject/net/intent/impl/IntentManagerTest.java index 566d39c..31e0c4a 100644 --- a/core/net/src/test/java/org/onosproject/net/intent/impl/IntentManagerTest.java +++ b/core/net/src/test/java/org/onosproject/net/intent/impl/IntentManagerTest.java
@@ -82,7 +82,7 @@ * * in general, verify intents store, flow store, and work queue */ -@Ignore + public class IntentManagerTest { private static final ApplicationId APPID = new TestApplicationId("manager-test");