From 2349bfd8b818bdf362abd9ac5a921d350c0d2698 Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Thu, 30 Apr 2020 11:43:33 +0200 Subject: [PATCH] changed the job test to remove the writeUpdate option --- .../Result2OrganizationJobTest.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dhp-workflows/dhp-propagation/src/test/java/eu/dnetlib/dhp/resulttoorganizationfrominstrepo/Result2OrganizationJobTest.java b/dhp-workflows/dhp-propagation/src/test/java/eu/dnetlib/dhp/resulttoorganizationfrominstrepo/Result2OrganizationJobTest.java index 01bf64dd9..ccc1a452a 100644 --- a/dhp-workflows/dhp-propagation/src/test/java/eu/dnetlib/dhp/resulttoorganizationfrominstrepo/Result2OrganizationJobTest.java +++ b/dhp-workflows/dhp-propagation/src/test/java/eu/dnetlib/dhp/resulttoorganizationfrominstrepo/Result2OrganizationJobTest.java @@ -88,8 +88,6 @@ public class Result2OrganizationJobTest { "", "-resultTableName", "eu.dnetlib.dhp.schema.oaf.Software", - "-writeUpdate", - "false", "-saveGraph", "true", "-outputPath", @@ -140,8 +138,6 @@ public class Result2OrganizationJobTest { "", "-resultTableName", "eu.dnetlib.dhp.schema.oaf.Software", - "-writeUpdate", - "false", "-saveGraph", "true", "-outputPath", @@ -215,8 +211,6 @@ public class Result2OrganizationJobTest { "", "-resultTableName", "eu.dnetlib.dhp.schema.oaf.Software", - "-writeUpdate", - "false", "-saveGraph", "true", "-outputPath",