diff --git a/src/main/webapp/WEB-INF/jsp/index.jsp b/src/main/webapp/WEB-INF/jsp/index.jsp index afcfdb4..38862f1 100644 --- a/src/main/webapp/WEB-INF/jsp/index.jsp +++ b/src/main/webapp/WEB-INF/jsp/index.jsp @@ -6,23 +6,25 @@ body { background-color: #f8f6f2; color: #225f97; font-family: 'Droid Sans', arial, sans-serif; + font-size: 16px; } .mydiv { top: 50%; left: 50%; - width: 30em; - height: 18em; - margin-top: -9em; /*set to a negative number 1/2 of your height*/ - margin-left: -15em; /*set to a negative number 1/2 of your width*/ - /* border: 1px solid #ccc; */ + width: 600px; + height: 300px; + margin-top: -150px; /*set to a negative number 1/2 of your height*/ + margin-left: -300px; /*set to a negative number 1/2 of your width*/ + border: 1px solid #ccc; /* background-color: #9b9b9b; */ position: fixed; text-align: center; + vertical-align: middle; } .myTitle { - font-size: 20px; + font-size: 22px; font-weight: bold; } diff --git a/src/test/java/rest/TestResolvers.java b/src/test/java/rest/TestResolvers.java index 4783a1c..0f0a94c 100644 --- a/src/test/java/rest/TestResolvers.java +++ b/src/test/java/rest/TestResolvers.java @@ -19,6 +19,7 @@ import org.apache.commons.io.FilenameUtils; import org.apache.commons.io.IOUtils; import org.apache.http.HttpStatus; import org.gcube.datatransfer.resolver.util.HTTPCallsUtils; +import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -40,7 +41,7 @@ public class TestResolvers { * Storage hub test. * @throws Exception */ - //@Test + @Test public void storageHubTest() throws Exception{ String storageHubId = "2019b881-083b-444a-81be-8abee4b91020"; @@ -83,7 +84,7 @@ public class TestResolvers { * Storage hub test. * @throws Exception */ - //@Test + @Test public void storageIDTest() throws Exception{ String storageID = "clZ2YmxTYytETzVLaHkwMjM3TmVETTFMb256YVRMS3lHbWJQNStIS0N6Yz0"; @@ -164,7 +165,7 @@ public class TestResolvers { * Storage hub test. * @throws Exception */ - //@Test + @Test public void catalogueResolverTest() throws Exception{ String entityName = "sarda-sarda"; @@ -204,7 +205,7 @@ public class TestResolvers { * Storage hub test. * @throws Exception */ - //@Test + @Test public void catalogueResolverCreatePublicItemURLTest() throws Exception{ String entityName = "sarda-sarda"; @@ -247,7 +248,7 @@ public class TestResolvers { * Storage hub test. * @throws Exception */ - //@Test + @Test public void catalogueResolverCreatePubrivatetemURLTest() throws Exception{ String entityName = "dynamic_reporting";