summaryrefslogtreecommitdiffstats
path: root/auth/auth-batch/src/test/java
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2019-02-06 06:49:17 -0600
committerInstrumental <jonathan.gathman@att.com>2019-02-06 06:49:34 -0600
commitf83c15c4a04a26c3d57423f3c67058ea38d5302f (patch)
tree2f7a84cd025dbed53e34cb5f65a42ce8689539fb /auth/auth-batch/src/test/java
parent59ffb7d529245c3bd0233dbf6cb0ae9fe9ccb856 (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/java')
-rw-r--r--auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/helpers/test/JU_Future.java8
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));
}