commit | 532d91ccaf668e6755a163dcfb6dfd34e78df781 | [log] [tgz] |
---|---|---|
author | Brian O'Connor <bocon@onlab.us> | Fri Feb 13 14:23:56 2015 -0800 |
committer | Brian O'Connor <bocon@onlab.us> | Fri Feb 13 14:23:56 2015 -0800 |
tree | cb1e44012c7a79a23df4654f67646617f50c7b5c | |
parent | e2eac102fc3f47c06c0cc1230dde59f6e4255328 [diff] |
fixing import in IntentSyncTest Change-Id: I7e7a87f9e012c96b1b64c02f6ec2fe1ec6c0215c
diff --git a/apps/sdnip/src/test/java/org/onosproject/sdnip/IntentSyncTest.java b/apps/sdnip/src/test/java/org/onosproject/sdnip/IntentSyncTest.java index 035fe4d..1af0914 100644 --- a/apps/sdnip/src/test/java/org/onosproject/sdnip/IntentSyncTest.java +++ b/apps/sdnip/src/test/java/org/onosproject/sdnip/IntentSyncTest.java
@@ -17,6 +17,7 @@ import com.google.common.collect.Sets; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.onlab.junit.TestUtils; import org.onlab.junit.TestUtils.TestUtilsException;