From ddc0b27ea634656c351ff9c91753a9b3ea567e42 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Tue, 24 Apr 2012 18:15:45 +0200 Subject: [PATCH] Use Fest Assert library --- pom.xml | 5 +++++ sonar-testing-harness/pom.xml | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index c6ed7c7e3b2..cca97dbb850 100644 --- a/pom.xml +++ b/pom.xml @@ -854,6 +854,11 @@ mockito-all 1.9.0 + + org.easytesting + fest-assert + 1.4 + org.hamcrest hamcrest-all diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index 653dbeb46a7..e6ac00f6ad0 100644 --- a/sonar-testing-harness/pom.xml +++ b/sonar-testing-harness/pom.xml @@ -23,6 +23,10 @@ org.hamcrest hamcrest-all + + org.easytesting + fest-assert + xmlunit xmlunit -- 2.39.5