From 8b1be00c0642f1f167cd3d136aa8215e40deb142 Mon Sep 17 00:00:00 2001 From: Joss Armstrong Date: Wed, 19 Dec 2018 14:15:04 +0000 Subject: Fix for test coverage in oam.utils package Removed 'PrepareForTest' annotations which were preventing test coverage of classes in appc.oam.utils package. Added unit tests for untested code. Increased line coverage of the package from 49% to 83%. Issue-ID: APPC-1287 Change-Id: I893de5281f8c46e92269be895ef304bbf87c88b9 Signed-off-by: Joss Armstrong --- appc-oam/appc-oam-bundle/pom.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'appc-oam/appc-oam-bundle/pom.xml') diff --git a/appc-oam/appc-oam-bundle/pom.xml b/appc-oam/appc-oam-bundle/pom.xml index edd909306..f2c1c6274 100644 --- a/appc-oam/appc-oam-bundle/pom.xml +++ b/appc-oam/appc-oam-bundle/pom.xml @@ -282,7 +282,6 @@ ${project.version} provided - 1.5.0-SNAPSHOT -- cgit 1.2.3-korg