changelog updated

This commit is contained in:
Lucio Lelii 2020-04-15 10:30:46 +02:00
parent c851738429
commit a66158fa22
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,7 @@
<ReleaseNotes>
<Changeset component="storagehub-client-1.2.0" date="2020-04-15">
<Change>restore method with destination folder added</Change>
</Changeset>
<Changeset component="storagehub-client-1.0.0" date="2018-05-15">
<Change>First Release</Change>
</Changeset>

View File

@ -102,10 +102,8 @@ public class TestCall {
@Test
public void restore() throws Exception{
ScopeProvider.instance.set("/gcube");
SecurityTokenProvider.instance.set("b7c80297-e4ed-42ab-ab42-fdc0b8b0eabf-98187548");
WorkspaceManagerClient client = AbstractPlugin.workspace().build();
System.out.println(client.restoreFromTrash("cd04ff61-e83f-482f-b59e-438c7be7013d", "f3d336cc-cd00-48ba-8339-2bffcbef825e"));
System.out.println(client.restoreFromTrash("4fc0a9df-9a51-42ef-98f2-06c21bd0669b", "f3d336cc-cd00-48ba-8339-2bffcbef825e"));
}
@Test