From 699cbe9463c89dbac5b12bdff13ed9a2d4b2e996 Mon Sep 17 00:00:00 2001 From: Lorand Jakab Date: Tue, 22 Mar 2016 13:10:27 +0200 Subject: [PATCH] Re-enable tests on mappingservice.implementation We forgot to reactivate them after the YANG model migration. Many of the tests still have to be adapted, they are now set to @Ignore. Change-Id: I9a1a6e1bf31ca3e025f4573fa40bd7ab6ede14d7 Signed-off-by: Lorand Jakab --- mappingservice/implementation/pom.xml | 21 --------------- .../LispAuthenticationTest.java | 26 +++++++++++-------- .../implementation/lisp/MapResolverTest.java | 11 ++++++++ .../implementation/lisp/MapServerTest.java | 24 ++++++++++++++++- .../lisp/MappingServiceTest.java | 4 +++ 5 files changed, 53 insertions(+), 33 deletions(-) diff --git a/mappingservice/implementation/pom.xml b/mappingservice/implementation/pom.xml index 056e8aa65..f30b16b89 100644 --- a/mappingservice/implementation/pom.xml +++ b/mappingservice/implementation/pom.xml @@ -41,27 +41,6 @@ - - - - - maven-compiler-plugin - - - default-testCompile - test-compile - - testCompile - - - true - - - - - - -