From fe6c2a06098d7d559e64632c4c83a834a2b1a3eb Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Fri, 23 Sep 2016 12:24:23 +0000 Subject: [PATCH] Fixing tests git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/infrastructure-tests@131745 82a268e6-3cf1-43bd-a215-b396298e98cf --- pom.xml | 34 +++++- ...eeperPluginSmartExecutorSchedulerTest.java | 5 +- src/test/java/org/gcube/test/TempTest.java | 54 +++++++++ .../org/gcube/testutility/ScopedTest.java | 7 +- .../org/gcube/testutility/TestUtility.java | 14 +-- .../executor/client/DefaultExecutorTest.java | 107 ++++++++++++------ .../executor/client/QueriedClientTest.java | 2 +- 7 files changed, 166 insertions(+), 57 deletions(-) diff --git a/pom.xml b/pom.xml index 373d0e4..1672578 100644 --- a/pom.xml +++ b/pom.xml @@ -22,12 +22,35 @@ https://svn.d4science.research-infrastructures.eu/gcube//private/luca.frosini/${project.artifactId} + + + + org.gcube.distribution + gcube-bom + LATEST + pom + import + + + + + + + org.gcube.common + authorization-client + provided + + + org.gcube.common + common-authorization + provided + + org.gcube.data.publishing document-store-lib - [1.1.0-SNAPSHOT, 2.0.0-SNAPSHOT) test @@ -65,7 +88,6 @@ org.gcube.accounting accounting-lib - [2.2.0-SNAPSHOT, 3.0.0-SNAPSHOT) test @@ -89,6 +111,9 @@ test + + + org.gcube.vremanagement @@ -118,7 +143,7 @@ org.acme HelloWorldPlugin - [1.1.0-SNAPSHOT, 2.0.0-SNAPSHOT) + [1.2.0-SNAPSHOT, 2.0.0-SNAPSHOT) test