diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-02-06 06:49:17 -0600 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-02-06 06:49:34 -0600 |
commit | f83c15c4a04a26c3d57423f3c67058ea38d5302f (patch) | |
tree | 2f7a84cd025dbed53e34cb5f65a42ce8689539fb /auth/auth-batch/src/test | |
parent | 59ffb7d529245c3bd0233dbf6cb0ae9fe9ccb856 (diff) |
Refine Props, Batch Extend
Issue-ID: AAF-740
Change-Id: I119c3e6573d59d6d182303dfd364342f0218b865
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/auth-batch/src/test')
-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)); } |