From 174ec2eeb4ae929aaa2ccea0e8541dad7c4c28f2 Mon Sep 17 00:00:00 2001 From: Youssef Chawki Date: Mon, 7 May 2018 20:08:31 +0200 Subject: Added UT auth-deforg, code cov 61% For those Unit tests, I added the library "mock-javamail" in order to test the "notify" function of DefaultOrg.java. Change-Id: I8894e2b6c264581be5d3c56b46600379f1d31f81 Issue-ID: AAF-239 Signed-off-by: Youssef Chawki --- auth/auth-deforg/pom.xml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'auth/auth-deforg/pom.xml') diff --git a/auth/auth-deforg/pom.xml b/auth/auth-deforg/pom.xml index d282819b..034c0b96 100644 --- a/auth/auth-deforg/pom.xml +++ b/auth/auth-deforg/pom.xml @@ -76,13 +76,13 @@ 0.7.7.201606060606 - 3.2 - jacoco - - target/code-coverage/jacoco-ut.exec - target/code-coverage/jacoco-it.exec - - **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + 3.2 + jacoco + + target/code-coverage/jacoco-ut.exec + target/code-coverage/jacoco-it.exec + + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** https://nexus.onap.org /content/repositories/snapshots/ /content/repositories/releases/ @@ -108,6 +108,12 @@ javax.mail mail + + + org.jvnet.mock-javamail + mock-javamail + 1.9 + -- cgit 1.2.3-korg