fixed test

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@131222 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2016-09-08 13:30:53 +00:00
parent cf2e1c8e36
commit 2338561986
1 changed files with 2 additions and 2 deletions

View File

@ -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());