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_Future.java;h=9d47c138d1bc036d891dfd0570595b7a003323cf;hb=553ee960cb107e838f83953b37aa6f75d67ae5e6;hp=7332c166b2f30d2332aa4ca4aeb58cb549b2c865;hpb=1070cc920c5cfa8af29f83137da79fba28341609;p=aaf%2Fauthz.git diff --git a/auth/auth-batch/src/test/java/org/onap/aaf/auth/helpers/test/JU_Future.java b/auth/auth-batch/src/test/java/org/onap/aaf/auth/helpers/test/JU_Future.java index 7332c166..9d47c138 100644 --- a/auth/auth-batch/src/test/java/org/onap/aaf/auth/helpers/test/JU_Future.java +++ b/auth/auth-batch/src/test/java/org/onap/aaf/auth/helpers/test/JU_Future.java @@ -96,12 +96,12 @@ public class JU_Future { @Test public void testSizeForDeletion() { - System.out.println(future.sizeForDeletion()); + Assert.assertEquals(0, future.sizeForDeletion()); } @Test public void testPendingDelete() { - System.out.println(future.pendingDelete(future)); + Assert.assertEquals(false, future.pendingDelete(future)); }