From 1caf9413c063923b16845eb874d28f9af1e235c8 Mon Sep 17 00:00:00 2001 From: Solovyev_S Date: Mon, 1 Jul 2013 16:19:06 +0400 Subject: [PATCH] tests fixed --- android-app/pom.xml | 13 +++++++++++++ core/pom.xml | 13 ------------- pom.xml | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/android-app/pom.xml b/android-app/pom.xml index f1ab2bfa..fc8d14d1 100644 --- a/android-app/pom.xml +++ b/android-app/pom.xml @@ -136,6 +136,19 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + 1 + false + + org/solovyev/android/calculator/wizard/*.java + org/solovyev/android/calculator/AndroidCalculatorEditorViewTest.java + + + + com.jayway.maven.plugins.android.generation2 android-maven-plugin diff --git a/core/pom.xml b/core/pom.xml index 8e610f52..6c062c2b 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -71,18 +71,5 @@ - - - - org.apache.maven.plugins - maven-surefire-plugin - - 1 - false - - - - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index f9303aa9..c8150287 100644 --- a/pom.xml +++ b/pom.xml @@ -288,7 +288,7 @@ 2.15 10 - true + false