From 641a7608e7c0c8fea6a74e33c2b775a89117750a Mon Sep 17 00:00:00 2001 From: "Sanchez, Gabriel (gs882h)" Date: Mon, 11 Mar 2019 11:11:30 +0000 Subject: [PATCH] Increase code coverage to 55% for Dublin Moving the perf main test class to test package will decrease code lines to coverage which consequently will increase code coverage Issue-ID: AAI-2219 Change-Id: I5b49f16a8fb8d7240a926c805533e2a116a8652f Signed-off-by: Sanchez, Gabriel (gs882h) --- .../java/org/onap/aai/champtitan/perf/ChampAPIPerformanceTest.java | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename champ-lib/champ-titan/src/{main => test}/java/org/onap/aai/champtitan/perf/ChampAPIPerformanceTest.java (100%) diff --git a/champ-lib/champ-titan/src/main/java/org/onap/aai/champtitan/perf/ChampAPIPerformanceTest.java b/champ-lib/champ-titan/src/test/java/org/onap/aai/champtitan/perf/ChampAPIPerformanceTest.java similarity index 100% rename from champ-lib/champ-titan/src/main/java/org/onap/aai/champtitan/perf/ChampAPIPerformanceTest.java rename to champ-lib/champ-titan/src/test/java/org/onap/aai/champtitan/perf/ChampAPIPerformanceTest.java -- 2.16.6