You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2022/03/31 09:47:40 UTC

[camel-quarkus] 08/43: file: Ensure FileTest.charset is fixed under Windows #3530

This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch 2.7.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit ff15343a9c782ad472b2e7b9dc12f142877b6717
Author: aldettinger <al...@gmail.com>
AuthorDate: Mon Mar 21 18:59:24 2022 +0100

    file: Ensure FileTest.charset is fixed under Windows #3530
---
 .../test/java/org/apache/camel/quarkus/component/file/it/FileTest.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileTest.java b/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileTest.java
index 587c204..8536600 100644
--- a/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileTest.java
+++ b/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileTest.java
@@ -37,8 +37,6 @@ import org.apache.camel.quarkus.core.util.FileUtils;
 import org.hamcrest.Matchers;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.Test;
-import org.junit.jupiter.api.condition.DisabledOnOs;
-import org.junit.jupiter.api.condition.OS;
 
 import static org.apache.camel.quarkus.component.file.it.FileResource.CONSUME_BATCH;
 import static org.apache.camel.quarkus.component.file.it.FileResource.SEPARATOR;
@@ -82,7 +80,6 @@ class FileTest {
                 .body(equalTo(FILE_BODY));
     }
 
-    @DisabledOnOs(value = OS.WINDOWS, disabledReason = "https://github.com/apache/camel-quarkus/issues/3530")
     @Test
     public void writeThenReadFileWithCharsetShouldSucceed() {
         RestAssured