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:
parent
0ec7ab1ed2
commit
791b964a97
6
pom.xml
6
pom.xml
|
@ -109,6 +109,12 @@
|
||||||
<version>1.0.13</version>
|
<version>1.0.13</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>commons-io</groupId>
|
||||||
|
<artifactId>commons-io</artifactId>
|
||||||
|
<version>2.4</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
|
@ -144,7 +144,7 @@ public class TestCall {
|
||||||
HashMap<String, Object> prop = new HashMap<>();
|
HashMap<String, Object> prop = new HashMap<>();
|
||||||
prop.put("folderProp", "test2");
|
prop.put("folderProp", "test2");
|
||||||
prop.put("folderProp2", "test2");
|
prop.put("folderProp2", "test2");
|
||||||
meta.setValues(prop);
|
meta.setMap(prop);
|
||||||
client.setMetadata("8822478a-4fd3-41d5-87de-9ff161d0935e", meta);
|
client.setMetadata("8822478a-4fd3-41d5-87de-9ff161d0935e", meta);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue