From ed0a050723665d867e59acb602779b9482d3abe6 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Mon, 5 Dec 2022 15:02:12 +0100 Subject: [PATCH] Updated description --- README.md | 3 ++- src/test/java/Geoportal_DataMapper_Tests.java | 13 +++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73aaa79..91d5c96 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # GeoPortal Data Mapper -GeoPortal Data Mapper is a common library used by GUI Data-Entry/Data-Viewer components developed for the D4Science Geoportal service +GeoPortal Data Mapper is a common library used by Geoportal Data-Entry/Data-Viewer components developed for the D4Science Geoportal service. +It provides common utility behaviors/classes (es. ProjectEdit and ProjectView DTO, GcubeProfilesPerUCD Cache and so on) to Geoportal Data-Entry/Data-Viewer components ## Built With diff --git a/src/test/java/Geoportal_DataMapper_Tests.java b/src/test/java/Geoportal_DataMapper_Tests.java index 5dd6c0d..93e3207 100644 --- a/src/test/java/Geoportal_DataMapper_Tests.java +++ b/src/test/java/Geoportal_DataMapper_Tests.java @@ -24,7 +24,7 @@ import org.junit.Test; * * @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it * - * Sep 9, 2022 + * Dec 5, 2022 */ public class Geoportal_DataMapper_Tests { @@ -44,6 +44,9 @@ public class Geoportal_DataMapper_Tests { private static String USERNAME = "francesco.mangiacrapa"; + /** + * Read context settings. + */ public static void readContextSettings() { try (InputStream input = new FileInputStream(gcube_config_path)) { @@ -79,6 +82,9 @@ public class Geoportal_DataMapper_Tests { clientProjects = GeoportalClientCaller.projects(); } + /** + * Test read project edit. + */ @Test public void testReadProjectEdit() { @@ -101,7 +107,10 @@ public class Geoportal_DataMapper_Tests { } } - //@Test + /** + * Test read project view. + */ + // @Test public void testReadProjectView() { try {