diff options
author | Sai Gandham <sai.gandham@att.com> | 2019-02-06 14:56:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-06 14:56:44 +0000 |
commit | e43bc462af00e9c05384313514b279e11372fd79 (patch) | |
tree | 2f7a84cd025dbed53e34cb5f65a42ce8689539fb /auth/auth-batch | |
parent | 846340d4371c9a136c801d74e2d903b95eefa26f (diff) | |
parent | f83c15c4a04a26c3d57423f3c67058ea38d5302f (diff) |
Merge "Refine Props, Batch Extend"
Diffstat (limited to 'auth/auth-batch')
-rw-r--r-- | auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/helpers/test/JU_Future.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/helpers/test/JU_Future.java b/auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/helpers/test/JU_Future.java index 91950c66..0db682ad 100644 --- a/auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/helpers/test/JU_Future.java +++ b/auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/helpers/test/JU_Future.java @@ -105,15 +105,7 @@ public class JU_Future { @Test public void testResetLocalData() { Future.resetLocalData(); - } - - @Test - public void testSizeForDeletion() { Assert.assertEquals(0, Future.sizeForDeletion()); - } - - @Test - public void testPendingDelete() { Assert.assertEquals(false, Future.pendingDelete(future)); } |