From 233856198695e1145012780aa396cf19a2614de1 Mon Sep 17 00:00:00 2001 From: Francesco Mangiacrapa Date: Thu, 8 Sep 2016 13:30:53 +0000 Subject: [PATCH] fixed test git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@131222 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/test/java/GeonetworkQueryTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/java/GeonetworkQueryTest.java b/src/test/java/GeonetworkQueryTest.java index ef43df5..2a66a09 100644 --- a/src/test/java/GeonetworkQueryTest.java +++ b/src/test/java/GeonetworkQueryTest.java @@ -26,7 +26,7 @@ public class GeonetworkQueryTest { private LoginLevel loginLevel = LoginLevel.CKAN; - private Type account = Type.CKAN; + private Type accountType = Type.CKAN; // @Test public void getCount() throws Exception{ @@ -37,7 +37,7 @@ public class GeonetworkQueryTest { reader.login(loginLevel); Configuration config = reader.getConfiguration(); - Account account=config.getScopeConfiguration().getAccounts().get(account); + Account account=config.getScopeConfiguration().getAccounts().get(accountType); System.out.println("User: "+account.getUser()+", Pwd: "+account.getPassword());