From f65b268a2e3ebab37d54ee9ea23934ab76dc2e1a Mon Sep 17 00:00:00 2001 From: Hugo Trippaers Date: Tue, 30 Oct 2012 14:15:07 +0100 Subject: [PATCH] Active the testrun by default in maven Exclude the tests that need a database, these should move to the integration test phase or use an in memory database maybe. --- pom.xml | 1 - server/pom.xml | 6 ++++++ utils/pom.xml | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 12b40674905..fe1064cacca 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,6 @@ 1.2 1.0-20081010.060147 4.1 - true diff --git a/server/pom.xml b/server/pom.xml index 29922b62cb5..7f80acc22b5 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -88,6 +88,12 @@ com/cloud/upgrade/* + com/cloud/async/* + com/cloud/cluster/* + com/cloud/snapshot/* + com/cloud/storage/dao/* + com/cloud/vm/dao/* + com/cloud/vpc/* diff --git a/utils/pom.xml b/utils/pom.xml index 47e20eda59c..2e4e74f5411 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -161,6 +161,7 @@ com/cloud/utils/testcase/*TestCase* + com/cloud/utils/db/*Test*