diff --git a/.classpath b/.classpath
index bb7158c..031616a 100644
--- a/.classpath
+++ b/.classpath
@@ -15,6 +15,7 @@
+
diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component
index 671fd1c..a3d41d4 100644
--- a/.settings/org.eclipse.wst.common.component
+++ b/.settings/org.eclipse.wst.common.component
@@ -3,7 +3,10 @@
-
+
+ uses
+
+
uses
diff --git a/.settings/org.eclipse.wst.common.project.facet.core.xml b/.settings/org.eclipse.wst.common.project.facet.core.xml
index 25d173a..8650c09 100644
--- a/.settings/org.eclipse.wst.common.project.facet.core.xml
+++ b/.settings/org.eclipse.wst.common.project.facet.core.xml
@@ -1,8 +1,8 @@
-
+
diff --git a/src/test/java/org/gcube/data_catalogue/grsf_publish_ws/JJerseyTest.java b/src/test/java/org/gcube/data_catalogue/grsf_publish_ws/JJerseyTest.java
index f3fa428..36074ae 100644
--- a/src/test/java/org/gcube/data_catalogue/grsf_publish_ws/JJerseyTest.java
+++ b/src/test/java/org/gcube/data_catalogue/grsf_publish_ws/JJerseyTest.java
@@ -36,7 +36,7 @@ public class JJerseyTest extends JerseyTest{
recordFishery.setAuthorContact("costantino.perciante@isti.cnr.it");
recordFishery.setLicense("a caso una lincense");
recordFishery.setDataOwner(Arrays.asList("data owner"));
- recordFishery.setType(Fishery_Type.Fishing_Description);
+ recordFishery.setType(Fishery_Type.Other_Fishery);
recordFishery.setDatabaseSources(new ArrayList>(1));
recordFishery.setSourceOfInformation(new ArrayList>(1));
recordFishery.setStatus(Status.Pending);
diff --git a/src/test/java/org/gcube/data_catalogue/grsf_publish_ws/JTests.java b/src/test/java/org/gcube/data_catalogue/grsf_publish_ws/JTests.java
index a5c3c9e..307ba20 100644
--- a/src/test/java/org/gcube/data_catalogue/grsf_publish_ws/JTests.java
+++ b/src/test/java/org/gcube/data_catalogue/grsf_publish_ws/JTests.java
@@ -52,7 +52,7 @@ public class JTests {
public void test() throws IllegalArgumentException, IllegalAccessException, InvocationTargetException, IntrospectionException {
FisheryRecord recordFishery = new FisheryRecord();
- recordFishery.setType(Fishery_Type.Fishing_Description);
+ recordFishery.setType(Fishery_Type.Other_Fishery);
recordFishery.setDatabaseSources(new ArrayList>());
recordFishery.setStatus(Status.Pending);