commit | a19e1b7393a0c45f1c2f6993edf72ec7a9abfe73 | [log] [tgz] |
---|---|---|
author | Jihwan Kim <jhanwimic@hotmail.com> | Sat Nov 12 11:39:38 2016 +0900 |
committer | Gerrit Code Review <gerrit@onlab.us> | Fri Nov 18 16:02:41 2016 +0000 |
tree | d3f768e590a0b0a7726f24611629cc72eaecd17c | |
parent | 6ef1b3f15fc2f5cac7655d792ea198dfa25fe312 [diff] |
[ONOS-5560] remove unneecessary comments Change-Id: I0ae491a3be2a97a35e724f79fcdf2e084a8fbabf
diff --git a/core/net/src/test/java/org/onosproject/net/intent/impl/IntentCleanupTestMock.java b/core/net/src/test/java/org/onosproject/net/intent/impl/IntentCleanupTestMock.java index 164aa9d..42ef127 100644 --- a/core/net/src/test/java/org/onosproject/net/intent/impl/IntentCleanupTestMock.java +++ b/core/net/src/test/java/org/onosproject/net/intent/impl/IntentCleanupTestMock.java
@@ -92,7 +92,6 @@ /** * Trigger resubmit of intent in CORRUPT during periodic poll. */ - // FIXME there is a race condition in this test that will trigger a failure very rarely @Test public void corruptPoll() { IntentStoreDelegate mockDelegate = new IntentStoreDelegate() { @@ -117,7 +116,7 @@ replay(service); synchronized (service) { - cleanup.run(); //FIXME broken? + cleanup.run(); } verify(service); reset(service);