Fixed test

git-svn-id: https://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/Common/storagehub-client@174503 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2018-12-03 10:10:55 +00:00
parent 0ec7ab1ed2
commit 791b964a97
2 changed files with 10 additions and 4 deletions

View File

@ -109,6 +109,12 @@
<version>1.0.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
<scope>test</scope>
</dependency>
</dependencies>

View File

@ -144,7 +144,7 @@ public class TestCall {
HashMap<String, Object> prop = new HashMap<>();
prop.put("folderProp", "test2");
prop.put("folderProp2", "test2");
meta.setValues(prop);
meta.setMap(prop);
client.setMetadata("8822478a-4fd3-41d5-87de-9ff161d0935e", meta);
}