diff --git a/pom.xml b/pom.xml index 0a63757..dd92a68 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.gcube.common storagehub-client-library - 1.0.7-SNAPSHOT + 1.0.7 storagehub-client-library diff --git a/src/test/java/org/gcube/data/access/fs/Items.java b/src/test/java/org/gcube/data/access/fs/Items.java index c1e5a5c..4f5813f 100644 --- a/src/test/java/org/gcube/data/access/fs/Items.java +++ b/src/test/java/org/gcube/data/access/fs/Items.java @@ -30,7 +30,7 @@ public class Items { @BeforeClass public static void setUp(){ - SecurityTokenProvider.instance.set("b7c80297-e4ed-42ab-ab42-fdc0b8b0eabf-98187548"); + SecurityTokenProvider.instance.set("9bec07ef-5d19-42ad-8a56-0af28c9b08ed-98187548"); ScopeProvider.instance.set("/gcube"); } @@ -50,7 +50,9 @@ public class Items { long count = shc.getTotalItemCount(); - System.out.println("ims are "+count); + long volume = shc.getTotalVolume(); + + System.out.println("items are "+count+" volume "+volume); }