From 8b8ffd1c15b0c18aa2f7ac967ea2969a953a2852 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 2 Jan 2019 13:35:14 +0000 Subject: [PATCH] Refs #13079: Add the create/update/delete operation in Profile Collection in gCat Task-Url: https://support.d4science.org/issues/13079 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/gcubedatacatalogue-metadata-discovery@176280 82a268e6-3cf1-43bd-a215-b396298e98cf --- ...TestDataCatalogueMetadataFormatReader.java | 2 +- src/test/resources/profileExample.xml | 23 ------------------- 2 files changed, 1 insertion(+), 24 deletions(-) diff --git a/src/test/java/org/gcube/datacatalogue/metadatadiscovery/TestDataCatalogueMetadataFormatReader.java b/src/test/java/org/gcube/datacatalogue/metadatadiscovery/TestDataCatalogueMetadataFormatReader.java index 215aa75..1b5b913 100644 --- a/src/test/java/org/gcube/datacatalogue/metadatadiscovery/TestDataCatalogueMetadataFormatReader.java +++ b/src/test/java/org/gcube/datacatalogue/metadatadiscovery/TestDataCatalogueMetadataFormatReader.java @@ -61,7 +61,7 @@ public class TestDataCatalogueMetadataFormatReader { } - public static String PROFILE_EXAMPLE_FILENAME = "profileExample.xml"; + public static String PROFILE_EXAMPLE_FILENAME = "profileExample.xml"; @Test public void validateAgainstProfileSchema() throws Exception { diff --git a/src/test/resources/profileExample.xml b/src/test/resources/profileExample.xml index 8ef52fb..4476c6b 100644 --- a/src/test/resources/profileExample.xml +++ b/src/test/resources/profileExample.xml @@ -4,63 +4,42 @@ false GeoJSON 1 - Insert a geoJSON characterising the spatial coverage of the dataset. - - - - timeField false Time 1 - Insert a time value characterising the temporal coverage of the dataset. - - - - timeIntervalField false Time_Interval 1 - Insert a time interval value characterising the temporal coverage of the dataset. - - - - timeListField false Times_ListOf 1 - Insert a time list characterising the temporal coverage of the dataset. - - - - GACSTerms true String * - Select one or more terms GACS.Term1 @@ -73,8 +52,6 @@ GACS.Term8 GACS.Term9 - onValue - \ No newline at end of file