X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-batch%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Faaf%2Fauth%2Fhelpers%2Ftest%2FJU_Approval.java;h=6020dcc06b99e48cb4d55ec1d5ba0069ac9e5660;hb=7d6102863c924000d6e1b23f0c232f49e1f611a1;hp=ab86a648f8c824f56ac9e23c8413135447967a65;hpb=d87c0e6b78cfe091eb9ee2312d10f7bb41b567db;p=aaf%2Fauthz.git diff --git a/auth/auth-batch/src/test/java/org/onap/aaf/auth/helpers/test/JU_Approval.java b/auth/auth-batch/src/test/java/org/onap/aaf/auth/helpers/test/JU_Approval.java index ab86a648..6020dcc0 100644 --- a/auth/auth-batch/src/test/java/org/onap/aaf/auth/helpers/test/JU_Approval.java +++ b/auth/auth-batch/src/test/java/org/onap/aaf/auth/helpers/test/JU_Approval.java @@ -137,12 +137,6 @@ public class JU_Approval { approval.resetLocalData(); } - @Test - public void testSizeForDeletion() { - approval = new Approval(id, ticket, "approver", date, "user", "memo", "operation", "status", "type", 100l); - Assert.assertEquals(0, approval.sizeForDeletion()); - } - @Test public void testPendingDelete() { Assert.assertFalse(approval.pendingDelete(approval));