branch develop updated (47b56c9 -> 6a33618)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coser. See https://gitlab.nuiton.org/codelutin/coser.git from 47b56c9 Fix tests without x env new 6a33618 Remove fix tests without x env The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 6a336181ff1724d91989c51e7f92cba7d8478aa6 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Jul 25 11:24:56 2016 +0200 Remove fix tests without x env Summary of changes: .../java/fr/ifremer/coser/services/PublicationServiceTest.java | 4 ---- .../src/test/java/fr/ifremer/coser/services/WebServiceTest.java | 7 ------- 2 files changed, 11 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coser. See https://gitlab.nuiton.org/codelutin/coser.git commit 6a336181ff1724d91989c51e7f92cba7d8478aa6 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Jul 25 11:24:56 2016 +0200 Remove fix tests without x env --- .../java/fr/ifremer/coser/services/PublicationServiceTest.java | 4 ---- .../src/test/java/fr/ifremer/coser/services/WebServiceTest.java | 7 ------- 2 files changed, 11 deletions(-) diff --git a/coser-business/src/test/java/fr/ifremer/coser/services/PublicationServiceTest.java b/coser-business/src/test/java/fr/ifremer/coser/services/PublicationServiceTest.java index a642701..cdfb987 100644 --- a/coser-business/src/test/java/fr/ifremer/coser/services/PublicationServiceTest.java +++ b/coser-business/src/test/java/fr/ifremer/coser/services/PublicationServiceTest.java @@ -37,7 +37,6 @@ import org.apache.commons.io.FileUtils; import org.jfree.chart.ChartPanel; import org.jfree.chart.JFreeChart; import org.junit.Assert; -import org.junit.Assume; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; @@ -95,9 +94,6 @@ public class PublicationServiceTest extends CoserTestAbstract { */ @Test public void testErrorExportHtml() throws CoserBusinessException, IOException { - // peux echouer a cause de jfreechart - Assume.assumeTrue(!java.awt.GraphicsEnvironment.isHeadless()); - Project project = createTestProject(projectService, false); List<ControlError> validationErrors = new ArrayList<ControlError>(); diff --git a/coser-business/src/test/java/fr/ifremer/coser/services/WebServiceTest.java b/coser-business/src/test/java/fr/ifremer/coser/services/WebServiceTest.java index 8502edc..43aca47 100644 --- a/coser-business/src/test/java/fr/ifremer/coser/services/WebServiceTest.java +++ b/coser-business/src/test/java/fr/ifremer/coser/services/WebServiceTest.java @@ -34,7 +34,6 @@ import java.util.Map; import org.apache.commons.collections4.map.MultiKeyMap; import org.apache.commons.io.FileUtils; import org.junit.Assert; -import org.junit.Assume; import org.junit.Before; import org.junit.Test; import org.nuiton.util.FileUtil; @@ -218,9 +217,6 @@ public class WebServiceTest extends CoserTestAbstract { */ @Test public void testGetChartCom() throws CoserBusinessException { - // peux echouer a cause de jfreechart - Assume.assumeTrue(!java.awt.GraphicsEnvironment.isHeadless()); - registerUploadedResult("/web/upload2.zip"); File file = webService.getChart("ecorse", null, "Lbcomm", null, Locale.FRENCH); Assert.assertTrue(file.isFile()); @@ -318,9 +314,6 @@ public class WebServiceTest extends CoserTestAbstract { */ @Test public void testExtractDataAsZip() throws CoserBusinessException { - // peux echouer a cause de jfreechart - Assume.assumeTrue(!java.awt.GraphicsEnvironment.isHeadless()); - registerUploadedResult("/web/upload2.zip"); List<String> zones = Arrays.asList("ecorse"); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm